|
|
|
@ -680,7 +680,7 @@ export default {
|
|
|
|
|
this.$message.error('当前往来单位不能为空');
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if(this.curAction.corpType ==1){
|
|
|
|
|
if (this.curAction.corpType == 1) {
|
|
|
|
|
if (this.$isBlank(this.formData.fromSubInvCode)) {
|
|
|
|
|
this.$message.error('当前往来分库不能为空');
|
|
|
|
|
return;
|
|
|
|
@ -1158,6 +1158,11 @@ export default {
|
|
|
|
|
// 加载表格数据
|
|
|
|
|
// this.getCodeList();
|
|
|
|
|
}
|
|
|
|
|
this.formData.invWarehouseCode = this.$store.getters.locSubInvCode;
|
|
|
|
|
this.formData.locStorageCode = this.$store.getters.locInvCode;
|
|
|
|
|
if (this.$isNotBlank(this.formData.locStorageCode)) {
|
|
|
|
|
this.findStorageMethod();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|