|
@@ -184,7 +184,7 @@ let quantityEditObj = {
|
|
|
let value = me.evalQuantityExp(quantityEXP,node);
|
|
|
if(value!=='evalError'){
|
|
|
if(node.data.hasOwnProperty('isFromDetail')&&node.data.isFromDetail==1){
|
|
|
- hintBox.infoBox('操作确认', '已有工程量明细,是否清空明细表,采用手工输入的表达式?', 2, function () {
|
|
|
+ hintBox.infoBox('操作确认', '已有工程量明细,是否清空明细表?', 2, function () {
|
|
|
node.data.isFromDetail=0;
|
|
|
me.updateQuantityEXP(value,quantityEXP,node);
|
|
|
}, function () {
|