1.修改单据添加页面

master
x_z 3 years ago
parent 67cadfb464
commit d2403afd3c

@ -290,9 +290,6 @@ export default {
codeDetail(orderId) {
this.codeDetailVisible = true;
this.idQuery.orderIdFk = orderId;
},
handleForm() {
},
//
resetForm() {

@ -620,6 +620,8 @@ export default {
this.formData.fromCorp = store.getters.companyName;// store.getters.customerId === 110 ? '' : store.getters.companyName;
this.formData.fromCorpId = store.getters.customerId;
this.formData.customerId = store.getters.customerId;
this.formData.billType = null;
this.formData.locStorageCode = null;
this.getBusType();
this.getStorage();
if (this.$isNotBlank(this.idQuery.id)) {

Loading…
Cancel
Save