From 14b15cb429be4c2cf9d7372afcd3bf1e6c53d6af Mon Sep 17 00:00:00 2001 From: lxp <1928192722@qq.com> Date: 星期一, 12 八月 2024 13:29:41 +0800 Subject: [PATCH] modified: src/components/do/b1-ins-order/fiberoptic-config.vue --- src/components/view/b1-inspection-order.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue index 442b29e..50d48fb 100644 --- a/src/components/view/b1-inspection-order.vue +++ b/src/components/view/b1-inspection-order.vue @@ -339,7 +339,7 @@ </el-dialog> </div> <div style="width: 100%;height: 100%;" v-if="active >0"> - <Add :active="active" :currentId="currentId" v-if="active<4" /> + <Add :active="active" :currentId="currentId" v-if="active<4" :examine = "examine" /> </div> <el-dialog title="鏍囩鎵撳嵃" :visible.sync="printDialogVisible" width="40%" top="5vh"> <div style="width:100%;height: 400px;overflow-y: auto;" v-loading="loadPint"> @@ -460,6 +460,7 @@ data() { return { deleteTilte:'鎾ら攢', + examine: null, deleteList:[], loadPint:false, checkAll: false, @@ -928,6 +929,7 @@ // //澶嶅埗缁檉ormData // this.formData = this.HaveJson(row); this.currentId = row.id + this.examine = 1 }, // 鏁版嵁鏌ョ湅 handleDataLook(row) { @@ -951,6 +953,7 @@ // this.verifyDialogVisible = true; this.active = 3; this.currentId = row.id + this.examine = 1 }, // 鎾ら攢 handlEquash(row) { @@ -1111,6 +1114,7 @@ // 涓嬪崟 playOrder(num) { this.active = num + this.examine = 0 this.refreshTable('page') }, handleTab(m, i) { -- Gitblit v1.9.3