审核送货单模块可以审核入库单,预期应不可以

dev
黄泽腾 2 years ago
parent ae3631ca75
commit 13ff04e14b

@ -1048,7 +1048,8 @@ export default {
this.loading = true; this.loading = true;
this.currentRow = {billNo: ""}; this.currentRow = {billNo: ""};
this.clearDetailList(); this.clearDetailList();
this.filterQuery.vueType = "supDelAudit"; this.filterQuery.vueType = "supDelivery";
// this.filterQuery.vueType = "supDelAudit";
getOrderList(this.filterQuery) getOrderList(this.filterQuery)
.then((response) => { .then((response) => {
this.loading = false; this.loading = false;

@ -460,7 +460,7 @@ export default {
targetInvChange() { targetInvChange() {
let query = { let query = {
enable: true, enable: true,
spUse: true, spUse: 1,
invCode: this.formData.invCode invCode: this.formData.invCode
} }
getLocalJoinByUser(query) getLocalJoinByUser(query)

Loading…
Cancel
Save