242 lines
		
	
	
		
			8.5 KiB
		
	
	
	
		
			Vue
		
	
	
	
	
	
		
		
			
		
	
	
			242 lines
		
	
	
		
			8.5 KiB
		
	
	
	
		
			Vue
		
	
	
	
	
	
| 
								 | 
							
								<template>
							 | 
						||
| 
								 | 
							
									<view class="page-wrap" v-bind:style="{paddingBottom:paddingBottom+'px'}">
							 | 
						||
| 
								 | 
							
										<view class="background"></view>
							 | 
						||
| 
								 | 
							
										<view class="card">
							 | 
						||
| 
								 | 
							
											<!-- <uni-card margin="0" :is-shadow="true"> -->
							 | 
						||
| 
								 | 
							
											<u--form labelPosition="left" labelWidth="auto" labelAlign="center" :model="model" class="demo-ruleForm">
							 | 
						||
| 
								 | 
							
												<view style="position: relative;">
							 | 
						||
| 
								 | 
							
													<view style="position: absolute;left: -10px;color: #3d4b70;top: -3px;">*</view>
							 | 
						||
| 
								 | 
							
												</view>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
												<view style="font-size: 15px; font-weight: bold;color: #3d4b70;margin-bottom: 10px;">基本信息</view>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
												<u-form-item label="维保时间" prop="CREATE_TIME" borderBottom>
							 | 
						||
| 
								 | 
							
													<u--input disabled disabledColor="#fff" v-model="model.CHECKDATETIME" border="none" inputAlign="right" fontSize="14px"></u--input>
							 | 
						||
| 
								 | 
							
												</u-form-item>
							 | 
						||
| 
								 | 
							
												<u-form-item label="维保人员	:" prop="Nav_Users">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
												</u-form-item>
							 | 
						||
| 
								 | 
							
												<rich-text autoHeight v-html="model.Nav_ListUserName" border="none" disabled class="richtext"></rich-text>
							 | 
						||
| 
								 | 
							
											</u--form>
							 | 
						||
| 
								 | 
							
											<u--form labelPosition="left" labelWidth="auto" labelAlign="center" errorType="border-bottom" ref="sForm" class="sub-form" style="margin-top: 20px;" v-if="model.Nav_ListDetail&&model.Nav_ListDetail.length>0">
							 | 
						||
| 
								 | 
							
												<view style="position: relative;">
							 | 
						||
| 
								 | 
							
													<view style="position: absolute;left: -10px;color: #3d4b70;top: -3px;">*</view>
							 | 
						||
| 
								 | 
							
												</view>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
												<view style="font-size: 15px; font-weight: bold;color: #3d4b70;margin-bottom: 10px;">维保信息</view>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
												<uni-collapse :border="false" accordion>
							 | 
						||
| 
								 | 
							
													<view v-for="(item, index) in model.Nav_ListDetail.filter(i => !i.IS_DELETED)" :key="index">
							 | 
						||
| 
								 | 
							
														<uni-collapse-item title-border="none" :border="false">
							 | 
						||
| 
								 | 
							
															<template v-slot:title>
							 | 
						||
| 
								 | 
							
																<view class="uni-collapse-item__title-box">
							 | 
						||
| 
								 | 
							
																	<view class="uni-collapse-item__title-text">
							 | 
						||
| 
								 | 
							
																		{{item.MACHINE_NAME?index+1+'.'+item.MACHINE_NAME:index+1+'.'}}
							 | 
						||
| 
								 | 
							
																	</view>
							 | 
						||
| 
								 | 
							
																	<!-- 	<view @click.stop style="margin-right: 10px;">
							 | 
						||
| 
								 | 
							
												
							 | 
						||
| 
								 | 
							
																		<u-icon @click="handleDelRowBefore(item)" name="trash" color="#ff4d4f" size="21" style="margin-right: 10px;"></u-icon>
							 | 
						||
