diff --git a/pages/projectEnd/specialOperations/fireWork/addWorkFinally.vue b/pages/projectEnd/specialOperations/fireWork/addWorkFinally.vue index e8c57fbd..67be7e64 100644 --- a/pages/projectEnd/specialOperations/fireWork/addWorkFinally.vue +++ b/pages/projectEnd/specialOperations/fireWork/addWorkFinally.vue @@ -8,8 +8,8 @@ - 动火作业 - + + 作业票编号:{{workTicketCode}} *验收单位 @@ -92,7 +92,7 @@ this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn this.userInfo = JSON.parse(uni.getStorageSync('userInfo')) this.engineeringId = val.id - this.engineeringName = val.name + this.workTicketCode = val.workTicketCode this.getEnterpriseInfoList() }, watch:{ diff --git a/pages/projectEnd/specialOperations/fireWork/detail.vue b/pages/projectEnd/specialOperations/fireWork/detail.vue index 53238919..2879b683 100644 --- a/pages/projectEnd/specialOperations/fireWork/detail.vue +++ b/pages/projectEnd/specialOperations/fireWork/detail.vue @@ -42,9 +42,9 @@ 作业申请时间:{{detailData.jobApplicationTime}} - + 证书编号:{{detailData.certificateNo}} @@ -292,7 +292,7 @@ } else if(this.activeIndex == 4){ if(this.isShowBtn){ uni.navigateTo({ - url:'./addWorkFinally?id='+this.detailId+'&name='+this.detailData.engineeringName + url:'./addWorkFinally?id='+this.detailId+'&workTicketCode='+this.detailData.workTicketCode }) }else{ uni.showToast({