diff --git a/js/accessory/accessory_return_list.js b/js/accessory/accessory_return_list.js index 231d1d6..6454b53 100644 --- a/js/accessory/accessory_return_list.js +++ b/js/accessory/accessory_return_list.js @@ -19,8 +19,8 @@ function queryTable(type) { reloadTable(1); } else if (type === 2) { $('#keyWord').val(''); - $('#startDate').val(''); - $('#endDate').val(''); + $('#startDay').val(''); + $('#endDay').val(''); layui.form.render(); reloadTable(1); } @@ -40,8 +40,8 @@ function reloadTable(pageNum) { where: { encryptedData: JSON.stringify({ 'keyWord': $('#keyWord').val(), - 'startDate': $('#startDate').val(), - 'endDate': $('#endDate').val() + 'startDay': $('#startDay').val(), + 'endDay': $('#endDay').val() }), }, }, @@ -57,12 +57,12 @@ function initTable() { authorization: sessionStorage.getItem("gz-token"), }, height: "full-170", - url: dataUrl + "backstage/partInput/findByPage", + url: dataUrl + "backstage/partBack/findByPage", where: { encryptedData: JSON.stringify({ 'keyWord': $('#keyWord').val(), - 'startDate': $('#startDate').val(), - 'endDate': $('#endDate').val() + 'startDay': $('#startDay').val(), + 'endDay': $('#endDay').val() }), }, request: { @@ -95,42 +95,42 @@ function initTable() { align: "center", }, { - field: "inputUser", + field: "backNum", width: '10%', title: "退用数量", unresize: true, align: "center", }, { - field: "inputNum", + field: "creator", width: '10%', title: "接收人", unresize: true, align: "center", }, { - field: "allPrice", + field: "userName", width: '10%', title: "退料人", unresize: true, align: "center", }, { - field: "inputDay", + field: "phone", width: '10%', title: "联系电话", unresize: true, align: "center", }, { - field: "remark", + field: "backDay", width: '10%', title: "退料时间", unresize: true, align: "center", }, { - field: "isFlag", + field: "remark", width: '15%', title: "备注", unresize: true, diff --git a/page/accessory/accessory_return_list.html b/page/accessory/accessory_return_list.html index 421dfc7..7f7b425 100644 --- a/page/accessory/accessory_return_list.html +++ b/page/accessory/accessory_return_list.html @@ -22,7 +22,7 @@
-