| 
								 | 
							
																	</view> -->
							 | 
						||
| 
								 | 
							
																</view>
							 | 
						||
| 
								 | 
							
															</template>
							 | 
						||
| 
								 | 
							
															<view class="content" style="padding: 0px 0px 0px 10px;">
							 | 
						||
| 
								 | 
							
																<u-form-item class="subRequired" label="设备名称" prop="Nav_Device.NAME" borderBottom>
							 | 
						||
| 
								 | 
							
																	<u--input disabled fontSize="14px" disabledColor="#fff" v-model="item.MACHINE_NAME" border="none" inputAlign="right"></u--input>
							 | 
						||
| 
								 | 
							
																	<!-- <u-icon style="margin-left: 4px;" name="arrow-down" size="12"></u-icon> -->
							 | 
						||
| 
								 | 
							
																</u-form-item>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
																<u-form-item label="规格/型号" prop="POSITION" borderBottom>
							 | 
						||
| 
								 | 
							
																	<u--input disabled disabledColor="#ffffff" v-model="item.SPEC" border="none" inputAlign="right" fontSize="14px">
							 | 
						||
| 
								 | 
							
																	</u--input>
							 | 
						||
| 
								 | 
							
																</u-form-item>
							 | 
						||
| 
								 | 
							
																<u-form-item label="数量" prop="POSITION" borderBottom>
							 | 
						||
| 
								 | 
							
																	<u--input disabled disabledColor="#ffffff" v-model="item.COUNT" border="none" inputAlign="right" fontSize="14px">
							 | 
						||
| 
								 | 
							
																	</u--input>
							 | 
						||
| 
								 | 
							
																</u-form-item>
							 | 
						||
| 
								 | 
							
																<u-form-item label="位置" prop="POSITION" borderBottom>
							 | 
						||
| 
								 | 
							
																	<u--input disabled disabledColor="#ffffff" v-model="item.POSITION" border="none" inputAlign="right" fontSize="14px">
							 | 
						||
| 
								 | 
							
																	</u--input>
							 | 
						||
| 
								 | 
							
																</u-form-item>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
																<u-form-item label="维保内容" prop="POSITION" borderBottom>
							 | 
						||
| 
								 | 
							
																	<u--input disabled disabledColor="#ffffff" v-model="item.CONTENT" border="none" inputAlign="right" fontSize="14px" >
							 | 
						||
| 
								 | 
							
																	</u--input>
							 | 
						||
| 
								 | 
							
																</u-form-item>
							 | 
						||
| 
								 | 
							
																<u-form-item label="维保工作方案" prop="POSITION" borderBottom>
							 | 
						||
| 
								 | 
							
																	<u--input disabled disabledColor="#ffffff" v-model="item.WORK_PLAN" border="none" inputAlign="right" fontSize="14px" >
							 | 
						||
| 
								 | 
							
																	</u--input>
							 | 
						||
| 
								 | 
							
																</u-form-item>
							 | 
						||
| 
								 | 
							
																<u-form-item label="维保情况" prop="Product_Unit" borderBottom>
							 | 
						||
| 
								 | 
							
																	<u--input v-model="item.ResultShow" disabled disabledColor="#ffffff"  border="none" inputAlign="right" fontSize="14px">
							 | 
						||
| 
								 | 
							
																	</u--input>
							 | 
						||
| 
								 | 
							
																</u-form-item>
							 | 
						||
| 
								 | 
							
																<view class="upload-title">附件</view>
							 | 
						||
| 
								 | 
							
																<full-upload v-model="item.Nav_Files" :isShowBtn='false' :listProp='listPropUpload' :listPropVal='listPropValUpload'></full-upload>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
															</view>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
														</uni-collapse-item>
							 | 
						||
| 
								 | 
							
													</view>
							 | 
						||
| 
								 | 
							
												</uni-collapse>
							 | 
						||
| 
								 | 
							
											</u--form>
							 | 
						||
