|
|
|
@ -62,7 +62,6 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="7">
|
|
|
|
|
<el-form-item prop="corpName">
|
|
|
|
|
<el-input v-if="formData.fromSubInvName ==null" v-model="formData.corpName" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
|
<el-input v-if="formData.fromSubInvName !=null" v-model="formData.fromSubInvName"
|
|
|
|
|
auto-complete="off" :disabled="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
@ -576,6 +575,8 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
|
} else {
|
|
|
|
|
this.invQueryData.corpId = this.formData.corpId;
|
|
|
|
|
this.thisData.noInvOut = this.formData.noInvOut;
|
|
|
|
|
this.selectProductVisible = true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|