20240912_adapter
zane 9 months ago
parent 996f9f7ae0
commit 9f56d4f294

@ -12,10 +12,14 @@
<el-button-group <el-button-group
style="display: flex; margin-top: 5px; float: right" style="display: flex; margin-top: 5px; float: right"
> >
<!-- <el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading" <el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading"
style="margin-right: 8px;border-radius: 5%;"
>添加草稿
</el-button>
<el-button size="mini" type="primary" @click.native="submit()" :loading="submitLoading"
style="margin-right: 8px;border-radius: 5%;" style="margin-right: 8px;border-radius: 5%;"
>添加完成 >添加完成
</el-button> --> </el-button>
</el-button-group> </el-button-group>
</el-row> </el-row>
<el-row> <el-row>
@ -297,11 +301,6 @@
detailList: [], detailList: [],
checkPreInArray: [], checkPreInArray: [],
errView: 0, errView: 0,
isCodeAlive: true,
isCheckResultAlive: true,
isBizDetailAlive: true,
isCodeDetailAlive: true,
isSickerAlive: true,
actionEnable: false, actionEnable: false,
formRules: { formRules: {
// productCode: [ // productCode: [
@ -433,35 +432,6 @@
refreshCodesPanel() { refreshCodesPanel() {
this.warnVisible = false; this.warnVisible = false;
this.errVisible = false; this.errVisible = false;
this.isCodeAlive = false;
this.isBizDetailAlive = false;
this.isCodeDetailAlive = false;
this.isSickerAlive = false;
this.$nextTick(() => {
//
this.isCodeAlive = true;
this.isBizDetailAlive = true;
this.isCodeDetailAlive = true;
this.isSickerAlive = true;
});
//
if (this.isCheckResultAlive) {
this.isCheckResultAlive = false;
this.$nextTick(() => {
//
this.isCheckResultAlive = true;
});
}
},
refreshOrder(orderQuery) {
this.relFormData = orderQuery;
this.scanCode = "";
this.result = "";
this.refreshCodesPanel()
}, },
submit(val) { submit(val) {
@ -670,7 +640,7 @@
}, },
created() { created() {
this.init() this.init();
}, },
}; };
</script> </script>

@ -1,7 +1,6 @@
<template> <template>
<div> <div>
<operateRelCode <operateRelCode
ref="operateRelCode"
:opeParentCode="parentCode" :opeParentCode="parentCode"
:opeRelFormData="relFormData" :opeRelFormData="relFormData"
></operateRelCode> ></operateRelCode>

Loading…
Cancel
Save