| 
								 | 
							
											<check-action v-if="isLoadOK&&tableKey==1&&isAudit" :okApi="okApi" :refuseApi="refuseApi" :dataSource="auditModel"></check-action>
							 | 
						||
| 
								 | 
							
										</view>
							 | 
						||
| 
								 | 
							
										<view class="bottom-button" style="padding: 10px 16px;" v-if="isLoadOK&&tableKey==1&&this.isSign">
							 | 
						||
| 
								 | 
							
											<u-button type="primary" @click="onTableBtnAgree" color="#3d4b70">确认</u-button>
							 | 
						||
| 
								 | 
							
										</view>
							 | 
						||
| 
								 | 
							
										<!-- <view class="bottom-button" style="padding: 10px 16px;" v-if="isLoadOK&&(tableKey==1||tableKey==4)&&this.isSign">
							 | 
						||
| 
								 | 
							
											<u-button type="primary" @click="onTableBtnAgree" color="#3d4b70">审阅</u-button>
							 | 
						||
| 
								 | 
							
										</view> -->
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									</view>
							 | 
						||
| 
								 | 
							
								</template>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<script>
							 | 
						||
| 
								 | 
							
									import {
							 | 
						||
| 
								 | 
							
										initFilter,
							 | 
						||
| 
								 | 
							
										extendRule,
							 | 
						||
| 
								 | 
							
										extendInclude,
							 | 
						||
| 
								 | 
							
										extendIgnoreDataRule
							 | 
						||
| 
								 | 
							
									} from '../../../../utils/common'
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									import {
							 | 
						||
| 
								 | 
							
										DMMaintenanceGet,
							 | 
						||
| 
								 | 
							
										DMCSign,
							 | 
						||
| 
								 | 
							
									} from '../../../../services/apply/subPages/DM/dm';
							 | 
						||
| 
								 | 
							
									import '../../../../utils/showMsg.js'
							 | 
						||
| 
								 | 
							
									import color from '../../../../uni_modules/uview-ui/libs/config/color'
							 | 
						||
| 
								 | 
							
									import config from '../../../../config/common'
							 | 
						||
