|
|
@ -62,7 +62,6 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="7">
|
|
|
|
<el-col :span="7">
|
|
|
|
<el-form-item prop="corpName">
|
|
|
|
<el-form-item prop="corpName">
|
|
|
|
<el-input v-model="formData.corpName" auto-complete="off" :disabled="true"></el-input>
|
|
|
|
|
|
|
|
<el-input v-if="formData.fromSubInvName !=null" v-model="formData.fromSubInvName"
|
|
|
|
<el-input v-if="formData.fromSubInvName !=null" v-model="formData.fromSubInvName"
|
|
|
|
auto-complete="off" :disabled="true"></el-input>
|
|
|
|
auto-complete="off" :disabled="true"></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
@ -570,7 +569,6 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
selectProductFunction(event) {
|
|
|
|
selectProductFunction(event) {
|
|
|
|
|
|
|
|
|
|
|
|
if (event == null) {
|
|
|
|
if (event == null) {
|
|
|
|
// this.$refs.inputRef.focus();
|
|
|
|
// this.$refs.inputRef.focus();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -609,10 +607,10 @@ export default {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
|
|
|
|
this.invQueryData.corpId = this.formData.corpId;
|
|
|
|
|
|
|
|
this.thisData.noInvOut = this.formData.noInvOut;
|
|
|
|
this.selectProductVisible = true;
|
|
|
|
this.selectProductVisible = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.code = this.code.trim();
|
|
|
|
this.code = this.code.trim();
|
|
|
|