|
@@ -425,7 +425,7 @@ let MainTreeCol = {
|
|
|
: sheetCommonObj.getCheckBox(true);
|
|
: sheetCommonObj.getCheckBox(true);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- maxPrice: function (node, setting) {
|
|
|
|
|
|
|
+ /* maxPrice: function (node, setting) {
|
|
|
const tips = () => {
|
|
const tips = () => {
|
|
|
const maxPriceRate = projectObj.project.property.maxPriceRate || 0;
|
|
const maxPriceRate = projectObj.project.property.maxPriceRate || 0;
|
|
|
return node.data.maxPrice ? `最高限价=清单综合单价*(1+${maxPriceRate}%)` : '';
|
|
return node.data.maxPrice ? `最高限价=清单综合单价*(1+${maxPriceRate}%)` : '';
|
|
@@ -438,7 +438,7 @@ let MainTreeCol = {
|
|
|
return node.data.minPrice ? `最低限价=清单综合单价*(1-${minPriceRate}%)` : '';
|
|
return node.data.minPrice ? `最低限价=清单综合单价*(1-${minPriceRate}%)` : '';
|
|
|
};
|
|
};
|
|
|
return sheetCommonObj.getTipsText(tips, setting, node);
|
|
return sheetCommonObj.getTipsText(tips, setting, node);
|
|
|
- }
|
|
|
|
|
|
|
+ } */
|
|
|
},
|
|
},
|
|
|
editChecking: function (node) {
|
|
editChecking: function (node) {
|
|
|
if (node.sourceType == projectObj.project.Bills.getSourceType() && projectObj.project.isBillsLocked() && projectObj.project.withinBillsLocked(node)) {
|
|
if (node.sourceType == projectObj.project.Bills.getSourceType() && projectObj.project.isBillsLocked() && projectObj.project.withinBillsLocked(node)) {
|