| 
								 | 
							
									import {
							 | 
						||
| 
								 | 
							
										getEnum
							 | 
						||
| 
								 | 
							
									} from '../../../../services/common';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									export default {
							 | 
						||
| 
								 | 
							
										data() {
							 | 
						||
| 
								 | 
							
											return {
							 | 
						||
| 
								 | 
							
												model: {
							 | 
						||
| 
								 | 
							
													Nav_Department: {
							 | 
						||
| 
								 | 
							
														NAME: ''
							 | 
						||
| 
								 | 
							
													},
							 | 
						||
| 
								 | 
							
													Nav_User: {
							 | 
						||
| 
								 | 
							
														NAME: ''
							 | 
						||
| 
								 | 
							
													},
							 | 
						||
| 
								 | 
							
													Nav_ListDetail: [{
							 | 
						||
| 
								 | 
							
														Nav_Device: {
							 | 
						||
| 
								 | 
							
															NAME: ''
							 | 
						||
| 
								 | 
							
														},
							 | 
						||
| 
								 | 
							
														Nav_Category: {
							 | 
						||
| 
								 | 
							
															NAME: ''
							 | 
						||
| 
								 | 
							
														},
							 | 
						||
| 
								 | 
							
														Nav_Type: {
							 | 
						||
| 
								 | 
							
															NAME: ''
							 | 
						||
| 
								 | 
							
														},
							 | 
						||
| 
								 | 
							
													}]
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
												},
							 | 
						||
| 
								 | 
							
												listPropUpload: ['PARENT_ID'],
							 | 
						||
| 
								 | 
							
												listPropValUpload: [],
							 | 
						||
| 
								 | 
							
												listResult: [],
							 | 
						||
| 
								 | 
							
												paddingBottom: '150',
							 | 
						||
| 
								 | 
							
												TaskID: "",
							 | 
						||
| 
								 | 
							
												tableKey: '0',
							 | 
						||
| 
								 | 
							
												isLoadOK: false,
							 | 
						||
| 
								 | 
							
												isSign: true,
							 | 
						||
| 
								 | 
							
												isAudit: true,
							 | 
						||
| 
								 | 
							
												DEALOPINION: "",
							 | 
						||
| 
								 | 
							
												ORG_ID: uni.getStorageSync('orgId'),
							 | 
						||
| 
								 | 
							
												listISORNOT: [], //是否涉及
							 | 
						||
| 
								 | 
							
												listISORNOTText: [],
							 | 
						||
| 
								 | 
							
											}
							 | 
						||
| 
								 | 
							
										},
							 | 
						||
| 
								 | 
							
										onLoad(option) {
							 | 
						||
| 
								 | 
							
											this.ID = option.ID;
							 | 
						||
| 
								 | 
							
											this.TaskID = option.taskID;
							 | 
						||
| 
								 | 
							
											this.tableKey = option.tableKey ? option.tableKey : '0'
							 | 
						||
| 
								 | 
							
											this.okApi = option.okApi
							 | 
						||
| 
								 | 
							
											this.refuseApi = option.refuseApi
							 | 
						||
| 
								 | 
							
											this.isAudit = option.isAudit
							 | 
						||
| 
								 | 
							
											this.auditModel = {
							 | 
						||
| 
								 | 
							
												...this.$store.state.auditModel,
							 | 
						||
| 
								 | 
							
												TaskID: option.taskID ? option.taskID : ''
							 | 
						||
| 
								 | 
							
											}
							 | 
						||
| 
								 | 
							
											this.getConclusion()
							 | 
						||
| 
								 | 
							
										},
							 | 
						||
| 
								 | 
							
										methods: {
							 | 
						||
| 
								 | 
							
											getConclusion() {
							 | 
						||
| 
								 | 
							
												var dataParm = {
							 | 
						||
| 
								 | 
							
													'name': "MaintenanceResult"
							 | 
						||
| 
								 | 
							
												}
							 | 
						||
| 
								 | 
							
												getEnum(dataParm).then(res => {
							 | 
						||
| 
								 | 
							
													this.listResult = res
							 | 
						||
| 
								 | 
							
													this.listResult.forEach(e => {
							 | 
						||
| 
								 | 
							
														e.name = e.NAME
							 | 
						||
| 
								 | 
							
														e.code = e.ID
							 | 
						||
| 
								 | 
							
													})
							 | 
						||
| 
								 | 
							
													this.loadData()
							 | 
						||
| 
								 | 
							
												})
							 | 
						||
| 
								 | 
							
											},
							 | 
						||
| 
								 | 
							
											loadData() {
							 | 
						||
| 
								 | 
							
												const json = initFilter(this.ORG_ID)
							 | 
						||
| 
								 | 
							
												extendRule(json, 'ID', 1, this.ID);
							 | 
						||
| 
								 | 
							
												extendIgnoreDataRule(json)
							 | 
						||
| 
								 | 
							
												extendInclude(json, 'Nav_ListDetail.Nav_Plan.Nav_Files.Nav_ImgFile')
							 | 
						||
| 
								 | 
							
												extendInclude(json, 'Nav_ListUser.Nav_User')
							 | 
						||
| 
								 | 
							
												extendInclude(json, 'Nav_ListDetail')
							 | 
						||
| 
								 | 
							
												extendInclude(json, 'Nav_ListDetail.Nav_Files.Nav_ImgFile')
							 | 
						||
| 
								 | 
							
												DMMaintenanceGet(json).then(res => {
							 | 
						||
| 
								 | 
							
													this.model = res
							 | 
						||
| 
								 | 
							
													let strUserName = ''
							 | 
						||
| 
								 | 
							
													if (res.Nav_ListUser && res.Nav_ListUser.length > 0) {
							 | 
						||
| 
								 | 
							
														for (let i = 0; i < res.Nav_ListUser.length; i++) {
							 | 
						||
| 
								 | 
							
															if (!res.Nav_ListUser[i].ISCHECK) {
							 | 
						||
| 
								 | 
							
																strUserName += (strUserName.length > 0 ? " " : "") +
							 | 
						||
| 
								 | 
							
																	"<view style='color:#E35D58;background-color:rgba(227,93,88,0.2);padding:5px;line-height:20px;white-space:nowrap;'>" +
							 | 
						||
| 
								 | 
							
																	res.Nav_ListUser[i].Nav_User.NAME + "</view>";
							 | 
						||
| 
								 | 
							
															} else {
							 | 
						||
| 
								 | 
							
																strUserName += (strUserName.length > 0 ? " " : "") +
							 | 
						||
| 
								 | 
							
																	"<text style='padding:5px;line-height:20px;white-space:nowrap;color:#303133'>" +
							 | 
						||
| 
								 | 
							
																	res.Nav_ListUser[i].Nav_User.NAME + "</text>";
							 | 
						||
| 
								 | 
							
															}
							 | 
						||
| 
								 | 
							
													
							 | 
						||
| 
								 | 
							
														}
							 | 
						||
| 
								 | 
							
													}
							 | 
						||
| 
								 | 
							
													this.model.Nav_ListUserName = strUserName;
							 | 
						||
| 
								 | 
							
													if (res.Nav_ListDetail && res.Nav_ListDetail.length > 0) {
							 | 
						||
| 
								 | 
							
														res.Nav_ListDetail.map(item => {
							 | 
						||
| 
								 | 
							
															item.ResultShow = this.listResult.find(item1 => item1.code === item.Result).name
							 | 
						||
| 
								 | 
							
														})
							 | 
						||
| 
								 | 
							
													}
							 | 
						||
| 
								 | 
							
													if (res.STATUS_APPROVE == 20) {
							 | 
						||
| 
								 | 
							
														this.isAudit = true
							 | 
						||
| 
								 | 
							
														this.isSign = false
							 | 
						||
| 
								 | 
							
													} else if (res.STATUS_APPROVE == 10) {
							 | 
						||
| 
								 | 
							
														this.isSign = true
							 | 
						||
| 
								 | 
							
														this.isAudit = false
							 | 
						||
| 
								 | 
							
													}
							 | 
						||
| 
								 | 
							
													this.isLoadOK = true
							 | 
						||
| 
								 | 
							
												})
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
											},
							 | 
						||
| 
								 | 
							
											onTableBtnAgree() {
							 | 
						||
| 
								 | 
							
												const json = initFilter(this.ORG_ID, this.ID, null, null, null, this.TaskID)
							 | 
						||
| 
								 | 
							
												extendRule(json, 'ID', 1, this.ID);
							 | 
						||
| 
								 | 
							
												extendRule(json, 'Parameter1', 1, this.TaskID)
							 | 
						||
| 
								 | 
							
												DMCSign(json).then(res => {
							 | 
						||
| 
								 | 
							
													if (res) {
							 | 
						||
| 
								 | 
							
														uni.$showMsgFunc('操作成功!', () => {
							 | 
						||
| 
								 | 
							
															uni.navigateBack()
							 | 
						||
| 
								 | 
							
														}, 'success', 1000)
							 | 
						||
| 
								 | 
							
													}
							 | 
						||
| 
								 | 
							
												})
							 | 
						||
| 
								 | 
							
											},
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
										}
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								</script>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<style>
							 | 
						||
| 
								 | 
							
									/* @import url("../../../../style/css/editTemplate.css"); */
							 | 
						||
| 
								 | 
							
									@import url("../../../../style/css/newTemplate.css");
							 | 
						||
| 
								 | 
							
								</style>
							 |