选择领用单据修改

prod
anthonywj 2 years ago
parent 5348c5fa02
commit 9ce0202fa3

@ -167,14 +167,11 @@ export default {
return { return {
listQuery: { listQuery: {
billNo: "", billNo: "",
thirdSysFk: "",
billAction: null, billAction: null,
originType: null, originType: null,
page: 1, page: 1,
limit: 10, limit: 10,
type: 1, status: 3,
editStatus: 2,
allocateStatus: 0,
customerId: null, customerId: null,
}, },
showSearch: true, showSearch: true,
@ -238,13 +235,12 @@ export default {
}); });
this.listQuery = { this.listQuery = {
billNo: "", billNo: "",
corpName: null,
billAction: null, billAction: null,
type: 1, originType: null,
editStatus: 2,
page: 1, page: 1,
allocateStatus: 0,
limit: 10, limit: 10,
status: 3,
customerId: null,
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

Loading…
Cancel
Save