From d26dbc9cb768a03008f4f3ed04be7b7b6750aa29 Mon Sep 17 00:00:00 2001 From: 王佳豪 <g675230687@126.com> Date: 星期二, 22 六月 2021 13:25:16 +0800 Subject: [PATCH] 1.平仓日入库功能改造 --- src/main/webapp/static/js/locNormal/normalReport.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/locNormal/normalReport.js b/src/main/webapp/static/js/locNormal/normalReport.js index 480a261..fd92248 100644 --- a/src/main/webapp/static/js/locNormal/normalReport.js +++ b/src/main/webapp/static/js/locNormal/normalReport.js @@ -5,7 +5,8 @@ function getCol() { var cols = []; cols.push( - {field: 'appeTime$', align: 'center', title: '鍑哄叆搴撴椂闂�', width: 180} + {field: 'createTime$', align: 'center', title: '鍑哄叆搴撴椂闂�', width: 180} + , {field: 'updateTime$', align: 'center', title: '淇敼鏃堕棿', width: 180, hide: true} , {field: 'warehouse', align: 'center', title: '搴撳尯', width: 100} , {field: 'matnr', align: 'center', title: '鐗╂枡缂栫爜', width: 140} , {field: 'maktx', align: 'center', title: '鐗╂枡鍚嶇О', width: 400} @@ -14,8 +15,8 @@ , {field: 'type', align: 'center', title: '鐗╂枡绫诲埆', width: 120} , {field: 'mnemonic', align: 'center', title: '鐢熶骇鍗曞彿', width: 140} , {field: 'supplier', align: 'center', title: '閫氱煡鍗曞彿', width: 140} - , {field: 'altme', align: 'center', title: '鍗曚綅', hide: true} , {field: 'memo', align: 'center', title: '澶囨敞'} + ) return cols; } @@ -70,7 +71,7 @@ headers: {token: localStorage.getItem('token')}, url: baseUrl + '/locNomal/getInListByDay', where: { - state: '1', + io_type: '1', }, page: true, limit: 16, @@ -118,7 +119,7 @@ form.on('submit(reset)', function (data) { pageCurr = 1; clearFormVal($('#search-box')); - $("#state").val("1"); + $("#io_type").val("1"); form.render(); tableReload(false); }); -- Gitblit v1.9.1