八项作业安全措施确认人
parent
9a00ecd8ed
commit
8d588f6d08
|
@ -379,7 +379,10 @@
|
|||
"path": "pages/application/hotwork/hotwork-measures/hotwork-measures-detail",
|
||||
"style": {}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/application/hotwork/hotwork-guardian/hotwork-guardian-detail",
|
||||
"style": {}
|
||||
},
|
||||
{
|
||||
"path": "pages/application/hotwork/hotwork-gas/gas-list",
|
||||
"style": {}
|
||||
|
|
|
@ -41,16 +41,16 @@
|
|||
<view>确认人意见</view>
|
||||
</view>
|
||||
</navigator>
|
||||
<!-- <navigator class="apps-item" hover-class="none" url="/pages/application/hotwork/hotwork-guardian/hotwork-guardian-list">-->
|
||||
<!-- <view class="imgs action">-->
|
||||
<!-- <image src="../../../static/icon-apps/icon-zl-9.png" mode=""></image>-->
|
||||
<!-- <view v-if="count.COUNTGUARDIAN" class="cu-tag badge">{{count.COUNTGUARDIAN}}</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/hotwork/hotwork-list/index?flow=监护人签字">
|
||||
<view class="imgs action">
|
||||
<image src="../../../static/icon-apps/icon-zl-9.png" mode=""></image>
|
||||
<view v-if="count.COUNTGUARDIAN" class="cu-tag badge">{{count.COUNTGUARDIAN}}</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/hotwork/hotwork-leader/hotwork-leader-list">
|
||||
<view class="imgs action">
|
||||
<image src="../../../static/icon-apps/icon-807.png" mode=""></image>
|
||||
|
|
|
@ -167,6 +167,10 @@
|
|||
uni.navigateTo({
|
||||
url: '/pages/application/hotwork/hotwork-measures/hotwork-measures-detail?HOTWORK_ID='+e
|
||||
});
|
||||
}else if(this.flow === '监护人签字'){
|
||||
uni.navigateTo({
|
||||
url: '/pages/application/hotwork/hotwork-guardian/hotwork-guardian-detail?HOTWORK_ID='+e
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
|
|
|
@ -158,30 +158,6 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="wui-form-list">
|
||||
<view class="cu-form-textarea" style="border-bottom: 1px dashed #eee;">
|
||||
<view class="cu-form-title">作业负责人意见</view>
|
||||
<textarea maxlength="255" v-model="pd.CONTENT" placeholder="请输入意见"></textarea>
|
||||
</view>
|
||||
<view class="wui-sign">
|
||||
<view class="title">作业负责人</view>
|
||||
<button class="cu-btn bg-green shadow" @tap="showModal" data-target="Modal">手写签字</button>
|
||||
</view>
|
||||
|
||||
<view class="wui-sign-box" v-show="imgList && imgList.length > 0">
|
||||
<view class="sign-title">
|
||||
签字照片:
|
||||
</view>
|
||||
<view class="wui-sign-cotent">
|
||||
<view class="sign-img" v-for="(item,index) in imgList" :key="index" @tap="ViewImage" data-type="0" :data-url="imgList[index].filePath">
|
||||
<image :src="imgList[index].filePath" mode="aspectFit"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="cu-modal" :class="modalName=='Modal'?'show':''">
|
||||
<writing-board @confirm="subCanvas" @cancel="hideModal"></writing-board>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="cu-bar btn-group" style="margin-top: 30upx;">
|
||||
|
|
Loading…
Reference in New Issue