diff --git a/src/views/warehouse/stockHospOrderNew.vue b/src/views/warehouse/stockHospOrderNew.vue index 7d674f9..bccccae 100644 --- a/src/views/warehouse/stockHospOrderNew.vue +++ b/src/views/warehouse/stockHospOrderNew.vue @@ -1173,7 +1173,7 @@ export default { this.curAction = this.getActionItem(this.formData.billType); if (this.curAction != null) { } else { - this.curAction = {corpType:0,genUnit: false,changeEnable:false,}; + this.curAction = {corpType: 0, genUnit: false, changeEnable: false,}; this.formData.billType = null; } } @@ -1231,13 +1231,18 @@ export default { actionChange(item) { this.curAction = this.getActionItem(item); this.formData.corpName = ''; - // this.locInChange(); - // this.findMethod(); + + if (this.$isNotBlank(this.formData.fromSubInvCode)) { + this.formData.fromSubInvCode = ''; + } + // ''; + this.locInChange(); + this.findMethod(); }, locInChange() { this.$forceUpdate(); // this.getBusType(); - this.invChange(); + // this.invChange(); this.findStorageMethod(); },