|
@@ -196,6 +196,7 @@ const JsFiles = {
|
|
|
"/public/js/zh_calc.js",
|
|
|
"/public/js/path_tree.js",
|
|
|
"/public/js/stage_change.js",
|
|
|
+ "/public/js/stage_audit.js",
|
|
|
],
|
|
|
mergeFile: 'stage_change',
|
|
|
},
|
|
@@ -211,6 +212,7 @@ const JsFiles = {
|
|
|
"/public/js/path_tree.js",
|
|
|
"/public/js/gcl_gather.js",
|
|
|
"/public/js/stage_gather.js",
|
|
|
+ "/public/js/stage_audit.js",
|
|
|
],
|
|
|
mergeFile: 'stage_gather',
|
|
|
},
|
|
@@ -225,6 +227,7 @@ const JsFiles = {
|
|
|
"/public/js/zh_calc.js",
|
|
|
"/public/js/path_tree.js",
|
|
|
"/public/js/stage_compare.js",
|
|
|
+ "/public/js/stage_audit.js",
|
|
|
],
|
|
|
mergeFile: 'stage_compare',
|
|
|
}
|