|
|
|
@ -425,6 +425,7 @@ export default {
|
|
|
|
|
storageChange(row) {
|
|
|
|
|
this.formData.fromCorpId = row.code;
|
|
|
|
|
this.formData.fromCorp = row.name;
|
|
|
|
|
this.formData.fromSubInvCode = null;
|
|
|
|
|
this.findSubStorageMethod();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
@ -435,6 +436,10 @@ export default {
|
|
|
|
|
actionChange(item) {
|
|
|
|
|
this.curAction = this.getActionItem(item);
|
|
|
|
|
// this.formData.locStorageCode = this.curAction.storageCode;
|
|
|
|
|
//切换单据类型,清空仓库和分仓信息
|
|
|
|
|
this.formData.locStorageCode = null;
|
|
|
|
|
this.formData.invWarehouseCode = null;
|
|
|
|
|
this.formData.fromCorp = null;
|
|
|
|
|
this.findMethod();
|
|
|
|
|
},
|
|
|
|
|
getActionItem(action) {
|
|
|
|
|