配件退回
This commit is contained in:
parent
2cab7d23cd
commit
cff0f1b6ab
|
|
@ -19,8 +19,8 @@ function queryTable(type) {
|
||||||
reloadTable(1);
|
reloadTable(1);
|
||||||
} else if (type === 2) {
|
} else if (type === 2) {
|
||||||
$('#keyWord').val('');
|
$('#keyWord').val('');
|
||||||
$('#startDate').val('');
|
$('#startDay').val('');
|
||||||
$('#endDate').val('');
|
$('#endDay').val('');
|
||||||
layui.form.render();
|
layui.form.render();
|
||||||
reloadTable(1);
|
reloadTable(1);
|
||||||
}
|
}
|
||||||
|
|
@ -40,8 +40,8 @@ function reloadTable(pageNum) {
|
||||||
where: {
|
where: {
|
||||||
encryptedData: JSON.stringify({
|
encryptedData: JSON.stringify({
|
||||||
'keyWord': $('#keyWord').val(),
|
'keyWord': $('#keyWord').val(),
|
||||||
'startDate': $('#startDate').val(),
|
'startDay': $('#startDay').val(),
|
||||||
'endDate': $('#endDate').val()
|
'endDay': $('#endDay').val()
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -57,12 +57,12 @@ function initTable() {
|
||||||
authorization: sessionStorage.getItem("gz-token"),
|
authorization: sessionStorage.getItem("gz-token"),
|
||||||
},
|
},
|
||||||
height: "full-170",
|
height: "full-170",
|
||||||
url: dataUrl + "backstage/partInput/findByPage",
|
url: dataUrl + "backstage/partBack/findByPage",
|
||||||
where: {
|
where: {
|
||||||
encryptedData: JSON.stringify({
|
encryptedData: JSON.stringify({
|
||||||
'keyWord': $('#keyWord').val(),
|
'keyWord': $('#keyWord').val(),
|
||||||
'startDate': $('#startDate').val(),
|
'startDay': $('#startDay').val(),
|
||||||
'endDate': $('#endDate').val()
|
'endDay': $('#endDay').val()
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
request: {
|
request: {
|
||||||
|
|
@ -95,42 +95,42 @@ function initTable() {
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "inputUser",
|
field: "backNum",
|
||||||
width: '10%',
|
width: '10%',
|
||||||
title: "退用数量",
|
title: "退用数量",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "inputNum",
|
field: "creator",
|
||||||
width: '10%',
|
width: '10%',
|
||||||
title: "接收人",
|
title: "接收人",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "allPrice",
|
field: "userName",
|
||||||
width: '10%',
|
width: '10%',
|
||||||
title: "退料人",
|
title: "退料人",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "inputDay",
|
field: "phone",
|
||||||
width: '10%',
|
width: '10%',
|
||||||
title: "联系电话",
|
title: "联系电话",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "remark",
|
field: "backDay",
|
||||||
width: '10%',
|
width: '10%',
|
||||||
title: "退料时间",
|
title: "退料时间",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: "isFlag",
|
field: "remark",
|
||||||
width: '15%',
|
width: '15%',
|
||||||
title: "备注",
|
title: "备注",
|
||||||
unresize: true,
|
unresize: true,
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<div class="layui-inline">
|
<div class="layui-inline">
|
||||||
<div class="layui-input-inline" style="width: 300px;">
|
<div class="layui-input-inline" style="width: 300px;">
|
||||||
<input type="text" name="proName" id="keyWord" autocomplete="off"
|
<input type="text" name="keyWord" id="keyWord" autocomplete="off"
|
||||||
class="layui-input" lay-affix="clear" placeholder="请输入关键字" maxlength="30">
|
class="layui-input" lay-affix="clear" placeholder="请输入关键字" maxlength="30">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue