Explorar el Código

导入定额默认取单位工程取费类别

zhongzewei hace 6 años
padre
commit
7c767b6ed5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/building_saas/main/js/models/importStandardInterface.js

+ 1 - 1
web/building_saas/main/js/models/importStandardInterface.js

@@ -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;