|
@@ -610,12 +610,6 @@ var gljOprObj = {
|
|
|
|
|
|
this.sheet.getRange(-1, 0, -1, this.setting.header.length).locked(true);//锁住定额工料机的所有列
|
|
|
this.detailSheet.getRange(-1, 0, -1, this.detailSetting.header.length).locked(true);//锁住工程量明细的所有列
|
|
|
-
|
|
|
- sheetCommonObj.showData(this.coeSheet, this.coeSetting, []);
|
|
|
- sheetCommonObj.showData(this.assSheet, this.assSetting, []);
|
|
|
-
|
|
|
- this.coeSheetData = [];
|
|
|
- this.assSheetData = [];
|
|
|
},
|
|
|
showRationGLJData: function (node) {
|
|
|
var gljList = [];
|
|
@@ -867,8 +861,6 @@ var gljOprObj = {
|
|
|
sheetCommonObj.showData(installationFeeObj.rationInstallSheet, installationFeeObj.rationInstallSetting, []);
|
|
|
// sheetCommonObj.showData(this.detailSheet,this.detailSetting,[]);
|
|
|
this.sheetData = [];
|
|
|
- this.coeSheetData = [];
|
|
|
- this.assSheetData = [];
|
|
|
installationFeeObj.rationInstallData = [];
|
|
|
//this.detailData=[];
|
|
|
},
|