新增业务单据问题

fencang
anthonywj 3 years ago
parent a96a38ee65
commit 015e087d82

@ -1071,7 +1071,7 @@ export default {
this.$router.go(-1); this.$router.go(-1);
}, },
locInChange(item){ locInChange(item) {
this.formData.locStorageCode = item; this.formData.locStorageCode = item;
// this.getBusType(); // this.getBusType();
this.invChange(); this.invChange();
@ -1119,7 +1119,8 @@ export default {
} }
}, },
invChange() { invChange() {
this.formData.invWarehouseCode = ""; if (this.$isNotBlank(this.formData.invWarehouseCode))
this.formData.invWarehouseCode = null;
this.subInvList = []; this.subInvList = [];
let query = { let query = {
pcode: this.formData.locStorageCode pcode: this.formData.locStorageCode

Loading…
Cancel
Save