|
@@ -243,12 +243,18 @@ $('#SourceSnShipDate').val(value);
|
|
|
|
|
|
|
|
//执行重载
|
|
//执行重载
|
|
|
table.reload('LAY-list-manage', {
|
|
table.reload('LAY-list-manage', {
|
|
|
- where: field
|
|
|
|
|
|
|
+ where: field,
|
|
|
|
|
+ page: {
|
|
|
|
|
+ curr: 1
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
form.on('submit(LAY-list-front-searchall)', function (data) {
|
|
form.on('submit(LAY-list-front-searchall)', function (data) {
|
|
|
table.reload('LAY-list-manage', {
|
|
table.reload('LAY-list-manage', {
|
|
|
- where: null
|
|
|
|
|
|
|
+ where: null,
|
|
|
|
|
+ page: {
|
|
|
|
|
+ curr: 1
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
|
|
|