选择领用单据修改

prod
anthonywj 2 years ago
parent 5348c5fa02
commit 9ce0202fa3

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

Loading…
Cancel
Save