From fe911c6965a98da43aa7aba1391497eca463626e Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Wed, 11 Dec 2024 15:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E9=87=8D=E6=A3=80=E3=80=81=E5=A4=8D?= =?UTF-8?q?=E6=A3=80=E9=A1=B9=E6=97=B6=20=20=E5=88=9B=E5=BB=BA=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E4=BA=BA=E5=91=98=E6=89=8D=E5=8F=AF=E4=BB=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=BC=95=E8=BD=A6=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/orderdetails.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/pages/index/orderdetails.vue b/pages/index/orderdetails.vue index 1e1905d..653f380 100644 --- a/pages/index/orderdetails.vue +++ b/pages/index/orderdetails.vue @@ -53,7 +53,7 @@ 引车员 {{ detailData.leadManName }} - + 更换引车员 @@ -357,7 +357,8 @@ export default { text: '退办理', value: "0" }, - ] + ], + isChangeLeadMan: false, } }, onLoad(option) { @@ -367,7 +368,9 @@ export default { if (this.workNodeStatus == '1') { this.isExamines() } - + if (this.inspectionInfoId){ + this.judgeUpdateLeadMan() + } }, onShow() { this.getindex() @@ -379,6 +382,14 @@ export default { }) }, methods: { + judgeUpdateLeadMan(){ + request({ + url: '/system/info/judgeUpdateLeadMan?id=' + this.inspectionInfoId, + method: 'get' + }).then(res => { + this.isChangeLeadMan = res.data + }) + }, chooseBank(e) { this.receivablesAccount = e.value[0] this.bankShow = false