diff --git a/js/demandPlan/child/view_data_list.js b/js/demandPlan/child/view_data_list.js index 9507c56..be14774 100644 --- a/js/demandPlan/child/view_data_list.js +++ b/js/demandPlan/child/view_data_list.js @@ -140,13 +140,13 @@ function initTable() { }, }, { - field: "wfhNum", + field: "diff", title: "待发货量", width: '10%', unresize: true, align: "center", templet: function (d) { - return setNumColor(d.wfhNum,3); + return setNumColor(d.diff,3); }, }, { diff --git a/js/demandPlan/child/view_resource_list.js b/js/demandPlan/child/view_resource_list.js deleted file mode 100644 index e69de29..0000000 diff --git a/page/demandPlan/child/view_resource_list.html b/page/demandPlan/child/view_resource_list.html deleted file mode 100644 index 79bebf6..0000000 --- a/page/demandPlan/child/view_resource_list.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - 查看来源 - - - 查看来源 - - \ No newline at end of file