耗材领用单据状态查询修改

prod
郑明梁 2 years ago
parent 6470d6c911
commit 81747cdc86

@ -496,9 +496,10 @@ export default {
this.sValue = this.formData.corpName;
this.getOrderDetailList();
} else {
this.editType=false;
this.formData = {
invCode: null,
invCode: this.$store.getters.locInvCode,
targetInvCode: null,
billNo: null,
billDate: "",

@ -122,7 +122,7 @@ export default {
page: 1,
limit: 10,
corpName: null,
type: 1,
type: 2,
editStatus: 2,
},
statusMap: {

@ -123,7 +123,7 @@ export default {
page: 1,
limit: 10,
corpName: null,
type: 1,
type: 3,
editStatus: 2,
},
statusMap: {

Loading…
Cancel
Save