1.切换单据类型不清除往来单位数据

fencang
x_z 3 years ago
parent b4b6e58cf9
commit 1da604bf23

@ -431,6 +431,7 @@ export default {
action: this.formData.billType,
locStorageCode: this.formData.locStorageCode,
preCheck: this.formData.preCheck,
fromCorp: this.formData.fromCorp
}
submitOrderWeb(tQuery)
@ -833,7 +834,7 @@ export default {
this.curAction = this.getActionItem(item);
this.$set(this.formData, "codeFillCheck", this.curAction.codeFillCheck);
// this.formData.locStorageCode = this.curAction.storageCode;
this.formData.fromCorp = null;
// this.formData.fromCorp = null;
},
//
bindRl(val) {

Loading…
Cancel
Save