增业务订单,无法选择分库

fencang
anthonywj 3 years ago
parent c10ff8bd6b
commit a698049e9a

@ -426,7 +426,7 @@ export default {
page: 1, page: 1,
limit: 10, limit: 10,
}, },
formData: {noInvOut: false, locStorageCode: null}, formData: {noInvOut: false, locStorageCode: null, invWarehouseCode: null},
formRules: { formRules: {
corpName: [ corpName: [
{required: true, message: "请输入供应商", trigger: "blur"} {required: true, message: "请输入供应商", trigger: "blur"}
@ -1179,7 +1179,9 @@ export default {
this.findStorageMethod(); this.findStorageMethod();
}, },
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
@ -1202,7 +1204,7 @@ export default {
created() { created() {
this.getBusType("NOCODE"); this.getBusType("NOCODE");
this.getStorage(); this.getStorage();
this.formData = {}; this.formData = {noInvOut: false, locStorageCode: null, invWarehouseCode: null};
this.codeArray = []; this.codeArray = [];
this.closeConfirmFunction(false); this.closeConfirmFunction(false);
if (this.$isNotBlank(this.idQuery.id)) { if (this.$isNotBlank(this.idQuery.id)) {

Loading…
Cancel
Save