style(ui): 更新部门名称以匹配新的组织架构

- 将所有页面中的"分厂贯标中心"替换为"分厂车间安全部"
- 将所有页面中的"煤气防护站"替换为"安全科"
- 将所有页面中的"总调度室"替换为"调度科"
- 更新表单验证提示信息中的部门名称
- 修改页面标题和意见区域的部门名称显示
- 调整配置组件中的部门标签和验证消息
dev
wangyan 2026-01-10 10:06:30 +08:00
parent 7b10856842
commit 685091d2c3
33 changed files with 178 additions and 178 deletions

View File

@ -634,13 +634,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">分厂贯标中心</view>
<view class="title">分厂车间安全部</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.LEADER_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.LEADER_USER_NAME" disabled>
</view>
@ -769,13 +769,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">煤气防护站</view>
<view class="title">安全科</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.APPROVE_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.APPROVE_USER_NAME" disabled>
</view>
@ -836,13 +836,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">总调度室</view>
<view class="title">调度科</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.PROJECT_MANAGER_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">总调度室负责人</view>
<view class="title">调度科负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.PROJECT_MANAGER_USER_NAME" disabled>
</view>
@ -1111,12 +1111,12 @@
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -1155,12 +1155,12 @@
</view>
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">煤气防护站负责人意见</view>
<view class="cu-form-title">安全科负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"
@ -1177,12 +1177,12 @@
</view>
<view v-if="signs.PROJECT_MANAGER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">总调度室负责人意见</view>
<view class="cu-form-title">调度科负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.PROJECT_MANAGER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">总调度室负责人</view>
<view class="title">调度科负责人</view>
{{ pd.PROJECT_MANAGER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.PROJECT_MANAGER[0].SIGN_TIME" :key="index"
@ -1779,7 +1779,7 @@ export default {
if (!this.projectmanagerUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择总调度室',
title: '请先选择调度科',
duration: 1500
});
return;
@ -2096,7 +2096,7 @@ export default {
if (!this.approveUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择煤气防护站',
title: '请先选择安全科',
duration: 1500
});
return;

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">煤气防护站意见</block>
<block slot="content">安全科意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.BLINDBOARD_ID" :blindboardId="pd.BLINDBOARD_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">煤气防护站意见</view>
<view class="cu-form-title">安全科意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -351,12 +351,12 @@
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -395,12 +395,12 @@
</view>
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">煤气防护站负责人意见</view>
<view class="cu-form-title">安全科负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"
@ -417,12 +417,12 @@
</view>
<view v-if="signs.PROJECT_MANAGER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">总调度室负责人意见</view>
<view class="cu-form-title">调度科负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.PROJECT_MANAGER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">总调度室负责人</view>
<view class="title">调度科负责人</view>
{{ pd.PROJECT_MANAGER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.PROJECT_MANAGER[0].SIGN_TIME" :key="index"

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">分厂贯标中心意见</block>
<block slot="content">分厂车间安全部意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.BLINDBOARD_ID" :blindboardId="pd.BLINDBOARD_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">分厂贯标中心意见</view>
<view class="cu-form-title">分厂车间安全部意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -51,16 +51,16 @@
<text>工段负责人{{ item.WORKSHOP_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>分厂贯标中心负责人{{ item.LEADER_USER_NAME }}</text>
<text>分厂车间安全部负责人{{ item.LEADER_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text >分厂负责人{{ item.AUDIT_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>煤气防护站负责人{{ item.APPROVE_USER_NAME }}</text>
<text>安全科负责人{{ item.APPROVE_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>总调度室负责人{{ item.PROJECT_MANAGER_USER_NAME }}</text>
<text>调度科负责人{{ item.PROJECT_MANAGER_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>验收部门负责人{{ item.ACCEPT_USER_NAME }}</text>
@ -260,7 +260,7 @@ export default {
uni.navigateTo({
url: '/pages/application/blindboard/blindboard-workshop/blindboard-workshop-detail?BLINDBOARD_ID=' + e
});
} else if (this.flow === '单位贯标中心签字') {
} else if (this.flow === '单位车间安全部签字') {
uni.navigateTo({
url: '/pages/application/blindboard/blindboard-leader/blindboard-leader-detail?BLINDBOARD_ID=' + e
});
@ -268,11 +268,11 @@ export default {
uni.navigateTo({
url: '/pages/application/blindboard/blindboard-audit/blindboard-audit-detail?BLINDBOARD_ID=' + e
});
} else if (this.flow === '煤气防护站签字') {
} else if (this.flow === '安全科签字') {
uni.navigateTo({
url: '/pages/application/blindboard/blindboard-approve/blindboard-approve-detail?BLINDBOARD_ID=' + e
});
}else if (this.flow === '总调度室负责人签字') {
}else if (this.flow === '调度科负责人签字') {
uni.navigateTo({
url: '/pages/application/blindboard/blindboard-projectmanager/blindboard-projectmanager-detail?BLINDBOARD_ID=' + e
});

View File

@ -2,18 +2,18 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">总调度室负责人意见</block>
<block slot="content">调度科负责人意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.BLINDBOARD_ID" :blindboardId="pd.BLINDBOARD_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">总调度室负责人意见</view>
<view class="cu-form-title">调度科负责人意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign">
<view class="title">总调度室负责人</view>
<view class="title">调度科负责人</view>
<button class="cu-btn bg-green shadow" @tap="showModal" data-target="Modal">新增手写签字</button>
</view>

View File

@ -116,13 +116,13 @@
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/blindboard/blindboard-list/index?flow=单位贯标中心签字">
url="/pages/application/blindboard/blindboard-list/index?flow=单位车间安全部签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-907.png" mode=""></image>
<view v-if="count.LEADER" class="cu-tag badge">{{ count.LEADER }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>单位贯标中心</view>
<view>单位车间安全部</view>
<view>意见</view>
</view>
</navigator>
@ -138,23 +138,23 @@
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/blindboard/blindboard-list/index?flow=煤气防护站签字">
url="/pages/application/blindboard/blindboard-list/index?flow=安全科签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-901.png" mode=""></image>
<view v-if="count.APPROVE" class="cu-tag badge">{{ count.APPROVE }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>煤气防护站意见</view>
<view>安全科意见</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/blindboard/blindboard-list/index?flow=总调度室负责人签字">
url="/pages/application/blindboard/blindboard-list/index?flow=调度科负责人签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-jh-1.png" mode=""></image>
<view v-if="count.PROJECT_MANAGER" class="cu-tag badge">{{ count.PROJECT_MANAGER }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>总调度室负责人</view>
<view>调度科负责人</view>
<view>意见</view>
</view>
</navigator>

View File

@ -589,13 +589,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">分厂贯标中心</view>
<view class="title">分厂车间安全部</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.LEADER_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.LEADER_USER_NAME" disabled>
</view>
@ -740,13 +740,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">煤气防护站</view>
<view class="title">安全科</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.APPROVE_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.APPROVE_USER_NAME" disabled>
</view>
@ -1208,12 +1208,12 @@
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -1274,12 +1274,12 @@
</view>
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">煤气防护站负责人意见</view>
<view class="cu-form-title">安全科负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"
@ -1596,7 +1596,7 @@ export default {
workshop: '工段负责',
leader: '分厂贯标中心负责',
audit: '分厂负责',
approve: '煤气防护站负责',
approve: '安全科负责',
safety: '生产部负责',
projectManager: '公司领导',
workstart: '作业开始负责',
@ -2225,7 +2225,7 @@ export default {
if (!this.approveUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择安全',
title: '请先选择安全',
duration: 1500
});
return;

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">煤气防护站意见</block>
<block slot="content">安全科意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.CONFINEDSPACE_ID" :confinedspaceId="pd.CONFINEDSPACE_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">煤气防护站意见</view>
<view class="cu-form-title">安全科意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -296,12 +296,12 @@
</view>
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心意见</view>
<view class="cu-form-title">分厂车间安全部意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -341,12 +341,12 @@
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">煤气防护站意见</view>
<view class="cu-form-title">安全科意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">分厂贯标中心意见</block>
<block slot="content">分厂车间安全部意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.CONFINEDSPACE_ID" :confinedspaceId="pd.CONFINEDSPACE_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">分厂贯标中心意见</view>
<view class="cu-form-title">分厂车间安全部意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -46,10 +46,10 @@
<text>工段负责人{{ item.WORKSHOP_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>分厂贯标中心负责人{{ item.LEADER_USER_NAME }}</text>
<text>分厂车间安全部负责人{{ item.LEADER_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>煤气防护站负责人{{ item.APPROVE_USER_NAME }}</text>
<text>安全科负责人{{ item.APPROVE_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text >分厂负责人{{ item.AUDIT_USER_NAME }}</text>
@ -258,7 +258,7 @@ export default {
uni.navigateTo({
url: '/pages/application/confinedspace/confinedspace-workshop/confinedspace-workshop-detail?CONFINEDSPACE_ID=' + e
});
} else if (this.flow === '单位贯标中心签字') {
} else if (this.flow === '单位车间安全部签字') {
uni.navigateTo({
url: '/pages/application/confinedspace/confinedspace-leader/confinedspace-leader-detail?CONFINEDSPACE_ID=' + e
});
@ -266,7 +266,7 @@ export default {
uni.navigateTo({
url: '/pages/application/confinedspace/confinedspace-audit/confinedspace-audit-detail?CONFINEDSPACE_ID=' + e
});
} else if (this.flow === '煤气防护站签字') {
} else if (this.flow === '安全科签字') {
uni.navigateTo({
url: '/pages/application/confinedspace/confinedspace-approve/confinedspace-approve-detail?CONFINEDSPACE_ID=' + e
});

View File

@ -141,13 +141,13 @@
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/confinedspace/confinedspace-list/index?flow=单位贯标中心签字">
url="/pages/application/confinedspace/confinedspace-list/index?flow=单位车间安全部签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-907.png" mode=""></image>
<view v-if="count.LEADER" class="cu-tag badge">{{ count.LEADER }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>单位贯标中心</view>
<view>单位车间安全部</view>
<view>意见</view>
</view>
</navigator>
@ -163,13 +163,13 @@
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/confinedspace/confinedspace-list/index?flow=煤气防护站签字">
url="/pages/application/confinedspace/confinedspace-list/index?flow=安全科签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-901.png" mode=""></image>
<view v-if="count.APPROVE" class="cu-tag badge">{{ count.APPROVE }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>煤气防护站意见</view>
<view>安全科意见</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none"

View File

@ -1525,7 +1525,7 @@ export default {
if (!this.approveUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择安全',
title: '请先选择安全',
duration: 1500
});
return;

View File

@ -88,7 +88,7 @@
<input name="input" ref="WORK_HIGH" :disabled="forbidEdit" type="number" v-model="pd.WORK_HIGH"
placeholder="请输入作业高度"></input>
</view>
<view class="cu-form-textarea">
<view class="cu-form-title">作业内容</view>
<textarea maxlength="255" :disabled="forbidEdit" v-model="pd.WORK_CONTENT"
@ -527,13 +527,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">分厂贯标中心</view>
<view class="title">分厂车间安全部</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.LEADER_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.LEADER_USER_NAME" disabled>
</view>
@ -682,13 +682,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">安全</view>
<view class="title">安全</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.APPROVE_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.APPROVE_USER_NAME" disabled>
</view>
@ -1062,12 +1062,12 @@
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -1107,12 +1107,12 @@
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">安全负责人意见</view>
<view class="cu-form-title">安全负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"
@ -1416,9 +1416,9 @@ export default {
workusers: '作业',
guardian: '监护',
workshop: '工段负责',
leader: '分厂贯标中心负责',
leader: '分厂车间安全部负责',
audit: '分厂负责',
approve: '安全负责',
approve: '安全负责',
safety: '生产部负责',
workstart: '作业开始负责',
workend: '作业结束负责',
@ -1763,7 +1763,7 @@ export default {
if (!this.leaderUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择动火分厂贯标中心单位',
title: '请先选择动火分厂车间安全部单位',
duration: 1500
});
return;
@ -1825,7 +1825,7 @@ export default {
if (!this.approveUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择安全',
title: '请先选择安全',
duration: 1500
});
return;
@ -2756,7 +2756,7 @@ export default {
if (this.leaderUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分厂贯标中心',
title: '请先选择分厂车间安全部',
duration: 1500
})
}
@ -2774,7 +2774,7 @@ export default {
if (this.approveUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择安全',
title: '请先选择安全',
duration: 1500
})
}

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">安全意见</block>
<block slot="content">安全意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.HIGHWORK_ID" :highworkId="pd.HIGHWORK_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">安全负责人意见</view>
<view class="cu-form-title">安全负责人意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -282,12 +282,12 @@
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -327,12 +327,12 @@
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">安全负责人意见</view>
<view class="cu-form-title">安全负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">分厂贯标中心意见</block>
<block slot="content">分厂车间安全部意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.HIGHWORK_ID" :highworkId="pd.HIGHWORK_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -53,13 +53,13 @@
<text>工段负责人{{ item.WORKSHOP_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>分厂贯标中心负责人{{ item.LEADER_USER_NAME }}</text>
<text>分厂车间安全部负责人{{ item.LEADER_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.AUDIT_USER_NAME">{{ item.AUDIT_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.APPROVE_USER_NAME">{{ item.APPROVE_USER_NAME }}</text>
<text v-if="item.APPROVE_USER_NAME">{{ item.APPROVE_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.SAFETY_USER_NAME">{{ item.SAFETY_USER_NAME }}</text>
@ -255,7 +255,7 @@ export default {
uni.navigateTo({
url: '/pages/application/highwork/highwork-confirm/highwork-confirm-detail?HIGHWORK_ID=' + e
});
} else if (this.flow === '单位贯标中心签字') {
} else if (this.flow === '单位车间安全部签字') {
uni.navigateTo({
url: '/pages/application/highwork/highwork-leader/highwork-leader-detail?HIGHWORK_ID=' + e
});
@ -263,7 +263,7 @@ export default {
uni.navigateTo({
url: '/pages/application/highwork/highwork-audit/highwork-audit-detail?HIGHWORK_ID=' + e
});
} else if (this.flow === '安全签字') {
} else if (this.flow === '安全签字') {
uni.navigateTo({
url: '/pages/application/highwork/highwork-approve/highwork-approve-detail?HIGHWORK_ID=' + e
});

View File

@ -104,13 +104,13 @@
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/highwork/highwork-list/index?flow=单位贯标中心签字">
url="/pages/application/highwork/highwork-list/index?flow=单位车间安全部签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-907.png" mode=""></image>
<view v-if="count.LEADER" class="cu-tag badge">{{ count.LEADER }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>单位贯标中心</view>
<view>单位车间安全部</view>
<view>意见</view>
</view>
</navigator>
@ -126,13 +126,13 @@
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/highwork/highwork-list/index?flow=安全签字">
url="/pages/application/highwork/highwork-list/index?flow=安全签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-901.png" mode=""></image>
<view v-if="count.APPROVE" class="cu-tag badge">{{ count.APPROVE }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>安全意见</view>
<view>安全意见</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none"

View File

@ -491,13 +491,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">分厂贯标中心</view>
<view class="title">分厂车间安全部</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.LEADER_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.LEADER_USER_NAME" disabled>
</view>
@ -628,13 +628,13 @@
<!-- </view>-->
<view class="cu-form-group">
<view class="title">安全</view>
<view class="title">安全</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.APPROVE_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.APPROVE_USER_NAME" disabled>
</view>
@ -973,12 +973,12 @@
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -1018,12 +1018,12 @@
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">安全负责人意见</view>
<view class="cu-form-title">安全负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"
@ -1727,7 +1727,7 @@ export default {
if (!this.leaderUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择分厂贯标中心单位',
title: '请先选择分厂车间安全部单位',
duration: 1500
});
return;
@ -1789,7 +1789,7 @@ export default {
if (!this.approveUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择安全',
title: '请先选择安全',
duration: 1500
});
return;
@ -2649,7 +2649,7 @@ export default {
if (this.leaderUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择分厂贯标中心',
title: '请先选择分厂车间安全部',
duration: 1500
})
}
@ -2667,7 +2667,7 @@ export default {
if (this.approveUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择安全',
title: '请先选择安全',
duration: 1500
})
}

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">安全意见</block>
<block slot="content">安全意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.HOISTING_ID" :hoistingId="pd.HOISTING_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">安全意见</view>
<view class="cu-form-title">安全意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -231,12 +231,12 @@
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -276,12 +276,12 @@
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">安全负责人意见</view>
<view class="cu-form-title">安全负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">安全负责人</view>
<view class="title">安全负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">分厂贯标中心意见</block>
<block slot="content">分厂车间安全部意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.HOISTING_ID" :hoistingId="pd.HOISTING_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">分厂贯标中心负责人意见</view>
<view class="cu-form-title">分厂车间安全部负责人意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">分厂贯标中心负责人</view>
<view class="title">分厂车间安全部负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -51,13 +51,13 @@
<text>工段负责人{{ item.WORKSHOP_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>分厂贯标中心负责人{{ item.LEADER_USER_NAME }}</text>
<text>分厂车间安全部负责人{{ item.LEADER_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.AUDIT_USER_NAME">{{ item.AUDIT_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.APPROVE_USER_NAME">{{ item.APPROVE_USER_NAME }}</text>
<text v-if="item.APPROVE_USER_NAME">{{ item.APPROVE_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.SAFETY_USER_NAME">{{ item.SAFETY_USER_NAME }}</text>
@ -265,7 +265,7 @@ export default {
uni.navigateTo({
url: '/pages/application/hoisting/hoisting-workshop/hoisting-workshop-detail?HOISTING_ID=' + e
});
} else if (this.flow === '单位贯标中心签字') {
} else if (this.flow === '单位车间安全部签字') {
uni.navigateTo({
url: '/pages/application/hoisting/hoisting-leader/hoisting-leader-detail?HOISTING_ID=' + e
});
@ -273,7 +273,7 @@ export default {
uni.navigateTo({
url: '/pages/application/hoisting/hoisting-audit/hoisting-audit-detail?HOISTING_ID=' + e
});
} else if (this.flow === '安全签字') {
} else if (this.flow === '安全签字') {
uni.navigateTo({
url: '/pages/application/hoisting/hoisting-approve/hoisting-approve-detail?HOISTING_ID=' + e
});

View File

@ -92,13 +92,13 @@
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/hoisting/hoisting-list/index?flow=单位贯标中心签字">
url="/pages/application/hoisting/hoisting-list/index?flow=单位车间安全部签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-907.png" mode=""></image>
<view v-if="count.LEADER" class="cu-tag badge">{{ count.LEADER }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>分厂贯标中心</view>
<view>分厂车间安全部</view>
<view>意见</view>
</view>
</navigator>
@ -114,13 +114,13 @@
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/hoisting/hoisting-list/index?flow=安全签字">
url="/pages/application/hoisting/hoisting-list/index?flow=安全签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-901.png" mode=""></image>
<view v-if="count.APPROVE" class="cu-tag badge">{{ count.APPROVE }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>安全意见</view>
<view>安全意见</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none"

View File

@ -100,13 +100,13 @@
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/hotwork/hotwork-list/index?flow=单位贯标中心签字">
url="/pages/application/hotwork/hotwork-list/index?flow=单位车间安全部签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-907.png" mode=""></image>
<view v-if="count.LEADER" class="cu-tag badge">{{ count.LEADER }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>单位贯标中心</view>
<view>单位车间安全部</view>
<view>意见</view>
</view>
</navigator>
@ -123,25 +123,25 @@
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/hotwork/hotwork-list/index?flow=煤气防护站签字">
url="/pages/application/hotwork/hotwork-list/index?flow=安全科签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-901.png" mode=""></image>
<view v-if="count.APPROVE" class="cu-tag badge">{{ count.APPROVE }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>煤气防护站</view>
<view>安全科</view>
<view>意见</view>
</view>
</navigator>
<navigator class="apps-item" hover-class="none"
url="/pages/application/hotwork/hotwork-list/index?flow=生产安环部签字">
url="/pages/application/hotwork/hotwork-list/index?flow=生产部签字">
<view class="imgs action">
<image src="../../../static/icon-apps/icon-jh-1.png" mode=""></image>
<view v-if="count.MONITOR" class="cu-tag badge">{{ count.MONITOR }}</view>
</view>
<view class="text-semi" style="text-align: center;">
<view>生产安环</view>
<view>生产</view>
<view>意见</view>
</view>
</navigator>

View File

@ -685,13 +685,13 @@
<!-- </view>-->
<view class="wui-form-list" v-if="!forbidEdit">
<view class="cu-form-group">
<view class="title">动火单位贯标中心</view>
<view class="title">动火单位车间安全部</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.LEADER_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit">
<view class="title">动火单位贯标中心负责人</view>
<view class="title">动火单位车间安全部负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.LEADER_USER_NAME" disabled>
</view>
@ -713,13 +713,13 @@
</view>
<view class="wui-form-list" v-if="!forbidEdit && pd.WORK_LEVEL !== '二级'">
<view class="cu-form-group">
<view class="title">煤气防护站</view>
<view class="title">安全科</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.APPROVE_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit && pd.WORK_LEVEL !== '二级'">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.APPROVE_USER_NAME" disabled>
</view>
@ -727,13 +727,13 @@
</view>
<view class="wui-form-list" v-if="!forbidEdit && pd.WORK_LEVEL !== '二级'">
<view class="cu-form-group">
<view class="title">生产安环</view>
<view class="title">生产</view>
<view class="earch-input">
<input type="text" style="text-align: right" v-model="pd.MONITOR_DEPARTMENT_NAME" disabled>
</view>
</view>
<view class="cu-form-group" v-if="!forbidEdit && pd.WORK_LEVEL !== '二级'">
<view class="title">生产安环部负责人</view>
<view class="title">生产部负责人</view>
<view>
<input type="text" style="text-align: right" v-model="pd.MONITOR_USER_NAME" disabled>
</view>
@ -1283,12 +1283,12 @@
</view>
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">动火单位贯标中心意见</view>
<view class="cu-form-title">动火单位车间安全部意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">动火单位贯标中心负责人</view>
<view class="title">动火单位车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -1329,12 +1329,12 @@
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">煤气防护站负责人意见</view>
<view class="cu-form-title">安全科负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"
@ -1352,12 +1352,12 @@
<view v-if="signs.MONITOR">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">生产安环部负责人意见</view>
<view class="cu-form-title">生产部负责人意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.MONITOR[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">生产安环部负责人</view>
<view class="title">生产部负责人</view>
{{ pd.MONITOR_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.MONITOR[0].SIGN_TIME" :key="index"
@ -2142,7 +2142,7 @@ export default {
if (!this.leaderUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择动火单位贯标中心单位',
title: '请先选择动火单位车间安全部单位',
duration: 1500
});
return;
@ -2204,7 +2204,7 @@ export default {
if (!this.approveUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择煤气防护站',
title: '请先选择安全科',
duration: 1500
});
return;
@ -2235,7 +2235,7 @@ export default {
if (!this.monitorUserList.length) {
uni.showToast({
icon: 'none',
title: '请先选择生产安环部',
title: '请先选择生产部',
duration: 1500
});
return;
@ -3163,7 +3163,7 @@ export default {
if (this.leaderUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择单位贯标中心单位',
title: '请先选择单位车间安全部单位',
duration: 1500
})
}
@ -3182,7 +3182,7 @@ export default {
if (this.approveUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选煤气防护站',
title: '请先选安全科',
duration: 1500
})
}
@ -3191,7 +3191,7 @@ export default {
if (this.monitorUserList.length == 0) {
uni.showToast({
icon: 'none',
title: '请先选择生产安环部',
title: '请先选择生产部',
duration: 1500
})
}

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">煤气防护站意见</block>
<block slot="content">安全科意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.HOTWORK_ID" :hotworkId="pd.HOTWORK_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">煤气防护站意见</view>
<view class="cu-form-title">安全科意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">煤气防护站负责人</view>
<view class="title">安全科负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -298,12 +298,12 @@
</view>
<view v-if="signs.LEADER">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">单位贯标中心意见</view>
<view class="cu-form-title">单位车间安全部意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.LEADER[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">单位贯标中心负责人</view>
<view class="title">单位车间安全部负责人</view>
{{ pd.LEADER_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.LEADER[0].SIGN_TIME" :key="index"
@ -343,12 +343,12 @@
<view v-if="signs.APPROVE">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">煤气防护站意见</view>
<view class="cu-form-title">安全科意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.APPROVE[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">煤气防护站审批人</view>
<view class="title">安全科审批人</view>
{{ pd.APPROVE_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.APPROVE[0].SIGN_TIME" :key="index"
@ -366,12 +366,12 @@
<view v-if="signs.MONITOR">
<view class="cu-form-textarea" style="border: none;">
<view class="cu-form-title">生产安环部意见</view>
<view class="cu-form-title">生产部意见</view>
<textarea maxlength="255" disabled="disabled" v-model="signs.MONITOR[0].DESCR"></textarea>
</view>
<view style="border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee">
<view class="cu-form-group">
<view class="title">生产安环部负责人</view>
<view class="title">生产部负责人</view>
{{ pd.MONITOR_USER_NAME }}
</view>
<view class="cu-item" v-for="(item,index) in signs.MONITOR[0].SIGN_TIME" :key="index"

View File

@ -2,19 +2,19 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">单位贯标中心意见</block>
<block slot="content">单位车间安全部意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.HOTWORK_ID" :hotworkId="pd.HOTWORK_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">单位贯标中心负责人意见</view>
<view class="cu-form-title">单位车间安全部负责人意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign" v-if="!files.length">
<view class="title">单位贯标中心负责人</view>
<view class="title">单位车间安全部负责人</view>
<view>
<view>
<button class="cu-btn bg-green shadow" @tap="showModal"></button>

View File

@ -47,7 +47,7 @@
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text>动火单位贯标中心负责人{{ item.LEADER_USER_NAME }}</text>
<text>动火单位车间安全部负责人{{ item.LEADER_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -55,11 +55,11 @@
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.APPROVE_USER_NAME">{{ item.APPROVE_USER_NAME }}</text>
<text v-if="item.APPROVE_USER_NAME">{{ item.APPROVE_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
<text v-if="item.MONITOR_USER_NAME">{{ item.MONITOR_USER_NAME }}</text>
<text v-if="item.MONITOR_USER_NAME">{{ item.MONITOR_USER_NAME }}</text>
</view>
<view class="dy-subtitle-flex" @click="$noMultipleClicks(goToDetail,item)">
@ -262,7 +262,7 @@ export default {
uni.navigateTo({
url: '/pages/application/hotwork/hotwork-confirm/hotwork-confirm-detail?HOTWORK_ID=' + e
});
} else if (this.flow === '单位贯标中心签字') {
} else if (this.flow === '单位车间安全部签字') {
uni.navigateTo({
url: '/pages/application/hotwork/hotwork-leader/hotwork-leader-detail?HOTWORK_ID=' + e
});
@ -270,11 +270,11 @@ export default {
uni.navigateTo({
url: '/pages/application/hotwork/hotwork-audit/hotwork-audit-detail?HOTWORK_ID=' + e
});
} else if (this.flow === '煤气防护站签字') {
} else if (this.flow === '安全科签字') {
uni.navigateTo({
url: '/pages/application/hotwork/hotwork-approve/hotwork-approve-detail?HOTWORK_ID=' + e
});
} else if (this.flow === '生产安环部签字') {
} else if (this.flow === '生产部签字') {
uni.navigateTo({
url: '/pages/application/hotwork/hotwork-monitor/hotwork-monitor-detail?HOTWORK_ID=' + e
});

View File

@ -2,18 +2,18 @@
<view>
<cu-custom bgColor="bg-gradual-blueness" :isBack="true">
<block slot="backText">返回</block>
<block slot="content">生产安环部意见</block>
<block slot="content">生产部意见</block>
</cu-custom>
<scroll-view scroll-y="false">
<view class="form">
<detail v-if="pd.HOTWORK_ID" :hotworkId="pd.HOTWORK_ID"></detail>
<view class="wui-form-list">
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
<view class="cu-form-title">生产安环部意见</view>
<view class="cu-form-title">生产部意见</view>
<textarea maxlength="255" v-model="pd.DESCR" placeholder="请输入意见"></textarea>
</view>
<view class="wui-sign">
<view class="title">生产安环部负责人</view>
<view class="title">生产部负责人</view>
<button class="cu-btn bg-green shadow" @tap="showModal" data-target="Modal">新增手写签字</button>
</view>