|
@@ -664,7 +664,7 @@ var Ration = {
|
|
|
}
|
|
|
|
|
|
if(node.data.quantityEXP=="GCLMXHJ"){//如果定额工程量是来自工程量明细
|
|
|
- hintBox.infoBox('操作确认', '已有工程量明细,是否清空明细表,采用手工输入的表达式?', 2, function () {
|
|
|
+ hintBox.infoBox('操作确认', '已有工程量明细,是否清空明细表?', 2, function () {
|
|
|
node.data.isFromDetail=0;
|
|
|
project.quantity_detail.cleanQuantityDetail(node,true);
|
|
|
me.doContainUpdate(value,node);
|