diff --git a/pages.json b/pages.json index a59f384..8041fcb 100644 --- a/pages.json +++ b/pages.json @@ -275,6 +275,54 @@ "enablePullDownRefresh": false } }, + { + "path": "pages/workSpace/opls/usecl", + "style": { + "navigationBarTitleText": "临时用电许可证", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/workSpace/opls/soil", + "style": { + "navigationBarTitleText": "动土作业许可证", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/workSpace/opls/preheat", + "style": { + "navigationBarTitleText": "预热器清堵作业许可证", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/workSpace/opls/hoisting", + "style": { + "navigationBarTitleText": "吊装作业许可证", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/workSpace/opls/cooler", + "style": { + "navigationBarTitleText": "篦冷机清大块作业许可证", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/workSpace/opls/clear", + "style": { + "navigationBarTitleText": "清库作业许可证", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, { "path": "pages/workSpace/visit/vpeopleList", "style": { diff --git a/pages/workSpace/operation/gasList.vue b/pages/workSpace/operation/gasList.vue index 35ab829..41dd14d 100644 --- a/pages/workSpace/operation/gasList.vue +++ b/pages/workSpace/operation/gasList.vue @@ -9,12 +9,14 @@ 检测部位:{{row.check_place}} O₂(%):{{row.o2}} CO:{{row.co}} - 可燃气体(V%LEL):{{row.lel}} + 可燃气体(V%LEL):{{row.lel}} + h2s:{{row.h2s}} + 45℃:{{row.f5}} 检验结论: 正常 异常 - 检测人:{{row.checker_.name}} + 检测人:{{row.checker_.name}} 检验时间:{{row.check_time}} @@ -58,12 +60,21 @@ - + 可燃气体: - + + h2s: + + + + 45℃: + + 检验结论: @@ -109,9 +120,6 @@ opl: '', check_time: null, check_place:'', - o2:'', - co:'', - lel:'', is_ok:true, checker:'', }, diff --git a/pages/workSpace/operation/workerList.vue b/pages/workSpace/operation/workerList.vue index 7972828..37af9e8 100644 --- a/pages/workSpace/operation/workerList.vue +++ b/pages/workSpace/operation/workerList.vue @@ -112,6 +112,7 @@ this.oplCateCode = params.oplCateCode; this.showNext() this.getInit() + this.getOplDetail(); }, onShow() { this.workerList = []; @@ -125,6 +126,14 @@ this.showN = true } }, + getOplDetail(){ + let that = this; + that.$u.api.oplItem(that.oplId).then((res) => { + that.oplDetail = res; //作业开始时间 + debugger; + console.log(res); + }); + }, formSubmit(val) { let that = this; that.formData.opl = that.oplId; diff --git a/pages/workSpace/opls/cooler.vue b/pages/workSpace/opls/cooler.vue new file mode 100644 index 0000000..9963fca --- /dev/null +++ b/pages/workSpace/opls/cooler.vue @@ -0,0 +1,554 @@ + + + + + diff --git a/pages/workSpace/opls/hoisting.vue b/pages/workSpace/opls/hoisting.vue new file mode 100644 index 0000000..9a2f6c1 --- /dev/null +++ b/pages/workSpace/opls/hoisting.vue @@ -0,0 +1,565 @@ + + + + + diff --git a/pages/workSpace/opls/preheat.vue b/pages/workSpace/opls/preheat.vue new file mode 100644 index 0000000..9963fca --- /dev/null +++ b/pages/workSpace/opls/preheat.vue @@ -0,0 +1,554 @@ + + + + + diff --git a/pages/workSpace/opls/soil.vue b/pages/workSpace/opls/soil.vue new file mode 100644 index 0000000..e4c8ac0 --- /dev/null +++ b/pages/workSpace/opls/soil.vue @@ -0,0 +1,555 @@ + + + + + diff --git a/pages/workSpace/opls/space.vue b/pages/workSpace/opls/space.vue new file mode 100644 index 0000000..48de8bc --- /dev/null +++ b/pages/workSpace/opls/space.vue @@ -0,0 +1,559 @@ + + + + + diff --git a/pages/workSpace/opls/usecl.vue b/pages/workSpace/opls/usecl.vue new file mode 100644 index 0000000..27aa13b --- /dev/null +++ b/pages/workSpace/opls/usecl.vue @@ -0,0 +1,563 @@ + + + + +