From 585fb0bbd4a7bc7f8f333ecba7c5fecd2ee5cbc2 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期四, 28 三月 2024 09:46:44 +0800 Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop --- src/views/eam/modules/daily3MaintenanceOrder/DailyMaintenanceOrderExeDrawer.vue | 69 ++++++++++++++++++++++++---------- 1 files changed, 48 insertions(+), 21 deletions(-) diff --git a/src/views/eam/modules/daily3MaintenanceOrder/DailyMaintenanceOrderExeDrawer.vue b/src/views/eam/modules/daily3MaintenanceOrder/DailyMaintenanceOrderExeDrawer.vue index be1208e..93436bd 100644 --- a/src/views/eam/modules/daily3MaintenanceOrder/DailyMaintenanceOrderExeDrawer.vue +++ b/src/views/eam/modules/daily3MaintenanceOrder/DailyMaintenanceOrderExeDrawer.vue @@ -97,7 +97,7 @@ > <span v-if="this.model != null" - class="hight" + class="hightColor" >{{ this.model.teamName }}</span> <span v-else @@ -107,9 +107,9 @@ </a-col> </a-row> <a-row :gutter="24"> - <a-col :span="24"> + <a-col :span="17"> <a-form-item - label="闂鍙婂鐞嗘帾鏂芥弿杩�" + label="闂/澶勭悊鎺柦" :labelCol="{span:3}" :wrapperCol="{span:18}" class="hightColor" @@ -117,8 +117,23 @@ <a-textarea allowClear :disabled="this.model.status!='4'" - :placeholder="'璇疯緭鍏ラ棶棰樺強澶勭悊鎺柦鎻忚堪'" + :placeholder="'璇风淮淇汉鍛樼瀛楀~鍐欙紒'" v-model="model.description" + /> + </a-form-item> + </a-col> + <a-col :span="7"> + <a-form-item + label="淇濆吇浜�" + :labelCol="{span:4}" + :wrapperCol="{span:17}" + class="hightColor" + > + <a-input + :disabled="this.model.status!='4'" + allow-clear + placeholder="璇疯緭鍏ヤ繚鍏讳汉" + v-model="model.maintenanceUserId" /> </a-form-item> </a-col> @@ -155,7 +170,7 @@ slot-scope='text, record, index' > <div :key="col.dataIndex"> - <span + <!-- <span v-show=" col.dataIndex == 'photo' && !text" style="font-size: 12px;font-style: italic;" >鏃犲浘鐗�</span> @@ -166,7 +181,7 @@ height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;" - /> + /> --> <!-- 绀烘剰鍥� 寮�濮� --> <!-- <Tooltip placement="top" @@ -196,8 +211,9 @@ :value="text" v-show="col.dataIndex == 'maintenanceOrderDetailUda1'" @change="(e)=>handleChange(e, record.key, col, index)" - :disabled="record.disabled" + :disabled="true" /> + <!-- :disabled="record.disabled" --> </div> </template> </a-table> @@ -222,7 +238,7 @@ </div> </a-tab-pane> - <a-tab-pane + <!-- <a-tab-pane tab='璁″垝鐢ㄦ枡' key="2" > @@ -269,7 +285,7 @@ :equipmentId="this.model.equipmentId" ></actual-material-edit-table> </div> - </a-tab-pane> + </a-tab-pane>--> <a-tab-pane tab='瀹為檯宸ユ椂' key="6" @@ -332,7 +348,6 @@ import { JeecgListMixin } from '@/mixins/JeecgListMixin' import { requestPut, getAction, downFile, postAction } from '@/api/manage' import Tooltip from 'ant-design-vue/es/tooltip' - import { preview } from 'vue-photo-preview' import { ACCESS_TOKEN } from '@/store/mutation-types' import Vue from 'vue' @@ -417,7 +432,7 @@ }, { - title: '閮ㄤ綅', + title: '淇濆吇閮ㄤ綅', align: 'center', dataIndex: 'location', }, @@ -430,12 +445,12 @@ // }, // class: "notshow" { - title: '淇濆吇椤圭洰', + title: '淇濆吇鍐呭', align: 'center', dataIndex: 'maintenanceProjectNum', }, { - title: '淇濆吇鏍囧噯', + title: '楠屾敹鏍囧噯', align: 'center', dataIndex: 'standard', }, @@ -459,11 +474,11 @@ // align: 'center', // dataIndex: 'workingHourQuota', // }, - { - title: '淇濆吇鍛ㄦ湡', - align: 'center', - dataIndex: 'maintenanceCycleName', - }, + // { + // title: '淇濆吇鍛ㄦ湡', + // align: 'center', + // dataIndex: 'maintenanceCycleName', + // }, // { // title: '缁翠繚涓撲笟', // align: 'center', @@ -478,7 +493,7 @@ }, ], url: { - list: "/eam/dailyMaintenanceOrderDetail/getDailyMaintenanceOrderDetailList", + list: "/eam/dailyMaintenanceOrderDetail/get3MaintenanceOrderDetailList", urlDownload: window._CONFIG['staticDomainURL'], download: '/sys/upload/downloadFile', editStatus: "/eam/dailyMaintenanceOrder/editStatus", @@ -549,7 +564,6 @@ return "background-color:rgba(127, 127, 127,0.08)"; }, handleCancel() { - debugger this.maintenanceOrderId = '-1' this.$emit('ok'); this.alterFlag = new Date(); @@ -594,13 +608,26 @@ handleReport() { const that = this; that.confirmLoading = true; + // for (let i = 0; i < that.dataSource.length; i++) { + // let o = this.dataSource[i] + // if (o.maintenanceOrderDetailUda1 == null || o.maintenanceOrderDetailUda1 == '') { + // that.$message.warning("璇峰~鍐欑" + (i + 1) + "淇濆吇浜猴紒"); + // that.confirmLoading = false; + // return + // } + // } + if (that.model.maintenanceUserId == null || that.model.maintenanceUserId == "") { + that.$message.warning("璇峰~鍐欎繚鍏讳汉锛�"); + that.confirmLoading = false; + return + } this.$confirm({ title: '淇濆吇宸ュ崟鎶ュ伐', content: '鎻愮ず锛氭姤宸ュ悗淇濆吇瀹屽伐锛岃璋ㄦ厧鎿嶄綔锛�', okText: '纭', cancelText: '鍙栨秷', onOk() { - requestPut(that.url.report, { id: that.model.id, status: '5', description: that.model.description }).then((res) => { + requestPut(that.url.report, { id: that.model.id, status: '5', description: that.model.description, dailyMaintenanceOrderDetails: that.dataSource, maintenanceUserId: that.model.maintenanceUserId }).then((res) => { if (res.success) { that.model.status = '5' that.$message.success(res.message) -- Gitblit v1.9.3