初始化
parent
6846e446b6
commit
bd5bbaefde
File diff suppressed because it is too large
Load Diff
|
@ -59,7 +59,7 @@
|
||||||
@click="$noMultipleClicks(goToDetail,item.HIDDEN_ID)">
|
@click="$noMultipleClicks(goToDetail,item.HIDDEN_ID)">
|
||||||
{{(TabCur + 1) == '1' ? '验收' : '查看'}}
|
{{(TabCur + 1) == '1' ? '验收' : '查看'}}
|
||||||
</button>
|
</button>
|
||||||
<button style="margin-left: 20upx;"
|
<!-- <button style="margin-left: 20upx;"
|
||||||
v-if="item.ISPUNISH !== '2'
|
v-if="item.ISPUNISH !== '2'
|
||||||
&& !item.KEYPROJECTPUNISH_ID
|
&& !item.KEYPROJECTPUNISH_ID
|
||||||
&& item.PUNISH_THE_PERSON.includes(loginUserId)
|
&& item.PUNISH_THE_PERSON.includes(loginUserId)
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
class="cu-btn bg-red margin-tb-sm sm"
|
class="cu-btn bg-red margin-tb-sm sm"
|
||||||
@click.stop="fnModalShow(item)">
|
@click.stop="fnModalShow(item)">
|
||||||
处罚
|
处罚
|
||||||
</button>
|
</button> -->
|
||||||
<!-- && item.CREATOR == loginUserId" -->
|
<!-- && item.CREATOR == loginUserId" -->
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -7,128 +7,176 @@
|
||||||
<view class="form">
|
<view class="form">
|
||||||
<view class="wui-form-list">
|
<view class="wui-form-list">
|
||||||
<view class="de-drawer">
|
<view class="de-drawer">
|
||||||
<view class="cu-bar bg-white" v-if="hiddenForm.hiddenImgs">
|
<view class="cu-bar bg-white" v-if="hiddenForm.hiddenImgs">
|
||||||
<view class="action">
|
<view class="action">
|
||||||
隐患照片
|
隐患照片
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group" v-if="hiddenForm.hiddenImgs">
|
<view class="cu-form-group" v-if="hiddenForm.hiddenImgs">
|
||||||
<view class="grid col-4 grid-square flex-sub">
|
<view class="grid col-4 grid-square flex-sub">
|
||||||
<view class="bg-img" v-for="(item,index) in hiddenForm.hiddenImgs" :key="index" @tap="ViewImage"
|
<view class="bg-img" v-for="(item,index) in hiddenForm.hiddenImgs" :key="index" @tap="ViewImage"
|
||||||
:data-id="item.IMGFILES_ID" data-type="0" :data-url="hiddenForm.hiddenImgs[index].FILEPATH">
|
:data-id="item.IMGFILES_ID" data-type="0" :data-url="hiddenForm.hiddenImgs[index].FILEPATH">
|
||||||
<image :src="baseImgPath + hiddenForm.hiddenImgs[index].FILEPATH" mode="aspectFill"></image>
|
<image :src="baseImgPath + hiddenForm.hiddenImgs[index].FILEPATH" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-bar bg-white" v-if="hiddenForm.hiddenVideos">
|
<view class="cu-bar bg-white" v-if="hiddenForm.hiddenVideos">
|
||||||
<view class="action">
|
<view class="action">
|
||||||
隐患视频
|
隐患视频
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group" v-if="hiddenForm.hiddenVideos">
|
<view class="cu-form-group" v-if="hiddenForm.hiddenVideos">
|
||||||
<view class="grid col-4 grid-square flex-sub">
|
<view class="grid col-4 grid-square flex-sub">
|
||||||
<view class="bg-img" v-for="(item,vindex) in hiddenForm.hiddenVideos" :key="vindex"
|
<view class="bg-img" v-for="(item,vindex) in hiddenForm.hiddenVideos" :key="vindex"
|
||||||
style="background-color: #000">
|
style="background-color: #000">
|
||||||
<image src="/static/icon-apps/video.png" mode="aspectFill" @click="playVideo"
|
<image src="/static/icon-apps/video.png" mode="aspectFill" @click="playVideo"
|
||||||
:data-src="hiddenForm.hiddenVideos[vindex].FILEPATH"></image>
|
:data-src="hiddenForm.hiddenVideos[vindex].FILEPATH"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-textarea">
|
<view class="cu-form-textarea">
|
||||||
<view class="cu-form-title text-hui">隐患描述</view>
|
<view class="cu-form-title text-hui">隐患描述</view>
|
||||||
<textarea maxlength="-1" disabled v-model="hiddenForm.HIDDENDESCR" placeholder="请对隐患进行详细描述(必填项)"></textarea>
|
<textarea maxlength="-1" disabled v-model="hiddenForm.HIDDENDESCR" placeholder="请对隐患进行详细描述(必填项)"></textarea>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">隐患部位</view>
|
<view class="title">隐患部位</view>
|
||||||
<view class="picker-tree-box">
|
<view class="picker-tree-box">
|
||||||
<view>{{ hiddenForm.HIDDENPART }}</view>
|
<view>{{ hiddenForm.HIDDENPART }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">隐患级别</view>
|
<view class="title">隐患级别</view>
|
||||||
<view class="picker-tree-box">
|
<view class="picker-tree-box">
|
||||||
<view>{{ hiddenForm.HIDDENLEVEL_NAME }}</view>
|
<view>{{ hiddenForm.HIDDENLEVEL_NAME }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">隐患类型</view>
|
<view class="title">隐患类型</view>
|
||||||
<view class="picker-tree-box">
|
<view class="picker-tree-box">
|
||||||
<view>{{ hiddenForm.HIDDENTYPE_NAME }}</view>
|
<view>{{ hiddenForm.HIDDENTYPE_NAME }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">隐患处置:</view>
|
<view class="title">隐患处置:</view>
|
||||||
<view>限期整改</view>
|
<view>限期整改</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">整改期限:</view>
|
<view class="title">整改期限:</view>
|
||||||
<view>{{ hiddenForm.RECTIFICATIONDEADLINE }}</view>
|
<view>{{ hiddenForm.RECTIFICATIONDEADLINE }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title" style="height: auto;">
|
<view class="title" style="height: auto;">
|
||||||
<view>整改部门:</view>
|
<view>整改部门:</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="picker-tree-box">
|
<view class="picker-tree-box">
|
||||||
{{ hiddenForm.RECTIFICATIONDEPT_NAME }}
|
{{ hiddenForm.RECTIFICATIONDEPT_NAME }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">整改人:</view>
|
<view class="title">整改人:</view>
|
||||||
<view>{{ hiddenForm.RECTIFICATIONOR_NAME }}</view>
|
<view>{{ hiddenForm.RECTIFICATIONOR_NAME }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group" v-show="hiddenForm.STATE==='2'||hiddenForm.STATE==='4'">
|
||||||
<view class="title">整改时间:</view>
|
<view class="title">整改时间:</view>
|
||||||
<view>{{ hiddenForm.RECTIFICATIONTIME }}</view>
|
<view>{{ hiddenForm.RECTIFICATIONTIME }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-bar bg-white">
|
<view class="cu-bar bg-white" v-show="hiddenForm.STATE==='2'||hiddenForm.STATE==='4'">
|
||||||
<view class="action">
|
<view class="action">
|
||||||
整改照片
|
整改照片
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group" v-show="hiddenForm.STATE==='2'||hiddenForm.STATE==='4'">
|
||||||
<view class="grid col-4 grid-square flex-sub">
|
<view class="grid col-4 grid-square flex-sub">
|
||||||
<view class="bg-img" v-for="(item,index) in hiddenForm.zgImgs" :key="index" @tap="ViewImage1"
|
<view class="bg-img" v-for="(item,index) in hiddenForm.zgImgs" :key="index" @tap="ViewImage1"
|
||||||
:data-id="item.IMGFILES_ID" data-type="0" :data-url="hiddenForm.zgImgs[index].FILEPATH">
|
:data-id="item.IMGFILES_ID" data-type="0" :data-url="hiddenForm.zgImgs[index].FILEPATH">
|
||||||
<image :src="baseImgPath + hiddenForm.zgImgs[index].FILEPATH" mode="aspectFill"></image>
|
<image :src="baseImgPath + hiddenForm.zgImgs[index].FILEPATH" mode="aspectFill"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group" v-show="hiddenForm.STATE==='4'||TabCur==='1'">
|
||||||
<view class="title">验收时间:</view>
|
<view class="title">验收时间:</view>
|
||||||
<ruiDatePicker v-if="TabCur == 1" :start="todayDate" fields="minute" :value="CHECKTIME || '请选择'"
|
<ruiDatePicker v-if="TabCur == 1" :start="todayDate" fields="minute" :value="CHECKTIME || '请选择'"
|
||||||
@change="changeDiscoverDate"></ruiDatePicker>
|
@change="changeDiscoverDate"></ruiDatePicker>
|
||||||
<view v-else>{{hiddenForm.CHECKTIME}}</view>
|
<view v-else>{{hiddenForm.CHECKTIME}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-bar bg-white">
|
<view class="cu-bar bg-white" v-show="hiddenForm.STATE==='4'||TabCur==='1'">
|
||||||
<view class="action">
|
<view class="action">
|
||||||
验收照片
|
验收照片
|
||||||
</view>
|
</view>
|
||||||
<view class="action">
|
<view class="action">
|
||||||
{{hiddenForm.ysImgs.length}}/4
|
{{hiddenForm.ysImgs.length}}/4
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group" v-show="hiddenForm.STATE==='4'||TabCur==='1'">
|
||||||
<view class="grid col-4 grid-square flex-sub">
|
<view class="grid col-4 grid-square flex-sub">
|
||||||
<view class="bg-img" v-for="(item,index) in hiddenForm.ysImgs" :key="index" @tap="ViewImage2" :data-id="item.IMGFILES_ID" data-type="0" :data-url="hiddenForm.ysImgs[index].FILEPATH">
|
<view class="bg-img" v-for="(item,index) in hiddenForm.ysImgs" :key="index" @tap="ViewImage2" :data-id="item.IMGFILES_ID" data-type="0" :data-url="hiddenForm.ysImgs[index].FILEPATH">
|
||||||
<image v-if="item.IMGFILES_ID" :src="baseImgPath + hiddenForm.ysImgs[index].FILEPATH" mode="aspectFill"></image>
|
<image v-if="item.IMGFILES_ID" :src="baseImgPath + hiddenForm.ysImgs[index].FILEPATH" mode="aspectFill"></image>
|
||||||
<image v-else :src="hiddenForm.ysImgs[index].FILEPATH" mode="aspectFill"></image>
|
<image v-else :src="hiddenForm.ysImgs[index].FILEPATH" mode="aspectFill"></image>
|
||||||
<view class="cu-tag bg-red" @tap.stop="DelImg" data-type="0" :data-index="index" v-if="TabCur == 1">
|
<view class="cu-tag bg-red" @tap.stop="DelImg" data-type="0" :data-index="index" v-if="TabCur == 1">
|
||||||
<text class='cuIcon-close'></text>
|
<text class='cuIcon-close'></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="solids" @tap="ChooseImage(0)" v-if="hiddenForm.ysImgs.length<4 && TabCur == 1">
|
<view class="solids" @tap="ChooseImage(0)" v-if="hiddenForm.ysImgs.length<4 && TabCur == 1">
|
||||||
<text class='cuIcon-cameraadd'></text>
|
<text class='cuIcon-cameraadd'></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="cu-form-group">
|
</view>
|
||||||
<view class="title">是否进行罚款:</view>
|
<view v-if="punishForm">
|
||||||
<radio-group @change="changeRadioGroup($event)">
|
<view class="dy-list-item p20">
|
||||||
<label class="radio"><radio value="1" :checked="hiddenForm.ISPUNISH === '1'" :disabled="TabCur == 2" />是</label>
|
<view class="dy-title-flex align-center">
|
||||||
<label class="radio"><radio value="2" :checked="hiddenForm.ISPUNISH === '2'" :disabled="TabCur == 2" />否</label>
|
<text>处罚信息</text>
|
||||||
</radio-group>
|
</view>
|
||||||
</view> -->
|
</view>
|
||||||
</view>
|
<view class="cu-form-group">
|
||||||
|
<view class="title">处罚原因:</view>
|
||||||
|
<view>{{ punishForm.REASON }}</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">处罚金额:</view>
|
||||||
|
<view>{{ punishForm.AMOUT }}元</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">被处罚单位:</view>
|
||||||
|
<view>{{ punishForm.UNITS_NAME }}</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">被处罚人:</view>
|
||||||
|
<view>{{ punishForm.PERSON_NAME }}</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">下发人:</view>
|
||||||
|
<view>{{ punishForm.CREATOR_NAME }}</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">下发处罚时间:</view>
|
||||||
|
<view>{{ punishForm.DATE }}</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-bar bg-white" v-if="punishForm.HANDLE_IMG">
|
||||||
|
<view class="action">
|
||||||
|
罚款缴纳单
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group" v-if="punishForm.HANDLE_IMG">
|
||||||
|
<view class="grid col-4 grid-square flex-sub">
|
||||||
|
<view class="bg-img">
|
||||||
|
<image :src="baseImgPath + punishForm.HANDLE_IMG" mode="aspectFill"></image>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">是否缴纳罚款:</view>
|
||||||
|
<view>{{punishForm.HANDLED === '1' ? '已缴' : '未缴' }}</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group" v-if="punishForm.HANDLED === '1'">
|
||||||
|
<view class="title">处罚处理人:</view>
|
||||||
|
<view >{{punishForm.PERSON_NAME}}</view>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group" v-if="punishForm.HANDLED === '1'">
|
||||||
|
<view class="title" >处罚处理时间:</view>
|
||||||
|
<view >{{punishForm.HANLDE_TIME}}</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-bar btn-group" style="margin-top: 30upx;">
|
<view class="cu-bar btn-group" style="margin-top: 30upx;">
|
||||||
<button v-if="TabCur == 1" class="cu-btn bg-blue margin-tb-sm lg" @click="$noMultipleClicks(goSubmit)">验收</button>
|
<button v-if="TabCur == 1" class="cu-btn bg-blue margin-tb-sm lg" @click="$noMultipleClicks(goSubmit)">验收</button>
|
||||||
|
@ -175,6 +223,7 @@ export default {
|
||||||
ysImgs:[],
|
ysImgs:[],
|
||||||
CHECKTIME :formatDate(new Date(), 'yyyy-MM-dd hh:mm')
|
CHECKTIME :formatDate(new Date(), 'yyyy-MM-dd hh:mm')
|
||||||
},
|
},
|
||||||
|
punishForm:{},
|
||||||
videoSrc:'',
|
videoSrc:'',
|
||||||
modalShow:false,
|
modalShow:false,
|
||||||
todayDate:formatDate(new Date(), 'yyyy-MM-dd hh:mm'),
|
todayDate:formatDate(new Date(), 'yyyy-MM-dd hh:mm'),
|
||||||
|
@ -207,6 +256,11 @@ export default {
|
||||||
uni.hideLoading();//结束加载中动画
|
uni.hideLoading();//结束加载中动画
|
||||||
if (res.data != null) {
|
if (res.data != null) {
|
||||||
this.hiddenForm = res.data.pd
|
this.hiddenForm = res.data.pd
|
||||||
|
if(res.data.pd.punishForm){
|
||||||
|
this.punishForm = res.data.pd.punishForm
|
||||||
|
}else{
|
||||||
|
this.punishForm = null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -293,6 +347,17 @@ export default {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
fnImagePreview(list, index) {
|
||||||
|
const urls = [];
|
||||||
|
for (let i = 0; i < list.length; i++) {
|
||||||
|
urls.push(list[i].url);
|
||||||
|
}
|
||||||
|
const current = urls[index];
|
||||||
|
uni.previewImage({
|
||||||
|
urls,
|
||||||
|
current
|
||||||
|
})
|
||||||
|
},
|
||||||
changeRadioGroup(e){
|
changeRadioGroup(e){
|
||||||
if(this.TabCur == 2) return
|
if(this.TabCur == 2) return
|
||||||
this.hiddenForm.ISPUNISH = e.detail.value
|
this.hiddenForm.ISPUNISH = e.detail.value
|
||||||
|
@ -306,13 +371,13 @@ export default {
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if(this.hiddenForm.ysImgs.length === 0){
|
//if(this.hiddenForm.ysImgs.length === 0){
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: `请上传验收图片`,
|
// title: `请上传验收图片`,
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
//}
|
||||||
// if(!this.hiddenForm.ISPUNISH){
|
// if(!this.hiddenForm.ISPUNISH){
|
||||||
// uni.showToast({
|
// uni.showToast({
|
||||||
// title: `请选择是否进行罚款`,
|
// title: `请选择是否进行罚款`,
|
||||||
|
@ -384,5 +449,8 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.dy-title-flex{
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 35upx;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -24,6 +24,16 @@
|
||||||
@click="$noMultipleClicks(goToDetail,item)" class="dy-list-item p20">
|
@click="$noMultipleClicks(goToDetail,item)" class="dy-list-item p20">
|
||||||
<view class="dy-title-flex align-center">
|
<view class="dy-title-flex align-center">
|
||||||
<text>{{item.OUTSOURCED_NAME}}</text>
|
<text>{{item.OUTSOURCED_NAME}}</text>
|
||||||
|
<text>
|
||||||
|
<view v-if="item.co>0" style="border-radius: 96px;
|
||||||
|
font-size: 10px;
|
||||||
|
padding: 0px 10px;
|
||||||
|
height: 13px;
|
||||||
|
color: #ffffff;
|
||||||
|
background-color:#dd514c ;">
|
||||||
|
{{item.co}}
|
||||||
|
</view>
|
||||||
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
||||||
<text>
|
<text>
|
||||||
|
@ -32,7 +42,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
||||||
<text>
|
<text>
|
||||||
监督部门:{{ item.Q_DEPARTMENT_NAME }}
|
监督部门:{{ item.DEPARTMENT_NAME }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '0'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '0'" class="dy-subtitle-flex">
|
||||||
|
@ -46,7 +56,7 @@
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex">
|
<view class="dy-subtitle-flex">
|
||||||
<text>相关方单位负责人:{{item.UNITS_PIC}}</text>
|
<text>相关方单位负责人:{{item.UNITS_PIC_NAME}}</text>
|
||||||
<text>电话:{{item.UNITS_PHONE}}</text>
|
<text>电话:{{item.UNITS_PHONE}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex" style="height: 34upx;">
|
<view class="dy-subtitle-flex" style="height: 34upx;">
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<navigator class="apps-item" hover-class="none" url="/pages/application/key-project-management/penalty-management/list">
|
<navigator class="apps-item" hover-class="none" url="/pages/application/key-project-management/penalty-management/list">
|
||||||
<view class="imgs action">
|
<view class="imgs action">
|
||||||
<image src="../../../../static/icon-apps/icon-yxkj-1.png" mode=""></image>
|
<image src="../../../../static/icon-apps/icon-yxkj-1.png" mode=""></image>
|
||||||
<!-- <view v-if="count.HIDDEN_COUNT" class="cu-tag badge">{{count.HIDDEN_COUNT}}</view>-->
|
<view v-if="count.HIDDEN_COUNT" class="cu-tag badge">{{count.HIDDEN_COUNT}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="text-semi" style="text-align: center;">
|
<view class="text-semi" style="text-align: center;">
|
||||||
<view>处罚管理</view>
|
<view>处罚管理</view>
|
||||||
|
|
|
@ -19,24 +19,31 @@
|
||||||
<view class="dy-list">
|
<view class="dy-list">
|
||||||
<view v-for="(item,index) of list" :key="index" :data-id="item.INSPECTION_ID" @click="$noMultipleClicks(goToDetail,item.KEYPROJECTPUNISH_ID)" class="dy-list-item p20">
|
<view v-for="(item,index) of list" :key="index" :data-id="item.INSPECTION_ID" @click="$noMultipleClicks(goToDetail,item.KEYPROJECTPUNISH_ID)" class="dy-list-item p20">
|
||||||
<view class="dy-title-flex align-center">
|
<view class="dy-title-flex align-center">
|
||||||
<text>{{item.OUTSOURCED_NAME}}</text>
|
<text>{{item.HIDDENDESCR}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex">
|
<view class="dy-subtitle-flex">
|
||||||
<text>被处罚单位:{{ item.UNITS_NAME }}</text>
|
<text>被处罚单位:{{ item.UNITS_NAME }}</text>
|
||||||
<text>被处罚人:{{ item.PERSON_NAME }}</text>
|
<text v-show="item.ISPUNISH==='1'&&item.HANDLED==='0'">被处罚人:{{ item.PERSON_NAME }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex">
|
<view v-show="item.ISPUNISH==='1'" class="dy-subtitle-flex">
|
||||||
<text>
|
<text>
|
||||||
处罚原因:{{ item.REASON }}
|
处罚原因:{{ item.REASON }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex">
|
<view v-show="item.ISPUNISH" class="dy-subtitle-flex">
|
||||||
<text>下发人:{{ item.CREATOR_NAME }}</text>
|
<text>下发人:{{ item.CREATOR_NAME }}</text>
|
||||||
|
<text>是否处罚:{{ item.ISPUNISH == "2" ? "否":"是" }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex" style="height: 34upx;">
|
<view class="dy-subtitle-flex" style="height: 34upx;">
|
||||||
<text>处罚处理状态:{{ (TabCur + 1) == "1" ? "待处理" : "已处理" }}</text>
|
<text>处罚处理状态:{{ item.ISPUNISH == "2" ? "不处罚":item.HANDLED == "1" ?"已完成":item.ISPUNISH == "1" ? "待反馈" : "待处罚" }}</text>
|
||||||
<text>
|
<text>
|
||||||
<button class="cu-btn bg-blue margin-tb-sm sm" @click="$noMultipleClicks(goToDetail,item.KEYPROJECTPUNISH_ID)">查看</button>
|
<button
|
||||||
|
v-if="!item.ISPUNISH"
|
||||||
|
class="cu-btn bg-red margin-tb-sm sm"
|
||||||
|
@click.stop="fnModalShow(item)">
|
||||||
|
处罚
|
||||||
|
</button>
|
||||||
|
<button style="margin-left: 20upx;" class="cu-btn bg-blue margin-tb-sm sm" @click="$noMultipleClicks(goToDetail,item.HIDDEN_ID)">查看</button>
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -52,6 +59,57 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-tabbar-height"></view>
|
<view class="cu-tabbar-height"></view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
|
<view :class="['cu-modal',{'show':modalShow}]" v-if="modalShow">
|
||||||
|
<view class="cu-dialog">
|
||||||
|
<view class="cu-bar bg-white justify-end">
|
||||||
|
<view class="content">处罚</view>
|
||||||
|
<view class="action" @tap="modalShow = false">
|
||||||
|
<text class="cuIcon-close text-red"></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="wui-form-list">
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">是否进行罚款:</view>
|
||||||
|
<radio-group @change="changeRadioGroup($event)">
|
||||||
|
<label class="radio"><radio value="1" :checked="punishForm.ISPUNISH === '1'" />是</label>
|
||||||
|
<label class="radio"><radio value="2" :checked="punishForm.ISPUNISH === '2'" />否</label>
|
||||||
|
</radio-group>
|
||||||
|
</view>
|
||||||
|
<view v-if="punishForm.ISPUNISH==1">
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">处罚原因</view>
|
||||||
|
<input v-model="punishForm.REASON" placeholder="请输入处罚原因"></input>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">处罚金额(元)</view>
|
||||||
|
<input type="number" v-model="punishForm.AMOUT" placeholder="请输入处罚金额" @blur="checkNumber"></input>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">被处罚单位</view>
|
||||||
|
<input disabled v-model="punishForm.RECTIFICATIONDEPT_NAME" placeholder="请输入被处罚单位"></input>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">被处罚人</view>
|
||||||
|
<input disabled v-model="punishForm.RECTIFICATIONOR_NAME" placeholder="请输入被处罚人"></input>
|
||||||
|
</view>
|
||||||
|
<view class="cu-form-group">
|
||||||
|
<view class="title">下发处罚时间</view>
|
||||||
|
<ruiDatePicker fields="minute" :value="punishForm.DATE || '请选择'" @change="changeStartDate">
|
||||||
|
</ruiDatePicker>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
<view class="cu-bar bg-white justify-between">
|
||||||
|
<view class="action" style="flex-basis: 100%">
|
||||||
|
<button class="cu-btn" style="flex-basis: 50%" @click="modalShow = false">关闭</button>
|
||||||
|
<button class="cu-btn line-green text-green" style="flex-basis: 50%"
|
||||||
|
@click="fnSubmit">确认</button>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -84,6 +142,16 @@ export default {
|
||||||
TabCur: 0,
|
TabCur: 0,
|
||||||
scrollLeft: 0,
|
scrollLeft: 0,
|
||||||
tabNav: ['待反馈处罚', '已完成处罚'],
|
tabNav: ['待反馈处罚', '已完成处罚'],
|
||||||
|
modalShow: false,
|
||||||
|
punishForm: {
|
||||||
|
HIDDEN_ID: '',
|
||||||
|
ISPUNISH: '',
|
||||||
|
RECTIFICATIONDEPT_NAME: '',
|
||||||
|
RECTIFICATIONOR_NAME: '',
|
||||||
|
REASON: '',
|
||||||
|
AMOUT: '',
|
||||||
|
DATE: formatDate(new Date(), 'yyyy-MM-dd hh:mm'),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onReady() {
|
onReady() {
|
||||||
|
@ -119,12 +187,24 @@ export default {
|
||||||
this.scrollLeft = (e.currentTarget.dataset.id - 1) * 60;
|
this.scrollLeft = (e.currentTarget.dataset.id - 1) * 60;
|
||||||
this.getQuery();
|
this.getQuery();
|
||||||
},
|
},
|
||||||
//跳转事件
|
//跳转事件
|
||||||
goToDetail(e) {
|
goToDetail(e) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/application/key-project-management/penalty-management/detail?KEYPROJECTPUNISH_ID='+e + '&OUTSOURCED_ID=' + this.OUTSOURCED_ID + '&TabCur=' + (this.TabCur+1)
|
url: '/pages/application/key-project-management/hidden-management/detail?HIDDEN_ID=' + e +
|
||||||
});
|
'&OUTSOURCED_ID=' + this.OUTSOURCED_ID + '&TabCur=2'
|
||||||
},
|
});
|
||||||
|
},
|
||||||
|
fnModalShow(item) {
|
||||||
|
this.punishForm.HIDDEN_ID = item.HIDDEN_ID
|
||||||
|
this.punishForm.RECTIFICATIONDEPT_NAME = item.UNITS_NAME
|
||||||
|
this.punishForm.RECTIFICATIONOR_NAME = item.RECTIFICATIONOR_NAME
|
||||||
|
this.punishForm.ISPUNISH = '2'
|
||||||
|
this.modalShow = true
|
||||||
|
},
|
||||||
|
changeStartDate(e) {
|
||||||
|
this.punishForm.DATE = e
|
||||||
|
this.$forceUpdate(); //强制刷新
|
||||||
|
},
|
||||||
getQuery(){ //搜索按钮事件
|
getQuery(){ //搜索按钮事件
|
||||||
var _this = this;
|
var _this = this;
|
||||||
_this.showCount = 10;
|
_this.showCount = 10;
|
||||||
|
@ -154,7 +234,7 @@ export default {
|
||||||
title:"加载中..."
|
title:"加载中..."
|
||||||
});//加载中动画
|
});//加载中动画
|
||||||
uni.request({
|
uni.request({
|
||||||
url: basePath +'/app/keyprojectpunish/list?showCount='+_this.showCount+'¤tPage='+_this.currentPage,
|
url: basePath +'/app/keyprojectcheck/punishlist?showCount='+_this.showCount+'¤tPage='+_this.currentPage,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
header: {
|
header: {
|
||||||
|
@ -183,6 +263,91 @@ export default {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
fnSubmit() {
|
||||||
|
var _this = this
|
||||||
|
console.log(this.punishForm)
|
||||||
|
//如果处罚,添加罚单
|
||||||
|
if (this.punishForm.ISPUNISH === "1") {
|
||||||
|
for (const key in this.punishRules) {
|
||||||
|
if (!this.punishForm[key]) {
|
||||||
|
uni.showToast({
|
||||||
|
title: this.punishRules[key],
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
uni.request({
|
||||||
|
url: basePath + '/app/keyprojectpunish/add',
|
||||||
|
method: 'POST',
|
||||||
|
header: {
|
||||||
|
'Content-type': 'application/x-www-form-urlencoded'
|
||||||
|
},
|
||||||
|
data: {
|
||||||
|
...this.punishForm,
|
||||||
|
CORPINFO_ID: corpinfoId,
|
||||||
|
CREATOR: loginUserId,
|
||||||
|
OPERATOR: loginUserId,
|
||||||
|
},
|
||||||
|
success: (res) => {
|
||||||
|
|
||||||
|
if ("success" == res.data.result) {
|
||||||
|
_this.editHiddenIspunish(1);
|
||||||
|
_this.punishForm= {
|
||||||
|
HIDDEN_ID: '',
|
||||||
|
ISPUNISH: '',
|
||||||
|
RECTIFICATIONDEPT_NAME: '',
|
||||||
|
RECTIFICATIONOR_NAME: '',
|
||||||
|
REASON: '',
|
||||||
|
AMOUT: '',
|
||||||
|
DATE: formatDate(new Date(), 'yyyy-MM-dd hh:mm'),
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
uni.showToast({
|
||||||
|
title: res.data.msaesge,
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}else {
|
||||||
|
_this.editHiddenIspunish(2)
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
editHiddenIspunish(Ispunish){
|
||||||
|
// 如果不处罚 修改隐患
|
||||||
|
uni.request({
|
||||||
|
url: basePath + '/app/keyprojectcheck/editHiddenIspunish',
|
||||||
|
method: 'POST',
|
||||||
|
header: {
|
||||||
|
'Content-type': 'application/x-www-form-urlencoded'
|
||||||
|
},
|
||||||
|
data: {
|
||||||
|
...this.punishForm,
|
||||||
|
ISPUNISH:Ispunish,
|
||||||
|
PUNISH_PERSON:loginUserId
|
||||||
|
},
|
||||||
|
success: (res) => {
|
||||||
|
this.modalShow = false
|
||||||
|
this.getQuery()
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
changeRadioGroup(e){
|
||||||
|
if(this.TabCur == 2) return
|
||||||
|
this.punishForm.ISPUNISH = e.detail.value
|
||||||
|
},
|
||||||
|
checkNumber(e){
|
||||||
|
var reg = /^[0-9]+(\.[0-9]{1,2})?$/;
|
||||||
|
if(!(reg.test(e.detail.value))){
|
||||||
|
uni.showToast({
|
||||||
|
title: "处罚金额只能输入整数或两位小数",
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
this.punishForm.AMOUT = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -23,6 +23,16 @@
|
||||||
<view v-for="(item,index) of list" :key="index" :data-id="item.INSPECTION_ID" @click="$noMultipleClicks(goToDetail,item.OUTSOURCED_ID)" class="dy-list-item p20">
|
<view v-for="(item,index) of list" :key="index" :data-id="item.INSPECTION_ID" @click="$noMultipleClicks(goToDetail,item.OUTSOURCED_ID)" class="dy-list-item p20">
|
||||||
<view class="dy-title-flex align-center">
|
<view class="dy-title-flex align-center">
|
||||||
<text>{{item.OUTSOURCED_NAME}}</text>
|
<text>{{item.OUTSOURCED_NAME}}</text>
|
||||||
|
<text>
|
||||||
|
<view v-if="item.cfcount>0" style="border-radius: 96px;
|
||||||
|
font-size: 10px;
|
||||||
|
padding: 0px 10px;
|
||||||
|
height: 13px;
|
||||||
|
color: #ffffff;
|
||||||
|
background-color:#dd514c ;">
|
||||||
|
{{item.cfcount}}
|
||||||
|
</view>
|
||||||
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
||||||
<text>
|
<text>
|
||||||
|
@ -31,7 +41,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
||||||
<text>
|
<text>
|
||||||
监督部门:{{ item.Q_DEPARTMENT_NAME }}
|
监督部门:{{ item.DEPARTMENT_NAME }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '0'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '0'" class="dy-subtitle-flex">
|
||||||
|
@ -45,7 +55,7 @@
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex">
|
<view class="dy-subtitle-flex">
|
||||||
<text>相关方单位负责人:{{item.UNITS_PIC}}</text>
|
<text>相关方单位负责人:{{item.UNITS_PIC_NAME}}</text>
|
||||||
<text>电话:{{item.UNITS_PHONE}}</text>
|
<text>电话:{{item.UNITS_PHONE}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex" style="height: 34upx;">
|
<view class="dy-subtitle-flex" style="height: 34upx;">
|
||||||
|
@ -161,7 +171,7 @@ export default {
|
||||||
title:"加载中..."
|
title:"加载中..."
|
||||||
});//加载中动画
|
});//加载中动画
|
||||||
uni.request({
|
uni.request({
|
||||||
url: basePath +'/app/keyProjects/listOutsourced?showCount='+_this.showCount+'¤tPage='+_this.currentPage ,
|
url: basePath +'/app/keyProjects/getPUNISHlist?showCount='+_this.showCount+'¤tPage='+_this.currentPage ,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
header: {
|
header: {
|
||||||
|
@ -170,7 +180,7 @@ export default {
|
||||||
data: {
|
data: {
|
||||||
KEYWORDS : _this.NameLikes, //关键字模糊查询
|
KEYWORDS : _this.NameLikes, //关键字模糊查询
|
||||||
CORPINFO_ID:corpinfoId,
|
CORPINFO_ID:corpinfoId,
|
||||||
UserId:loginUserId
|
PUNISHUser:loginUserId
|
||||||
},
|
},
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
uni.hideLoading();//结束加载中动画
|
uni.hideLoading();//结束加载中动画
|
||||||
|
|
|
@ -324,15 +324,6 @@
|
||||||
</view>
|
</view>
|
||||||
</picker>
|
</picker>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view v-if="!hiddenForm.punishForm&&!punishFormType" class="done-btn" @click="punishFormType = true">
|
|
||||||
<text class="cu-btn bg-blue">添加罚单</text>
|
|
||||||
</view> -->
|
|
||||||
<!-- <view v-if="hiddenForm.punishForm||punishFormType">
|
|
||||||
<view class="done-btn" @click="punishFormType = false">
|
|
||||||
<text class="cu-btn bg-blue"> 关 闭 </text>
|
|
||||||
</view>
|
|
||||||
<punish-vue ref="punish" :ordPunishForm="this.hiddenForm.punishForm"></punish-vue>
|
|
||||||
</view> -->
|
|
||||||
<view style="display: flex;padding: 50upx 30upx 100upx 30upx">
|
<view style="display: flex;padding: 50upx 30upx 100upx 30upx">
|
||||||
<view style="flex: 1">
|
<view style="flex: 1">
|
||||||
<button class="cu-btn" style="width: 95%;" @tap="cancelHidden">取消</button>
|
<button class="cu-btn" style="width: 95%;" @tap="cancelHidden">取消</button>
|
||||||
|
@ -506,7 +497,13 @@
|
||||||
value: 'hiddenLevel1004',
|
value: 'hiddenLevel1004',
|
||||||
label: '轻微隐患'
|
label: '轻微隐患'
|
||||||
}], // 隐患级别下拉数据
|
}], // 隐患级别下拉数据
|
||||||
|
PUNISHList: [{
|
||||||
|
value: '1',
|
||||||
|
label: '是'
|
||||||
|
}, {
|
||||||
|
value: '2',
|
||||||
|
label: '否'
|
||||||
|
}], // 是否罚款下拉
|
||||||
hiddenTypeTreeList: [], // 隐患类型下拉数据
|
hiddenTypeTreeList: [], // 隐患类型下拉数据
|
||||||
hiddenType2TreeList: [], // 隐患类型2下拉数据
|
hiddenType2TreeList: [], // 隐患类型2下拉数据
|
||||||
creatorList: [], // 隐患责任人下拉数据
|
creatorList: [], // 隐患责任人下拉数据
|
||||||
|
@ -543,7 +540,7 @@
|
||||||
HIDDENLEVEL_INDEX: '',
|
HIDDENLEVEL_INDEX: '',
|
||||||
RECTIFICATIONOR_NAME: '',
|
RECTIFICATIONOR_NAME: '',
|
||||||
RECTIFICATIONOR: '',
|
RECTIFICATIONOR: '',
|
||||||
punishForm: '',
|
punishForm: '',
|
||||||
},
|
},
|
||||||
modalShow: false,
|
modalShow: false,
|
||||||
videoSrc: '',
|
videoSrc: '',
|
||||||
|
@ -954,7 +951,6 @@
|
||||||
this.form.inspectorList[index].INSPECTION_USER_ID = this.inspectorList[index][e.detail.value].USER_ID;
|
this.form.inspectorList[index].INSPECTION_USER_ID = this.inspectorList[index][e.detail.value].USER_ID;
|
||||||
this.form.inspectorList[index].INSPECTION_USER_NAME = this.inspectorList[index][e.detail.value].NAME;
|
this.form.inspectorList[index].INSPECTION_USER_NAME = this.inspectorList[index][e.detail.value].NAME;
|
||||||
},
|
},
|
||||||
|
|
||||||
addSituation() {
|
addSituation() {
|
||||||
this.form.situationList.push({
|
this.form.situationList.push({
|
||||||
INSPECTION_SITUATION_ID: '',
|
INSPECTION_SITUATION_ID: '',
|
||||||
|
@ -1452,7 +1448,7 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
//获取人员列表
|
//获取人员列表
|
||||||
getUserList(list, dept, i) {
|
getUserList(list, dept, i) {
|
||||||
//发送 post 请求
|
//发送 post 请求
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '1'" class="dy-subtitle-flex">
|
||||||
<text>
|
<text>
|
||||||
监督部门:{{ item.Q_DEPARTMENT_NAME }}
|
监督部门:{{ item.DEPARTMENT_NAME }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-show="item.IS_CORP_TYPE== '0'" class="dy-subtitle-flex">
|
<view v-show="item.IS_CORP_TYPE== '0'" class="dy-subtitle-flex">
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex">
|
<view class="dy-subtitle-flex">
|
||||||
<text>相关方单位负责人:{{item.UNITS_PIC}}</text>
|
<text>相关方单位负责人:{{item.UNITS_PIC_NAME}}</text>
|
||||||
<text>电话:{{item.UNITS_PHONE}}</text>
|
<text>电话:{{item.UNITS_PHONE}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="dy-subtitle-flex" style="height: 34upx;">
|
<view class="dy-subtitle-flex" style="height: 34upx;">
|
||||||
|
@ -170,7 +170,8 @@ export default {
|
||||||
data: {
|
data: {
|
||||||
KEYWORDS : _this.NameLikes, //关键字模糊查询
|
KEYWORDS : _this.NameLikes, //关键字模糊查询
|
||||||
CORPINFO_ID:corpinfoId,
|
CORPINFO_ID:corpinfoId,
|
||||||
UserId:loginUserId
|
UserId:loginUserId,
|
||||||
|
STATE:'1'
|
||||||
},
|
},
|
||||||
success: (res) => {
|
success: (res) => {
|
||||||
uni.hideLoading();//结束加载中动画
|
uni.hideLoading();//结束加载中动画
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
|
|
||||||
<view class="cu-dialog">
|
<view class="cu-dialog">
|
||||||
<view class="wui-form-list">
|
<view class="wui-form-list">
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
|
@ -12,11 +12,11 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">被处罚单位</view>
|
<view class="title">被处罚单位</view>
|
||||||
<input v-model="punishForm.RECTIFICATIONDEPT_NAME" placeholder="请输入被处罚单位"></input>
|
<input v-model="punishForm.RECTIFICATIONDEPT_NAME"></input>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">被处罚人</view>
|
<view class="title">被处罚人</view>
|
||||||
<input v-model="punishForm.RECTIFICATIONOR_NAME" placeholder="请输入被处罚人"></input>
|
<input v-model="punishForm.RECTIFICATIONOR_NAME"></input>
|
||||||
</view>
|
</view>
|
||||||
<view class="cu-form-group">
|
<view class="cu-form-group">
|
||||||
<view class="title">下发处罚时间</view>
|
<view class="title">下发处罚时间</view>
|
||||||
|
|
Loading…
Reference in New Issue