委托验收界面问题

fengcang
anthonyywj2 3 years ago
parent 07129bdeff
commit 057f316e14

@ -360,9 +360,9 @@ export default {
this.getList(); this.getList();
this.getStorage(); this.getStorage();
if (this.$isNotBlank(this.inputQuery.entrustInv)) { // if (this.$isNotBlank(this.inputQuery.entrustInv)) {
this.entrustInvChange(this.inputQuery.entrustInv); // this.entrustInvChange(this.inputQuery.entrustInv);
} // }
}, },
}; };

@ -450,7 +450,7 @@ export default {
this.$store.commit(types.RECEIVE_LOCINVNAME, this.locInvName); this.$store.commit(types.RECEIVE_LOCINVNAME, this.locInvName);
this.$store.commit(types.RECEIVE_LOCSUBINVNAME, this.locInvName); this.$store.commit(types.RECEIVE_LOCSUBINVNAME, this.locInvName);
let username = this.$store.getters.employeeName; let username = this.$store.getters.employeeName;
this.title = username + "" + this.$store.getters.locInvName + " " + this.$store.getters.locSubInvName + ""; this.title = username + "(" + this.locInvName + " " + this.locSubInvName + ")";
this.getStorage(); this.getStorage();
} }
} }

Loading…
Cancel
Save