Browse Source

要发版本,先还原单价锁定。

chenshilong 4 years atrás
parent
commit
5f6256fd6a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      web/building_saas/main/js/models/calc_program.js

+ 0 - 1
web/building_saas/main/js/models/calc_program.js

@@ -1740,7 +1740,6 @@ class CalcProgram {
 
     // 只计算treeNode自身。changedArr: 外部传来的一个数组,专门存储发生变动的节点。
     innerCalc(treeNode, changedArr, tenderType){
-        if (treeNode.data.lockUnitPrice == true) return;
         if (treeNode.sourceType === ModuleNames.ration_glj) return;             // 仅用作树节点显示的工料机不能参与计算。
 
         let me = this;