diff --git a/pages/application/hotwork_cfd/home.vue b/pages/application/hotwork_cfd/home.vue index 6819e5e..34fb40e 100644 --- a/pages/application/hotwork_cfd/home.vue +++ b/pages/application/hotwork_cfd/home.vue @@ -78,7 +78,7 @@ {{count.COUNTMONITOR}} - 班长验票 + 动火前验票 diff --git a/pages/application/hotwork_cfd/hotwork-accept/hotwork-accept-list.vue b/pages/application/hotwork_cfd/hotwork-accept/hotwork-accept-list.vue index bbcf7e5..3126c32 100644 --- a/pages/application/hotwork_cfd/hotwork-accept/hotwork-accept-list.vue +++ b/pages/application/hotwork_cfd/hotwork-accept/hotwork-accept-list.vue @@ -67,7 +67,7 @@ - + @@ -182,7 +182,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -339,7 +339,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -388,7 +388,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -411,7 +411,7 @@ if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -436,7 +436,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -463,7 +463,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-acceptconfess/hotwork-acceptconfess-list.vue b/pages/application/hotwork_cfd/hotwork-acceptconfess/hotwork-acceptconfess-list.vue index e0ff04a..3da080d 100644 --- a/pages/application/hotwork_cfd/hotwork-acceptconfess/hotwork-acceptconfess-list.vue +++ b/pages/application/hotwork_cfd/hotwork-acceptconfess/hotwork-acceptconfess-list.vue @@ -76,7 +76,7 @@ - + @@ -198,7 +198,7 @@ {id:'-4',name:'属地监管单位确认打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -350,7 +350,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -399,7 +399,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -422,7 +422,7 @@ if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -447,7 +447,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -474,7 +474,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-list.vue b/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-list.vue index 52fdaa5..57ca4b8 100644 --- a/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-list.vue +++ b/pages/application/hotwork_cfd/hotwork-apply/hotwork-apply-list.vue @@ -77,7 +77,7 @@ - + @@ -202,7 +202,7 @@ {id:'-4',name:'所在单位确认打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'}, {id:'-98',name:'已作废(未进行气体检测)'}, @@ -357,7 +357,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -407,7 +407,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -436,7 +436,7 @@ if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -461,7 +461,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -488,7 +488,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-approve/hotwork-approve-list.vue b/pages/application/hotwork_cfd/hotwork-approve/hotwork-approve-list.vue index 8f50ad4..abd3e01 100644 --- a/pages/application/hotwork_cfd/hotwork-approve/hotwork-approve-list.vue +++ b/pages/application/hotwork_cfd/hotwork-approve/hotwork-approve-list.vue @@ -67,7 +67,7 @@ - + @@ -187,7 +187,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -345,7 +345,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -394,7 +394,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -417,7 +417,7 @@ if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -442,7 +442,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -469,7 +469,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-audit/hotwork-audit-list.vue b/pages/application/hotwork_cfd/hotwork-audit/hotwork-audit-list.vue index 5de80d8..52fdf00 100644 --- a/pages/application/hotwork_cfd/hotwork-audit/hotwork-audit-list.vue +++ b/pages/application/hotwork_cfd/hotwork-audit/hotwork-audit-list.vue @@ -67,7 +67,7 @@ - + @@ -187,7 +187,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -345,7 +345,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -394,7 +394,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -417,7 +417,7 @@ if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -442,7 +442,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -469,7 +469,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-confess/hotwork-confess-list.vue b/pages/application/hotwork_cfd/hotwork-confess/hotwork-confess-list.vue index 7351a29..221dfbf 100644 --- a/pages/application/hotwork_cfd/hotwork-confess/hotwork-confess-list.vue +++ b/pages/application/hotwork_cfd/hotwork-confess/hotwork-confess-list.vue @@ -76,7 +76,7 @@ - + @@ -198,7 +198,7 @@ {id:'-4',name:'属地监管单位确认打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -350,7 +350,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -399,7 +399,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -422,7 +422,7 @@ if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -447,7 +447,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -474,7 +474,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-confirm/hotwork-confirm-list.vue b/pages/application/hotwork_cfd/hotwork-confirm/hotwork-confirm-list.vue index e68b0b2..613382b 100644 --- a/pages/application/hotwork_cfd/hotwork-confirm/hotwork-confirm-list.vue +++ b/pages/application/hotwork_cfd/hotwork-confirm/hotwork-confirm-list.vue @@ -76,7 +76,7 @@ - + @@ -196,7 +196,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -362,7 +362,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -411,7 +411,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -434,7 +434,7 @@ if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -459,7 +459,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -486,7 +486,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-gas/hotwork-gas-list.vue b/pages/application/hotwork_cfd/hotwork-gas/hotwork-gas-list.vue index 6b33114..0c667b3 100644 --- a/pages/application/hotwork_cfd/hotwork-gas/hotwork-gas-list.vue +++ b/pages/application/hotwork_cfd/hotwork-gas/hotwork-gas-list.vue @@ -66,7 +66,7 @@ - + @@ -186,7 +186,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -331,7 +331,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, STATE: '已验票', TIME: STATUS.MONITOR_USER_SIGNER_TIME @@ -374,7 +374,7 @@ step.msg = '动火审批人审核打回' } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' } if (this.showStatus == -8 && step.id == 0) { step.msg = '验收打回' diff --git a/pages/application/hotwork_cfd/hotwork-guardian/hotwork-guardian-list.vue b/pages/application/hotwork_cfd/hotwork-guardian/hotwork-guardian-list.vue index 148e24f..f8e5196 100644 --- a/pages/application/hotwork_cfd/hotwork-guardian/hotwork-guardian-list.vue +++ b/pages/application/hotwork_cfd/hotwork-guardian/hotwork-guardian-list.vue @@ -76,7 +76,7 @@ - + @@ -198,7 +198,7 @@ {id:'-4',name:'属地监管单位确认打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -350,7 +350,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -399,7 +399,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -422,7 +422,7 @@ if (step.name == '作业负责人意见' || step.name == '属地监管单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -447,7 +447,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -474,7 +474,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-leader/hotwork-leader-list.vue b/pages/application/hotwork_cfd/hotwork-leader/hotwork-leader-list.vue index c9b9b07..5040fc8 100644 --- a/pages/application/hotwork_cfd/hotwork-leader/hotwork-leader-list.vue +++ b/pages/application/hotwork_cfd/hotwork-leader/hotwork-leader-list.vue @@ -67,7 +67,7 @@ - + @@ -187,7 +187,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -345,7 +345,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -394,7 +394,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -417,7 +417,7 @@ if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -442,7 +442,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -469,7 +469,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-detail.vue b/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-detail.vue index 4aaa27e..e724d02 100644 --- a/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-detail.vue +++ b/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-detail.vue @@ -2,7 +2,7 @@ 返回 - 班长验票 + 动火前验票 diff --git a/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-list.vue b/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-list.vue index f62413f..a13cc21 100644 --- a/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-list.vue +++ b/pages/application/hotwork_cfd/hotwork-monitor/hotwork-monitor-list.vue @@ -2,7 +2,7 @@ 返回 - 班长验票 + 动火前验票 @@ -67,7 +67,7 @@ - + @@ -187,7 +187,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -362,7 +362,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -411,7 +411,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -434,7 +434,7 @@ if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -459,7 +459,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -486,7 +486,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-list.vue b/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-list.vue index 6b177d4..c56ee26 100644 --- a/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-list.vue +++ b/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-list.vue @@ -67,7 +67,7 @@ - + @@ -187,7 +187,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -339,7 +339,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -388,7 +388,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -411,7 +411,7 @@ if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -436,7 +436,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -463,7 +463,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){ diff --git a/pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-list.vue b/pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-list.vue index b8c5180..31c1a58 100644 --- a/pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-list.vue +++ b/pages/application/hotwork_cfd/hotwork-xiang-mu/hotwork-xiang-list.vue @@ -67,7 +67,7 @@ - + @@ -187,7 +187,7 @@ {id:'-4',name:'车间负责人打回'}, {id:'-5',name:'安全管理部门打回'}, {id:'-6',name:'审批打回'}, - {id:'-7',name:'班长验票打回'}, + {id:'-7',name:'动火前验票打回'}, {id:'-8',name:'验收打回'} ], sindex:-1, @@ -344,7 +344,7 @@ }, { id: '6', - name: '班长验票', + name: '动火前验票', USER_NAME: STATUS.MONITOR_USER_NAME, TIME: STATUS.MONITOR_USER_SIGNER_TIME }, @@ -393,7 +393,7 @@ step.REPULSE = step.REPULSE } if (this.showStatus == -7 && step.id == 0) { - step.msg = '班长验票打回' + step.msg = '动火前验票打回' step.STATE = '待提交' step.REPULSE = step.REPULSE } @@ -416,7 +416,7 @@ if (step.name == '作业负责人意见' || step.name == '所在单位意见' || step.name == '安全管理部门意见' || step.name == '动火审批人意见') { step.STATE = '已审核' } - if (step.name == '班长验票') { + if (step.name == '动火前验票') { step.STATE = '已验票' } if (step.name == '完成验收') { @@ -441,7 +441,7 @@ if(step.name == '动火审批人意见'){ step.STATE = '待审核' } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '待验票' } if(step.name == '完成验收'){ @@ -468,7 +468,7 @@ step.STATE = '已审核' } } - if(step.name == '班长验票'){ + if(step.name == '动火前验票'){ step.STATE = '已验票' } if(step.name == '完成验收'){