From 12dceacf931f4f29b1613eb06da8fd46d6375ebb Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 08 八月 2024 21:32:47 +0800 Subject: [PATCH] 认领修改+松套管修改+不判定结论 --- src/components/view/b1-inspect-order-plan.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/view/b1-inspect-order-plan.vue b/src/components/view/b1-inspect-order-plan.vue index 05c0f51..fb139d8 100644 --- a/src/components/view/b1-inspect-order-plan.vue +++ b/src/components/view/b1-inspect-order-plan.vue @@ -303,14 +303,14 @@ font: '鏁版嵁鏌ョ湅', type: 'text', method: 'handleDataLook', - disabFun: (row, index) => { + /* disabFun: (row, index) => { const user = JSON.parse(localStorage.getItem('user')) let currentUserName = '' if(user){ currentUserName = user.name } return row.userName!=currentUserName && row.checkName!=currentUserName - } + } */ },{ id: '', font: '妫�楠�', @@ -345,7 +345,7 @@ type: 'text', method: 'claimFun', disabFun: (row, index) => { - return row.userName != null||(row.userName&&!row.userName.includes(JSON.parse(localStorage.getItem("user")).name)) + return row.userName != null || row.checkName!=null } } ], @@ -452,6 +452,7 @@ } }, changeCheckBox(val) { + console.log(111,val) this.componentData.entity.userId = val?0:null this.refreshTable() }, @@ -468,7 +469,7 @@ this.sampleUserForm = { entrustCode: row.entrustCode, insSampleId: row.id, - sonLaboratory: row.sonLaboratory, + sonLaboratory: this.componentData.entity.sonLaboratory, } this.claimVisible = true } -- Gitblit v1.9.3