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