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

@ -12,10 +12,14 @@
<el-button-group
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%;"
>添加完成
</el-button> -->
</el-button>
</el-button-group>
</el-row>
<el-row>
@ -297,11 +301,6 @@
detailList: [],
checkPreInArray: [],
errView: 0,
isCodeAlive: true,
isCheckResultAlive: true,
isBizDetailAlive: true,
isCodeDetailAlive: true,
isSickerAlive: true,
actionEnable: false,
formRules: {
// productCode: [
@ -433,35 +432,6 @@
refreshCodesPanel() {
this.warnVisible = 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) {
@ -670,7 +640,7 @@
},
created() {
this.init()
this.init();
},
};
</script>

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

Loading…
Cancel
Save