|
|
@@ -1480,7 +1480,7 @@ const ImportXML = (() => {
|
|
|
billsHasRations.forEach(bills => {
|
|
|
//处理定额
|
|
|
bills.rations.forEach(ration => {
|
|
|
- ration.programID = tenderData.property.engineering; //默认取定额取费类别,后台匹配到标准的再设置
|
|
|
+ ration.programID = tenderData.property.projectEngineering; //默认取单位工程取费类别,后台匹配到标准的再设置
|
|
|
ration.ID = uuid.v1();
|
|
|
ration.projectID = tenderData.ID;
|
|
|
ration.billsItemID = bills.ID;
|