|
|
|
@ -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)) {
|
|
|
|
|