diff --git a/config/index.js b/config/index.js index 8d4dde7..eb65708 100644 --- a/config/index.js +++ b/config/index.js @@ -11,7 +11,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/api': { - target: 'http://192.168.0.90:8091/', + target: 'http://192.168.0.49:8091/', changeOrigin: true, pathRewrite: { '^/api': '' diff --git a/src/views/hotwork_cfd/hotwork/components/detail.vue b/src/views/hotwork_cfd/hotwork/components/detail.vue index 6c90e95..53ce14b 100644 --- a/src/views/hotwork_cfd/hotwork/components/detail.vue +++ b/src/views/hotwork_cfd/hotwork/components/detail.vue @@ -75,6 +75,22 @@
接受交底人 |
-
+
签字:
-
- {{ item.ACCEPT_CONFESS_USER_SIGNER_TIME }}
+
+ {{ item.APPROVAL_SIGNATURE_TIME }}
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
监护人 | @@ -178,7 +195,7 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- 作业负责人意见:{{ pd.CONFIRM_CONTENT }}
+ 作业负责人意见:{{ pd.CONFIRM_CONTENT === '无' ? '同意' : pd.CONFIRM_CONTENT }}
签字:
@@ -188,7 +205,7 @@
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- 项目主管部门负责人意见:{{ pd.BELONGING_OPINIONS }}
+ 项目主管部门负责人意见:{{ pd.BELONGING_OPINIONS === '' ? '同意' : pd.BELONGING_OPINIONS }}
签字:
@@ -198,7 +215,7 @@
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- 属地监管单位意见:{{ pd.LEADER_CONTENT }}
+ 属地监管单位意见:{{ pd.LEADER_CONTENT === '无' ? '同意' : pd.LEADER_CONTENT }}
签字:
@@ -208,7 +225,7 @@
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- 安全管理部门意见:{{ pd.AUDIT_CONTENT }}
+ 安全管理部门意见:{{ pd.AUDIT_CONTENT === '无' ? '同意' : pd.AUDIT_CONTENT }}
签字:
@@ -218,7 +235,7 @@
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- 动火审批人意见:{{ pd.APPROVE_CONTENT }}
+ 动火审批人意见:{{ pd.APPROVE_CONTENT === '无' ? '同意' : pd.APPROVE_CONTENT }}
签字:
@@ -228,7 +245,7 @@
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- 动火前验票负责人:{{ pd.MONITOR_CONTENT }}
+ 动火前验票负责人:{{ pd.MONITOR_CONTENT === '无' ? '同意' : pd.MONITOR_CONTENT }}
签字:
@@ -238,7 +255,7 @@
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- 完工验收:{{ pd.ACCEPT_CONTENT }}
+ 完工验收:{{ pd.ACCEPT_CONTENT === '无' ? '同意' : pd.ACCEPT_CONTENT }}
签字:
@@ -270,6 +287,7 @@ export default {
imgList: [],
imgList1: [],
otherProtectiveMeasures: [],
+ acceptConfessList: [],
confessList: []
}
},
@@ -315,6 +333,11 @@ export default {
this.confessList.push(item)
}
})
+ data.pd.acceptConfessList.forEach(item => {
+ if (item.APPROVAL_SIGNATURE_TIME !== undefined && item.APPROVAL_SIGNATURE_TIME.trim() !== '') {
+ this.acceptConfessList.push(item)
+ }
+ })
for (let i = 0; i < data.measuresList.length; i++) {
// 将字符串转成数组
const PROTECTIVE_MEASURES = data.measuresList[i].PROTECTIVE_MEASURES.split('')
diff --git a/src/views/hotwork_cfd/hotwork/components/list.vue b/src/views/hotwork_cfd/hotwork/components/list.vue
index 2f092e8..204df3e 100644
--- a/src/views/hotwork_cfd/hotwork/components/list.vue
+++ b/src/views/hotwork_cfd/hotwork/components/list.vue
@@ -51,14 +51,14 @@
动火作业待提交
作业负责人待审核
- 项目负责人待审核
+ 项目主管部门待审核
属地监管单位待审核
安全管理部门待审核
动火审批人待审核
班长待验票
待验收
验收归档
- 项目负责人审核打回
+ 项目主管部门审核打回
作业负责人审核打回
属地监管单位审核打回
安全管理部门审核打回
@@ -217,7 +217,7 @@ export default {
{ ID: '', NAME: '请选择' },
{ ID: '0', NAME: '动火作业待提交' },
{ ID: '1', NAME: '作业负责人待审核' },
- { ID: '1.5', NAME: '项目负责人待审核' },
+ { ID: '1.5', NAME: '项目主管部门待审核' },
{ ID: '2', NAME: '属地监管单位待审核' },
{ ID: '4', NAME: '安全管理部门待审核' },
{ ID: '5', NAME: '动火审批人待审核' },
diff --git a/src/views/hotwork_cfd/pigeonhole/components/detail.vue b/src/views/hotwork_cfd/pigeonhole/components/detail.vue
index 7a570fe..b1e05f3 100644
--- a/src/views/hotwork_cfd/pigeonhole/components/detail.vue
+++ b/src/views/hotwork_cfd/pigeonhole/components/detail.vue
@@ -74,7 +74,22 @@
动火作业实施时间 |
{{ pd.WORK_START_DATE }}至{{ pd.WORK_END_DATE }}止 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
动火是否完成 | ++ 已完成 + | +动火是否完成 | ++ 已清理 + | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
是否存在遗留火种 | ++ 无遗留火种 + | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|