From b6fd672062482542ab3e2307c1f3e3f16f5788f5 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 9 Jun 2023 13:13:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B8=E5=8F=AF=E8=AF=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/scOpl/scFire.vue | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/components/scOpl/scFire.vue b/src/components/scOpl/scFire.vue index 91308e0e..ff8d5082 100644 --- a/src/components/scOpl/scFire.vue +++ b/src/components/scOpl/scFire.vue @@ -49,6 +49,10 @@ +

进度流程

+ + +

许可证信息

@@ -109,7 +113,7 @@ -

作业人员

@@ -241,7 +241,6 @@ cate: "", risks_checked: [], }, - ticketDetailState:false, oplcateCode: 'fire', operationId: "", oplId: "", @@ -310,12 +309,7 @@ exportDiv.style.width = "100%" }, - // handleExport(){ - // let bdHtml = window.document.body.innerHTML; - // document.body.innerHTML = document.getElementById('exportDiv').innerHTML; - // window.print(); - // location.reload(); - // }, + //根据oplId,查许可证 getOplData() { let that = this; @@ -326,6 +320,10 @@ that.oplcateCode = res.cate_code; that.ticketId = res.ticket; that.operationId = res.operation; //zuoyeID + that.$API.wf.ticket.ticketItem.req(that.ticketId).then((ress) => { + that.ticketDetail = ress; + that.ticketDetailState = true; + }).catch(e=>{}); that.getOperation(); res.create_imgs_.forEach(item=>{ console.log(item) @@ -379,9 +377,15 @@