@@ -1467,6 +1467,11 @@ INTERFACE_EXPORT = (() => {
attrs[5].value = '' + ttlSum;
}
+ // 清单100章Price、Sum不用输出
+ if (_billStrFilter(bNode.data.name) == "清单第100章总则") {
+ attrs[4].value = 0;
+ attrs[5].value = 0;
+ }
Element.call(this, "Item", attrs);
let cc = CostComposition(bNode);