|
@@ -473,6 +473,8 @@ module.exports = app => {
|
|
|
jsFiles: this.app.jsFiles.common.concat(this.app.jsFiles.report.main),
|
|
|
customSelects,
|
|
|
rptCustomType: reportConst.rptCustomType,
|
|
|
+ advanceList: JSON.stringify([]),
|
|
|
+ materialAdjList: JSON.stringify(materialList),
|
|
|
materialList,
|
|
|
stages: stageList,
|
|
|
dataSelects,
|
|
@@ -619,6 +621,8 @@ module.exports = app => {
|
|
|
jsFiles: this.app.jsFiles.common.concat(this.app.jsFiles.report.main),
|
|
|
customSelects,
|
|
|
rptCustomType: reportConst.rptCustomType,
|
|
|
+ advanceList: JSON.stringify([]),
|
|
|
+ materialAdjList: JSON.stringify(materialList),
|
|
|
materialList,
|
|
|
stages: stageList,
|
|
|
dataSelects,
|
|
@@ -805,6 +809,8 @@ module.exports = app => {
|
|
|
jsFiles: this.app.jsFiles.common.concat(this.app.jsFiles.report.main),
|
|
|
customSelects,
|
|
|
rptCustomType: reportConst.rptCustomType,
|
|
|
+ advanceList: JSON.stringify([]),
|
|
|
+ materialAdjList: JSON.stringify(materialList),
|
|
|
materialList,
|
|
|
stages: stageList,
|
|
|
dataSelects,
|