| | |
| | | </template> |
| | | |
| | | <template v-if="record.standardStatus != 'WAIT_SUBMIT'"> |
| | | <a-divider type="vertical"/> |
| | | <a-divider type="vertical" v-if="record.standardStatus=='START'"/> |
| | | |
| | | <a-popconfirm title="ç¡®å®å é¤å?" @confirm="() => handleDelete(record.id)"> |
| | | <a @click.stop="event=>event.stopPropagation()">å é¤</a> |
| | |
| | | inspectionImportExcel: '/eam/maintenanceStandard/importPointInspection', |
| | | secondMaintenanceImportExcel: '/eam/maintenanceStandard/importSecondMaintenanceStandard', |
| | | thirdMaintenanceImportExcel: '/eam/maintenanceStandard/importThirdMaintenanceStandard', |
| | | inspectionXlsDownloadUrl: '导å
¥æ¨¡æ¿/ç¹æ£æ å导å
¥æ¨¡æ¿_v1.0.xlsx', |
| | | secondMaintenanceXlsDownloadUrl: '导å
¥æ¨¡æ¿/äºä¿æ å导å
¥æ¨¡æ¿_v1.0.docx', |
| | | thirdMaintenanceXlsDownloadUrl: '导å
¥æ¨¡æ¿/ä¸ä¿æ å导å
¥æ¨¡æ¿_v1.0.docx' |
| | | inspectionXlsDownloadUrl: '导å
¥æ¨¡æ¿/设å¤ç¹æ£æ å导å
¥æ¨¡æ¿.xlsx', |
| | | secondMaintenanceXlsDownloadUrl: '导å
¥æ¨¡æ¿/ç产设å¤äºçº§ä¿å
»è§è.docx', |
| | | thirdMaintenanceXlsDownloadUrl: '导å
¥æ¨¡æ¿/ç产设å¤ä¸çº§ä¿å
»è§è.docx' |
| | | }, |
| | | standardId: '-1' |
| | | } |
| | |
| | | <template> |
| | | <a-card :bordered="false"> |
| | | <a-table |
| | | ref="detailTable" |
| | | size="middle" |
| | | bordered |
| | | rowKey="id" |
| | | :columns="columns" |
| | | :dataSource="dataSource" |
| | | :pagination="ipagination" |
| | | :loading="loading" |
| | | class="j-table-force-nowrap" |
| | | @change="handleTableChange"> |
| | | </a-table> |
| | | </a-card> |
| | | <a-table ref="detailTable" size="middle" bordered rowKey="id" :columns="columns" :dataSource="dataSource" |
| | | :pagination="ipagination" :loading="loading" class="j-table-force-nowrap" @change="handleTableChange"/> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | } |
| | | }, |
| | | filterKey: { |
| | | type: String |
| | | type: String, |
| | | default: '' |
| | | } |
| | | }, |
| | | data() { |
| | |
| | | immediate: true, |
| | | handler(val) { |
| | | if (val) { |
| | | console.log('val---------------------', val) |
| | | this.$nextTick(() => this.loadData(1)) |
| | | this.loadData(1) |
| | | } else { |
| | | this.clearList() |
| | | } |
| | |
| | | }, |
| | | methods: { |
| | | loadData(arg) { |
| | | if (this.standardId && this.standardId === '-1') { |
| | | this.clearList() |
| | | return |
| | | } |
| | | //å è½½æ°æ® è¥ä¼ å
¥åæ°1åå 载第ä¸é¡µçå
容 |
| | | if (arg === 1) { |
| | | this.ipagination.current = 1 |
| | |
| | | } |
| | | this.dataSource = [] |
| | | params.standardId = this.standardId |
| | | params.itemCategory = this.filterKey |
| | | this.loading = true |
| | | console.log('----------------------', this.filterKey) |
| | | getAction(this.url.list, params).then((res) => { |
| | | if (res.success) { |
| | | // console.log(res) |
| | | //update-begin---author:zhangyafei Date:20201118 forï¼éé
ä¸åé¡µçæ°æ®å表------------ |
| | | if (this.filterKey) this.dataSource = res.result.records.filter(item => item.itemCategory == this.filterKey) |
| | | else this.dataSource = res.result.records |
| | | if (res.result.total) { |
| | | this.ipagination.total = res.result.total |
| | | getAction(this.url.list, params) |
| | | .then((res) => { |
| | | if (res.success) { |
| | | this.dataSource = res.result.records |
| | | if (res.result.total) { |
| | | this.ipagination.total = res.result.total |
| | | } else { |
| | | this.ipagination.total = 0 |
| | | } |
| | | } else { |
| | | this.ipagination.total = 0 |
| | | this.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | //update-end---author:zhangyafei Date:20201118 forï¼éé
ä¸åé¡µçæ°æ®å表------------ |
| | | } else { |
| | | this.$message.warning(res.message) |
| | | } |
| | | }).finally(() => { |
| | | this.loading = false |
| | | }) |
| | | }) |
| | | .finally(() => { |
| | | this.loading = false |
| | | }) |
| | | }, |
| | | clearList() { |
| | | this.dataSource = [] |
| | | this.selectedRowKeys = [] |
| | | this.ipagination.current = 1 |
| | | this.clearSelected() |
| | | } |
| | | } |
| | | } |
| | |
| | | type: JVXETypes.textarea, |
| | | align: 'center', |
| | | validateRules: [{ required: true, message: '请è¾å
¥${title}' }] |
| | | }, |
| | | { |
| | | title: 'ä¿å
»è§èæè¦æ±', |
| | | key: 'itemDemand', |
| | | placeholder: '请è¾å
¥ä¿å
»è§èæè¦æ±', |
| | | type: JVXETypes.textarea, |
| | | align: 'center', |
| | | validateRules: [{ required: true, message: '请è¾å
¥${title}' }] |
| | | } |
| | | ], |
| | | secondMaintenanceColumns: [ |
| | |
| | | title: 'ä¿å
»é¡¹ç®', |
| | | key: 'itemName', |
| | | placeholder: '请è¾å
¥ä¿å
»é¡¹ç®', |
| | | type: JVXETypes.textarea, |
| | | align: 'center', |
| | | validateRules: [{ required: true, message: '请è¾å
¥${title}' }] |
| | | }, |
| | | { |
| | | title: 'ä¿å
»è§èæè¦æ±', |
| | | key: 'itemDemand', |
| | | placeholder: '请è¾å
¥ä¿å
»è§èæè¦æ±', |
| | | type: JVXETypes.textarea, |
| | | align: 'center', |
| | | validateRules: [{ required: true, message: '请è¾å
¥${title}' }] |
| | |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <!-- <a-row>--> |
| | | <!-- <a-col :span="8">--> |
| | | <!-- <a-form-model-item label="é´å®å¨æ(å¹´)">--> |
| | | <!-- <a-input-number v-model="model.evaluationPeriod" :min="1" placeholder="请è¾å
¥é´å®å¨æ(å¹´)" style="width: 100%"/>--> |
| | | <!-- </a-form-model-item>--> |
| | | <!-- </a-col>--> |
| | | <!-- </a-row>--> |
| | | |
| | | <a-row> |
| | | <!--<a-col :span="8">--> |
| | | <!--<a-form-model-item label="å®å
¨è£
ç½®æ£æ¥">--> |
| | | <!--<j-dict-select-tag @change="handleCheckListChange($event,1)" dict-code="yn " type="radio"--> |
| | | <!--:disabled="model.hasPrecisionCheck=='0'&&model.hasOtherCheck=='0'"--> |
| | | <!--v-model="model.hasSafetyEquipmentCheck"/>--> |
| | | <!--</a-form-model-item>--> |
| | | <!--</a-col>--> |
| | | |
| | | <!--<a-col :span="8">--> |
| | | <!--<a-form-model-item label="设å¤ç²¾åº¦æ£æ¥">--> |
| | | <!--<j-dict-select-tag @change="handleCheckListChange($event,2)" dict-code="yn " type="radio"--> |
| | | <!--:disabled="model.hasSafetyEquipmentCheck=='0'&&model.hasOtherCheck=='0'"--> |
| | | <!--v-model="model.hasPrecisionCheck"/>--> |
| | | <!--</a-form-model-item>--> |
| | | <!--</a-col>--> |
| | | |
| | | <!--<a-col :span="8">--> |
| | | <!--<a-form-model-item label="å
¶ä»æ£æ¥">--> |
| | | <!--<j-dict-select-tag @change="handleCheckListChange($event,3)" dict-code="yn " type="radio"--> |
| | | <!--:disabled="model.hasPrecisionCheck=='0'&&model.hasSafetyEquipmentCheck=='0'"--> |
| | | <!--v-model="model.hasOtherCheck"/>--> |
| | | <!--</a-form-model-item>--> |
| | | <!--</a-col>--> |
| | | |
| | | <a-col :span="8" v-for="item in checkList"> |
| | | <a-col :span="8" v-for="item in checkList" :key="item.key"> |
| | | <a-form-model-item :label="item.label"> |
| | | <j-dict-select-tag @change="handleCheckListChange($event,item.key)" dict-code="yn" type="radio" |
| | | :disabled="checkList.filter(i=>i.key!=item.key).every(i=>i.value=='0')" |
| | |
| | | if (tableData.length == 0) { |
| | | this.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: hasCheckedCheckList[index].label + 'å¿
填项ä¸è½ä¸ºç©º' |
| | | description: hasCheckedCheckList[index].label + 'ä¸è½ä¸ºç©º' |
| | | }) |
| | | return |
| | | } |
| | |
| | | </a-table> |
| | | </div> |
| | | <!-- tableåºå-end --> |
| | | |
| | | <!--<a-tabs v-model="activeTabKey" @change="handleTabChange">--> |
| | | <!--<a-tab-pane tab="è®¾å¤ææ¡£" :key="1">--> |
| | | <!--<eam-equipment-attachment-list ref="tabPaneTableListRef1"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--<a-tab-pane tab="ç¹æ£å·¥å" :key="2">--> |
| | | <!--<eam-inspection-order-list ref="tabPaneTableListRef2" :isDisplayOperation="false"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--<a-tab-pane tab="äºä¿å·¥å" :key="3">--> |
| | | <!--<eam-second-maintenance-order-list ref="tabPaneTableListRef3" :isDisplayOperation="false"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--<a-tab-pane tab="ä¸ä¿å·¥å" :key="4">--> |
| | | <!--<eam-third-maintenance-order-list ref="tabPaneTableListRef4" :isDisplayOperation="false"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--<a-tab-pane tab="维修工å" :key="5">--> |
| | | <!--<eam-repair-order-list ref="tabPaneTableListRef5" :isDisplayOperation="false"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--<a-tab-pane tab="ä¿å
»æ å" :key="6">--> |
| | | <!--<eam-maintenance-standard-list ref="tabPaneTableListRef6" :isDisplayOperation="false"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--<a-tab-pane tab="å·¥èºåæ°" :key="7" v-if="isOpenProcess">--> |
| | | <!--<eam-equipment-process-list ref="tabPaneTableListRef7" :isDisplayOperation="false"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--<a-tab-pane tab="设å¤ç²¾åº¦" :key="8" v-if="isOpenPrecision">--> |
| | | <!--<eam-equipment-precision-list ref="tabPaneTableListRef8" :isDisplayOperation="false"/>--> |
| | | <!--</a-tab-pane>--> |
| | | <!--</a-tabs>--> |
| | | |
| | | <!-- 表ååºå --> |
| | | <eamEquipment-modal ref="modalForm" @ok="modalFormOk" :productionTreeData="productionTreeData" |
| | | :repairDepartTreeData="repairDepartTreeData"/> |
| | |
| | | import EamEquipmentModal from './modules/EamEquipmentModal.vue' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import { getAction, templateXlsDownload } from '@api/manage' |
| | | import { getSystemConfigValue } from '@api/api' |
| | | import ResumeDrawer from '@views/eam/equipment/modules/ResumeDrawer.vue' |
| | | import EamMaintenanceStandardList from '@views/eam/base/EamMaintenanceStandardList.vue' |
| | | import EamRepairOrderList from '../repair/EamRepairOrderList' |
| | | import EamInspectionOrderList from '../maintenance/EamInspectionOrderList' |
| | | import EamEquipmentAttachmentList from '@views/eam/equipment/EamEquipmentAttachmentList.vue' |
| | | import EamEquipmentProcessList from '@views/eam/equipment/modules/EamEquipmentProcessList.vue' |
| | | import EamEquipmentPrecisionList from '@views/eam/equipment/modules/EamEquipmentPrecisionList.vue' |
| | | import EamSecondMaintenanceOrderList from '@views/eam/maintenance/EamSecondMaintenanceOrderList.vue' |
| | | import EamThirdMaintenanceOrderList from '@views/eam/maintenance/EamThirdMaintenanceOrderList.vue' |
| | | |
| | | export default { |
| | | name: 'EquipmentLedger', |
| | | mixins: [JeecgListMixin], |
| | | components: { |
| | | EamInspectionOrderList, |
| | | EamRepairOrderList, |
| | | EamMaintenanceStandardList, |
| | | ResumeDrawer, |
| | | EamEquipmentModal, |
| | | EamEquipmentAttachmentList, |
| | | EamEquipmentProcessList, |
| | | EamEquipmentPrecisionList, |
| | | EamSecondMaintenanceOrderList, |
| | | EamThirdMaintenanceOrderList |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | align: 'center', |
| | | dataIndex: 'equipmentCode', |
| | | scopedSlots: { customRender: 'equipmentCode' }, |
| | | ellipsis: true, |
| | | fixed: 'left', |
| | | sorter: true |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '设å¤åç§°', |
| | | align: 'center', |
| | | dataIndex: 'equipmentName', |
| | | ellipsis: true, |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: 'åå·', |
| | | align: 'center', |
| | | dataIndex: 'equipmentModel', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | |
| | | align: 'center', |
| | | dataIndex: 'manufacturingEnterprise', |
| | | scopedSlots: { customRender: 'manufacturingEnterprise' }, |
| | | ellipsis: true |
| | | }, |
| | | { |
| | | title: 'èµäº§æ¥æºå½å®¶', |
| | | align: 'center', |
| | | dataIndex: 'originCountry' |
| | | }, |
| | | { |
| | | title: 'åå·', |
| | | align: 'center', |
| | | dataIndex: 'equipmentModel' |
| | | }, |
| | | { |
| | | title: '设å¤è§æ ¼', |
| | |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="åå·"> |
| | | <a-input placeholder="请è¾å
¥åå·" v-model="model.equipmentModel"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item prop="factoryOrgCode" label="使ç¨é¨é¨"> |
| | | <a-tree-select v-model="model.factoryOrgCode" style="width: 100%" show-search |
| | | :tree-data="productionTreeData" :disabled="!editable" |
| | |
| | | searchPlaceholder="请è¾å
¥å
³é®åæç´¢" tree-default-expand-all/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item prop="equipmentCategory" label="æå±åç±»"> |
| | | <j-dict-select-tag dict-code="equipment_category" placeholder="è¯·éæ©æå±åç±»" :disabled="!editable" |
| | |
| | | allow-clear tree-default-expand-all/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="å®å
¨é
ç½®"> |
| | | <a-input placeholder="请è¾å
¥å®å
¨é
ç½®" v-model="model.securityConfiguration"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="å·å´ç³»ç»"> |
| | | <j-dict-select-tag dict-code="cooling_system" placeholder="è¯·éæ©å·å´ç³»ç»" v-model="model.coolSystem"/> |
| | |
| | | v-model="model.fireExtinguisherExpirationDate" placeholder="请è¾å
¥çç«å¨æææ"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="æä½ç³»ç»"> |
| | | <j-dict-select-tag dict-code="yn " type="radio" v-model="model.operationSystem"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="ç³»ç»"> |
| | | <a-input placeholder="请è¾å
¥ç³»ç»" :disabled="!Boolean(+model.operationSystem)" v-model="model.system"/> |
| | |
| | | style="width: 100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="éé"> |
| | | <a-input-number placeholder="请è¾å
¥éé" v-model="model.equipmentWeight" :min="0" style="width: 100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="éé计éåä½"> |
| | | <a-input placeholder="请è¾å
¥éé计éåä½" v-model="model.weightUnit"/> |
| | |
| | | <a-input placeholder="请è¾å
¥å®è£
ä½ç½®" v-model="model.installationPosition"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="åºåæ¥æ"> |
| | | <a-date-picker v-model="model.leaveFactoryDate" value-format="YYYY-MM-DD" style="width:100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="ç«é¡¹å¡å·"> |
| | | <a-input placeholder="请è¾å
¥ç«é¡¹å¡å·" v-model="model.cardNumber"/> |
| | |
| | | <a-date-picker v-model="model.acceptanceCheckDate" value-format="YYYY-MM-DD" style="width:100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="åºåç¼å·"> |
| | | <a-input placeholder="请è¾å
¥åºåç¼å·" v-model="model.factoryNumber"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="èµäº§å¶é å"> |
| | | <a-input placeholder="请è¾å
¥èµäº§å¶é å" v-model="model.manufacturingEnterprise"/> |
| | |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="èµäº§æ¥æºå½å®¶"> |
| | | <a-input placeholder="请è¾å
¥èµäº§æ¥æºå½å®¶" v-model="model.originCountry"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="åå·"> |
| | | <a-input placeholder="请è¾å
¥åå·" v-model="model.equipmentModel"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="æ¬æ¬¡ææ¯é´å®æ¥æ"> |
| | | <a-date-picker v-model="model.latestTechnologyCheck" value-format="YYYY-MM-DD" |
| | | :disabled="!editable" style="width:100%"/> |
| | | <a-form-model-item label="ææ¯ç¶æ"> |
| | | <j-dict-select-tag placeholder="è¯·éæ©ææ¯ç¶æ" dict-code="equipment_technology_status" |
| | | v-model="model.technologyStatus"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="æ¬æ¬¡ææ¯é´å®æ¥æ"> |
| | | <a-date-picker v-model="model.latestTechnologyCheck" value-format="YYYY-MM-DD" |
| | | :disabled="!editable" style="width:100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="customSpan"> |
| | | <a-form-model-item label="䏿¬¡ææ¯é´å®æ¥æ"> |
| | | <a-date-picker v-model="model.nextTechnologyCheck" value-format="YYYY-MM-DD" style="width:100%"/> |
| | | </a-form-model-item> |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <a-select showSearch labelInValue :disabled="disabled" :getPopupContainer="getParentContainer" @search="loadData" |
| | | :placeholder="placeholder" v-model="selectedAsyncValue" style="width: 100%" :filterOption="false" |
| | | @change="handleAsyncChange" :allowClear="allowClear" :notFoundContent="loading ? undefined : null" |
| | | mode="default"> |
| | | <template #suffixIcon> |
| | | <a-icon type="search"/> |
| | | </template> |
| | | <a-spin v-if="loading" slot="notFoundContent" size="small"/> |
| | | <a-select-option v-for="d in options" :key="d.equipmentId" :value="d.equipmentId">{{ |
| | | d.equipmentCode+`[${d.equipmentName}]` }} |
| | | </a-select-option> |
| | | </a-select> |
| | | </template> |
| | | |
| | | <script> |
| | | import debounce from 'lodash/debounce' |
| | | import { getAction } from '@/api/manage' |
| | | |
| | | export default { |
| | | name: 'TechnicalStatusEquipmentSelect', |
| | | props: { |
| | | disabled: Boolean, |
| | | value: [String, Number], |
| | | placeholder: { |
| | | type: String, |
| | | default: 'è¯·éæ©', |
| | | required: false |
| | | }, |
| | | pageSize: { |
| | | type: Number, |
| | | default: 20, |
| | | required: false |
| | | }, |
| | | allowClear: { |
| | | type: Boolean, |
| | | default: () => true, |
| | | required: false |
| | | } |
| | | }, |
| | | data() { |
| | | this.loadData = debounce(this.loadData, 800)//æ¶æ |
| | | this.lastLoad = 0 |
| | | return { |
| | | loading: false, |
| | | selectedValue: undefined, |
| | | selectedAsyncValue: undefined, |
| | | options: [], |
| | | url: { |
| | | list: '/eam/eamTechnicalStatusEvaluationStandard/selectEnableEquipment' |
| | | } |
| | | } |
| | | }, |
| | | watch: { |
| | | 'value': { |
| | | immediate: true, |
| | | handler(val) { |
| | | if (!val) { |
| | | this.selectedValue = undefined |
| | | this.selectedAsyncValue = undefined |
| | | this.initDictData() |
| | | } else { |
| | | this.initSelectValue() |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | methods: { |
| | | initSelectValue() { |
| | | if (!this.selectedAsyncValue || !this.selectedAsyncValue.key || this.selectedAsyncValue.key != this.value) { |
| | | getAction(this.url.list, { equipmentId: this.value }) |
| | | .then(res => { |
| | | if (res.success) { |
| | | if (res.result && res.result.length > 0) { |
| | | let obj = { |
| | | key: this.value, |
| | | label: res.result[0].text |
| | | } |
| | | this.selectedAsyncValue = { ...obj } |
| | | this.$emit('autocompleteForm', res.result[0]) |
| | | } |
| | | this.options = res.result |
| | | } |
| | | }) |
| | | } |
| | | }, |
| | | loadData(value) { |
| | | this.lastLoad += 1 |
| | | const currentLoad = this.lastLoad |
| | | this.options = [] |
| | | this.loading = true |
| | | // åå
¸codeæ ¼å¼ï¼table,text,code |
| | | getAction(this.url.list, { keyword: value, pageSize: this.pageSize }) |
| | | .then(res => { |
| | | this.loading = false |
| | | if (res.success) { |
| | | if (currentLoad != this.lastLoad) { |
| | | return |
| | | } |
| | | this.options = res.result |
| | | } else { |
| | | this.$message.warning(res.message) |
| | | } |
| | | }) |
| | | }, |
| | | initDictData() { |
| | | //弿¥ä¸å¼å§ä¹å è½½ä¸ç¹æ°æ® |
| | | this.loading = true |
| | | getAction(this.url.list, { pageSize: this.pageSize, keyword: '' }) |
| | | .then(res => { |
| | | this.loading = false |
| | | if (res.success) { |
| | | this.options = [...res.result] |
| | | } else { |
| | | this.$message.warning(res.message) |
| | | } |
| | | }) |
| | | }, |
| | | filterOption(input, option) { |
| | | return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0 |
| | | }, |
| | | handleAsyncChange(selectedObj) { |
| | | if (selectedObj) { |
| | | this.selectedAsyncValue = selectedObj |
| | | this.selectedValue = selectedObj.key |
| | | this.$emit('autocompleteForm', this.options.find(item => item.equipmentId === selectedObj.key)) |
| | | } else { |
| | | this.selectedAsyncValue = undefined |
| | | this.selectedValue = null |
| | | this.options = [] |
| | | this.loadData('') |
| | | this.$emit('autocompleteForm', {}) |
| | | } |
| | | this.callback() |
| | | }, |
| | | callback() { |
| | | this.$emit('change', this.selectedValue) |
| | | }, |
| | | getParentContainer(node) { |
| | | if (typeof this.getPopupContainer === 'function') { |
| | | return this.getPopupContainer(node) |
| | | } else if (!this.popContainer) { |
| | | return node.parentNode |
| | | } else { |
| | | return document.querySelector(this.popContainer) |
| | | } |
| | | } |
| | | |
| | | }, |
| | | model: { |
| | | prop: 'value', |
| | | event: 'change' |
| | | } |
| | | } |
| | | </script> |
| | |
| | | <template> |
| | | <a-card :bordered="false"> |
| | | <!-- æ¥è¯¢åºå --> |
| | | <div |
| | | class="table-page-search-wrapper" |
| | | v-if="isDisplayOperation" |
| | | > |
| | | <a-form |
| | | layout="inline" |
| | | @keyup.enter.native="searchQuery" |
| | | > |
| | | <div class="table-page-search-wrapper" v-if="isDisplayOperation"> |
| | | <a-form layout="inline" @keyup.enter.native="searchQuery"> |
| | | <a-row :gutter="24"> |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="å·¥åå·"> |
| | | <a-input |
| | | placeholder="请è¾å
¥å·¥åå·" |
| | | v-model="queryParam.orderNum" |
| | | ></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="5" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="ç»ä¸ç¼ç "> |
| | | <lx-search-equipment-select placeholder="请è¾å
¥ç»ä¸ç¼ç æåç§°æç´¢" v-model="queryParam.equipmentId"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="å·¥åå·"> |
| | | <a-input placeholder="请è¾å
¥å·¥åå·" v-model="queryParam.orderNum"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | |
| | | </a-menu-item> |
| | | |
| | | <a-menu-item> |
| | | <a-popconfirm title="ç¡®å®ä½åºå?" @confirm="() => handleOrReceive(record.id)"> |
| | | <a-popconfirm title="ç¡®å®ä½åºå?" @confirm="() => handleAbolish(record.id)"> |
| | | <a>ä½åº</a> |
| | | </a-popconfirm> |
| | | </a-menu-item> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | |
| | | import '@/assets/less/TableExpand.less' |
| | | import { mixinDevice } from '@/utils/mixin' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import EamInspectionOrderModal from './modules/EamInspectionOrderModal' |
| | | import { deleteAction, getAction } from '@api/manage' |
| | | import InspectionOrderHandle from '../../flowable/workflow/InspectionOrder/InspectionOrderHandle' |
| | | import LxSearchEquipmentSelect from '@views/eam/equipment/modules/LxSearchEquipmentSelect.vue' |
| | | import LxSearchEquipmentSelect from '../equipment/modules/LxSearchEquipmentSelect' |
| | | |
| | | export default { |
| | | name: 'EamInspectionOrderList', |
| | | mixins: [JeecgListMixin, mixinDevice], |
| | | mixins: [JeecgListMixin], |
| | | components: { |
| | | LxSearchEquipmentSelect, |
| | | InspectionOrderHandle, |
| | | EamInspectionOrderModal, |
| | | LxSearchEquipmentSelect |
| | | EamInspectionOrderModal |
| | | }, |
| | | props: { |
| | | isDisplayOperation: { |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | description: 'eam_inspection_order管ç页é¢', |
| | | description: 'ç¹æ£å·¥å页é¢', |
| | | disableMixinCreated: true, |
| | | // 表头 |
| | | columns: [ |
| | |
| | | dataIndex: 'operateTime' |
| | | }, |
| | | { |
| | | title: '管çå确认', |
| | | title: '维修工', |
| | | align: 'center', |
| | | dataIndex: 'confirmUser_dictText' |
| | | }, |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | initDictConfig() { |
| | | }, |
| | | //详æ
|
| | | handleDetail: function(record) { |
| | | this.selectInspectionOrderXqData = Object.assign({}, record) |
| | |
| | | this.$refs.modalFormXq.getAllApproveData(record) |
| | | this.$refs.modalFormXq.getBasicInformation({ ...record, dataId: record.id }) |
| | | }, |
| | | |
| | | handleInspection(id) { |
| | | var that = this |
| | | this.loading = true |
| | |
| | | }) |
| | | that.loadData() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | |
| | | } |
| | | }) |
| | | }, |
| | | handleOrReceive(id) { |
| | | if (!this.url.cancelInspectionOrder) { |
| | | this.$message.error('请设置url.cancelInspectionOrder!') |
| | | return |
| | | } |
| | | |
| | | handleAbolish(id) { |
| | | var that = this |
| | | getAction(that.url.cancelInspectionOrder, { id: id }).then((res) => { |
| | | if (res.success) { |
| | |
| | | }) |
| | | that.loadData() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | |
| | | }) |
| | | }, |
| | | batchZf(type) { |
| | | if (this.selectedRowKeys.length <= 0) { |
| | | this.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: 'è¯·éæ©ä¸æ¡è®°å½' |
| | | }) |
| | | } else { |
| | | var ids = '' |
| | | for (var a = 0; a < this.selectedRowKeys.length; a++) { |
| | | ids += this.selectedRowKeys[a] + ',' |
| | | } |
| | | var that = this |
| | | this.$confirm({ |
| | | title: '确认ä½åº', |
| | | content: 'æ¯å¦ä½åºé䏿°æ®ï¼åªæå¾
ç¹æ£ç¶æçæ°æ®æå¯ä½åºæå?', |
| | | onOk: function() { |
| | | that.loading = true |
| | | getAction(that.url.cancelOrReceive, { ids: ids, type: type }).then((res) => { |
| | | if (res.success) { |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.loadData() |
| | | that.onClearSelected() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }).finally(() => { |
| | | that.loading = false |
| | | }) |
| | | } |
| | | }) |
| | | var ids = '' |
| | | for (var a = 0; a < this.selectedRowKeys.length; a++) { |
| | | ids += this.selectedRowKeys[a] + ',' |
| | | } |
| | | var that = this |
| | | this.$confirm({ |
| | | title: '确认ä½åº', |
| | | content: 'æ¯å¦ä½åºé䏿°æ®ï¼åªæå¾
ç¹æ£ç¶æçæ°æ®æå¯ä½åºæå?', |
| | | onOk: function() { |
| | | that.loading = true |
| | | getAction(that.url.cancelOrReceive, { ids, type }).then((res) => { |
| | | if (res.success) { |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.loadData() |
| | | that.onClearSelected() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }).finally(() => { |
| | | that.loading = false |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | | batchLq(type) { |
| | | if (this.selectedRowKeys.length <= 0) { |
| | | this.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: 'è¯·éæ©ä¸æ¡è®°å½' |
| | | }) |
| | | } else { |
| | | var ids = '' |
| | | for (var a = 0; a < this.selectedRowKeys.length; a++) { |
| | | ids += this.selectedRowKeys[a] + ',' |
| | | } |
| | | var that = this |
| | | this.$confirm({ |
| | | title: '确认é¢å', |
| | | content: 'æ¯å¦é¢åé䏿°æ®ï¼åªæå¾
ç¹æ£ç¶æçæ°æ®æå¯é¢åæå?', |
| | | onOk: function() { |
| | | that.loading = true |
| | | getAction(that.url.cancelOrReceive, { ids: ids, type: type }).then((res) => { |
| | | var ids = '' |
| | | for (var a = 0; a < this.selectedRowKeys.length; a++) { |
| | | ids += this.selectedRowKeys[a] + ',' |
| | | } |
| | | var that = this |
| | | this.$confirm({ |
| | | title: '确认é¢å', |
| | | content: 'æ¯å¦é¢åé䏿°æ®ï¼åªæå¾
ç¹æ£ç¶æçæ°æ®æå¯é¢åæå?', |
| | | onOk: function() { |
| | | that.loading = true |
| | | getAction(that.url.cancelOrReceive, { ids, type }) |
| | | .then((res) => { |
| | | if (res.success) { |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | |
| | | description: res.message |
| | | }) |
| | | } |
| | | }).finally(() => { |
| | | }) |
| | | .finally(() => { |
| | | that.loading = false |
| | | }) |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | }) |
| | | }, |
| | | onInspectionDateChange: function(value, dateString) { |
| | | this.queryParam.inspectionDateBegin = dateString[0] |
| | |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | <style scoped> |
| | | @import '~@assets/less/common.less'; |
| | | </style> |
| | | </script> |
| | |
| | | <template> |
| | | <a-card :bordered="false"> |
| | | |
| | | <!-- æ¥è¯¢åºå --> |
| | | <div |
| | | class="table-page-search-wrapper" |
| | | v-if="isDisplayOperation" |
| | | > |
| | | <a-form |
| | | layout="inline" |
| | | @keyup.enter.native="searchQuery" |
| | | > |
| | | <div class="table-page-search-wrapper" v-if="isDisplayOperation"> |
| | | <a-form layout="inline" @keyup.enter.native="searchQuery"> |
| | | <a-row :gutter="24"> |
| | | <a-col |
| | | :xl="4" |
| | | :lg="7" |
| | | :md="8" |
| | | :sm="24" |
| | | > |
| | | <a-col :xl="5" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="ç»ä¸ç¼ç "> |
| | | <lx-search-equipment-select placeholder="请è¾å
¥ç»ä¸ç¼ç æåç§°æç´¢" v-model="queryParam.equipmentId"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="5" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="å·¥åå·"> |
| | | <a-input |
| | | placeholder="请è¾å
¥å·¥åå·" |
| | | v-model="queryParam.orderNum" |
| | | ></a-input> |
| | | <a-input placeholder="请è¾å
¥å·¥åå·" v-model="queryParam.orderNum"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | | :xl="4" |
| | | :lg="7" |
| | | :md="8" |
| | | :sm="24" |
| | | > |
| | | <a-form-item label="设å¤ç¼å·"> |
| | | <lx-search-equipment-select |
| | | placeholder="请è¾å
¥è®¾å¤ç¼å·æåç§°æç´¢" |
| | | v-model="queryParam.equipmentId" |
| | | ></lx-search-equipment-select> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | | :xl="6" |
| | | :lg="7" |
| | | :md="8" |
| | | :sm="24" |
| | | > |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="计åä¿å
»æ¥æ"> |
| | | <a-range-picker |
| | | v-model="queryParam.maintenanceDateRange" |
| | | @change="onMaintenanceDateChange" |
| | | format="YYYY-MM-DD" |
| | | value-format="YYYY-MM-DD" |
| | | /> |
| | | <a-range-picker v-model="queryParam.maintenanceDateRange" @change="onMaintenanceDateChange" |
| | | value-format="YYYY-MM-DD"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | | :xl="4" |
| | | :lg="7" |
| | | :md="8" |
| | | :sm="24" |
| | | > |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="ä¿å
»ç¶æ"> |
| | | <j-dict-select-tag |
| | | placeholder="è¯·éæ©ä¿å
»ç¶æ" |
| | | dict-code="second_maintenance_status" |
| | | v-model="queryParam.maintenanceStatus" |
| | | /> |
| | | <j-dict-select-tag placeholder="è¯·éæ©ä¿å
»ç¶æ" dict-code="second_maintenance_status" |
| | | v-model="queryParam.maintenanceStatus"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | | :xl="4" |
| | | :lg="7" |
| | | :md="8" |
| | | :sm="24" |
| | | > |
| | | <span |
| | | style="float: left;overflow: hidden;" |
| | | class="table-page-search-submitButtons" |
| | | > |
| | | <a-button |
| | | type="primary" |
| | | @click="searchQuery" |
| | | icon="search" |
| | | >æ¥è¯¢</a-button> |
| | | <a-button |
| | | type="info" |
| | | @click="searchReset" |
| | | icon="reload" |
| | | style="margin-left: 8px" |
| | | >éç½®</a-button> |
| | | <a-col :xl="4" :lg="7" :md="8" :sm="24"> |
| | | <span class="table-page-search-submitButtons"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">æ¥è¯¢</a-button> |
| | | <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">éç½®</a-button> |
| | | </span> |
| | | </a-col> |
| | | |
| | | </a-row> |
| | | </a-form> |
| | | </div> |
| | | |
| | | <!-- æä½æé®åºå --> |
| | | <div |
| | | class="table-operator" |
| | | v-if="isDisplayOperation" |
| | | > |
| | | <a-button |
| | | @click="handleAdd" |
| | | type="primary" |
| | | icon="plus" |
| | | v-if="isShowAuth('eam:secondMaintenance:add')" |
| | | >æ°å¢ |
| | | </a-button> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item |
| | | key="1" |
| | | @click="handlerBatchAbolish" |
| | | v-if="isShowAuth('eam:secondMaintenance:abolish')" |
| | | > |
| | | <a-icon type="delete" /> |
| | | ä½åº |
| | | </a-menu-item> |
| | | <a-menu-item |
| | | key="2" |
| | | @click="handlerBatchCollect" |
| | | v-if="isShowAuth('eam:secondMaintenance:collect')" |
| | | > |
| | | <a-icon type="form" /> |
| | | é¢å |
| | | </a-menu-item> |
| | | </a-menu> |
| | | <a-button style="margin-left: 8px"> æ¹éæä½ |
| | | <a-icon type="down" /> |
| | | </a-button> |
| | | </a-dropdown> |
| | | <div class="table-operator" v-if="isDisplayOperation"> |
| | | <a-button @click="handleAdd" type="primary" icon="plus">æ°å¢</a-button> |
| | | </div> |
| | | |
| | | <!-- tableåºå-begin --> |
| | | <div> |
| | | <div |
| | | class="ant-alert ant-alert-info" |
| | | style="margin-bottom: 16px;" |
| | | v-if="isDisplayOperation" |
| | | > |
| | | <i class="anticon anticon-info-circle ant-alert-icon"></i> 已鿩 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 |
| | | <a |
| | | style="margin-left: 24px" |
| | | @click="onClearSelected" |
| | | >æ¸
空</a> |
| | | </div> |
| | | |
| | | <a-table |
| | | ref="table" |
| | | size="middle" |
| | | bordered |
| | | rowKey="id" |
| | | :columns="columns" |
| | | :dataSource="dataSource" |
| | | :pagination="ipagination" |
| | | :loading="loading" |
| | | class="j-table-force-nowrap" |
| | | :scroll="{x:'max-content'}" |
| | | :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
| | | @change="handleTableChange" |
| | | > |
| | | |
| | | <span |
| | | slot="action" |
| | | slot-scope="text, record" |
| | | > |
| | | <a-table size="middle" bordered rowKey="id" :columns="columns" :dataSource="dataSource" :pagination="ipagination" |
| | | :loading="loading" :scroll="{ x: 'max-content' }" @change="handleTableChange"> |
| | | <span slot="action" slot-scope="text, record"> |
| | | <template v-if="record.maintenanceStatus === 'WAIT_MAINTENANCE'"> |
| | | <a |
| | | @click="handleEdit(record)" |
| | | v-if="isShowAuth('eam:secondMaintenance:edit')" |
| | | >ç¼è¾</a> |
| | | <a @click="handleEdit(record)">ç¼è¾</a> |
| | | |
| | | <a-divider |
| | | type="vertical" |
| | | v-if="isShowAuth('eam:secondMaintenance:edit')" |
| | | /> |
| | | <a-divider type="vertical"/> |
| | | |
| | | <a-popconfirm |
| | | title="ç¡®å®é¢åå?" |
| | | @confirm="() => handlerCollect(record.id)" |
| | | v-if="isShowAuth('eam:secondMaintenance:collect')" |
| | | > |
| | | <a-popconfirm title="ç¡®å®é¢åå?" @confirm="() => handlerCollect(record.id)"> |
| | | <a>é¢å</a> |
| | | </a-popconfirm> |
| | | |
| | | <a-divider |
| | | type="vertical" |
| | | v-if="isShowAuth('eam:secondMaintenance:collect')" |
| | | /> |
| | | <a-divider type="vertical"/> |
| | | |
| | | <a-dropdown> |
| | | <a class="ant-dropdown-link">æ´å¤ <a-icon type="down" /></a> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item v-if="isShowAuth('eam:secondMaintenance:abolish')"> |
| | | <a-popconfirm |
| | | title="ç¡®å®ä½åºå?" |
| | | @confirm="() => handlerAbolish(record.id)" |
| | | > |
| | | <a>ä½åº</a> |
| | | </a-popconfirm> |
| | | </a-menu-item> |
| | | <a-menu-item> |
| | | <a @click="handleDetail(record)">详æ
</a> |
| | | </a-menu-item> |
| | | </a-menu> |
| | | </a-dropdown> |
| | | <a @click="handleDetail(record)">详æ
</a> |
| | | </template> |
| | | |
| | | <template v-else> |
| | | <a @click="handleDetail(record)">详æ
</a> |
| | | <a-divider |
| | | type="vertical" |
| | | v-if="record.maintenanceStatus === 'COMPLETE'" |
| | | /> |
| | | <a |
| | | v-if="record.maintenanceStatus === 'COMPLETE'" |
| | | @click="handlePrint(record)" |
| | | >æå°</a> |
| | | <a-divider type="vertical" v-if="record.maintenanceStatus === 'COMPLETE'"/> |
| | | <a v-if="record.maintenanceStatus === 'COMPLETE'" @click="handlePrint(record)">æå°</a> |
| | | </template> |
| | | |
| | | </span> |
| | | |
| | | </a-table> |
| | | </div> |
| | | <!-- tableåºå-end --> |
| | | |
| | | <!-- 表ååºå --> |
| | | <eamSecondMaintenanceOrder-modal |
| | | ref="modalForm" |
| | | @ok="modalFormOk" |
| | | ></eamSecondMaintenanceOrder-modal> |
| | | <eamSecondMaintenanceOrder-modal ref="modalForm" @ok="modalFormOk"/> |
| | | |
| | | <second-maintenance-approval-modal |
| | | ref="secondMaintenanceApprovalModal" |
| | | :selectShenpiData="selectSecondMaintenanceData" |
| | | /> |
| | | <second-maintenance-approval-modal ref="secondMaintenanceApprovalModal" :selectShenpiData="selectSecondMaintenanceData"/> |
| | | </a-card> |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/assets/less/TableExpand.less' |
| | | import EamSecondMaintenanceOrderModal from './modules/EamSecondMaintenanceOrderModal' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import LxSearchEquipmentSelect from '@views/eam/equipment/modules/LxSearchEquipmentSelect.vue' |
| | | import { deleteAction, getAction } from '@api/manage' |
| | | import SecondMaintenanceApprovalModal from '@views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue' |
| | | import EamSecondMaintenanceOrderModal from './modules/EamSecondMaintenanceOrderModal' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import { deleteAction, getAction } from '@api/manage' |
| | | import SecondMaintenanceApprovalModal from '@views/flowable/workflow/secondMaintenance/SecondMaintenanceApprovalModal.vue' |
| | | import LxSearchEquipmentSelect from '../equipment/modules/LxSearchEquipmentSelect' |
| | | |
| | | export default { |
| | | name: 'EamSecondMaintenanceOrderList', |
| | | mixins: [JeecgListMixin], |
| | | components: { |
| | | LxSearchEquipmentSelect, |
| | | EamSecondMaintenanceOrderModal, |
| | | SecondMaintenanceApprovalModal |
| | | }, |
| | | props: { |
| | | isDisplayOperation: { |
| | | type: Boolean, |
| | | default: true |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | description: '设å¤äºçº§ä¿å
»ç®¡ç页é¢', |
| | | disableMixinCreated: true, |
| | | selectSecondMaintenanceData: {}, |
| | | // 表头 |
| | | columns: [ |
| | | { |
| | | title: '#', |
| | | dataIndex: '', |
| | | key: 'rowIndex', |
| | | width: 60, |
| | | align: 'center', |
| | | fixed: 'left', |
| | | customRender: function (t, r, index) { |
| | | return parseInt(index) + 1 |
| | | export default { |
| | | name: 'EamSecondMaintenanceOrderList', |
| | | mixins: [JeecgListMixin], |
| | | components: { |
| | | LxSearchEquipmentSelect, |
| | | EamSecondMaintenanceOrderModal, |
| | | SecondMaintenanceApprovalModal |
| | | }, |
| | | props: { |
| | | isDisplayOperation: { |
| | | type: Boolean, |
| | | default: true |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | description: '设å¤äºçº§ä¿å
»ç®¡ç页é¢', |
| | | disableMixinCreated: true, |
| | | selectSecondMaintenanceData: {}, |
| | | // 表头 |
| | | columns: [ |
| | | { |
| | | title: '#', |
| | | dataIndex: '', |
| | | key: 'rowIndex', |
| | | width: 60, |
| | | align: 'center', |
| | | customRender: function(t, r, index) { |
| | | return parseInt(index) + 1 |
| | | } |
| | | }, |
| | | { |
| | | title: 'ç»ä¸ç¼ç ', |
| | | align: 'center', |
| | | dataIndex: 'equipmentCode' |
| | | }, |
| | | { |
| | | title: '设å¤åç§°', |
| | | align: 'center', |
| | | dataIndex: 'equipmentName' |
| | | }, |
| | | { |
| | | title: '设å¤åå·', |
| | | align: 'center', |
| | | dataIndex: 'equipmentModel' |
| | | }, |
| | | { |
| | | title: 'å·¥åå·', |
| | | align: 'center', |
| | | dataIndex: 'orderNum' |
| | | }, |
| | | { |
| | | title: 'è§èåç§°', |
| | | align: 'center', |
| | | dataIndex: 'standardId_dictText' |
| | | }, |
| | | { |
| | | title: '计åä¿å
»æ¥æ', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceDate' |
| | | }, |
| | | { |
| | | title: 'å®é
å¼å§æ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'actualStartTime' |
| | | }, |
| | | { |
| | | title: 'å®é
ç»ææ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'actualEndTime' |
| | | }, |
| | | { |
| | | title: 'æä½å·¥', |
| | | align: 'center', |
| | | dataIndex: 'operator_dictText' |
| | | }, |
| | | { |
| | | title: '维修工', |
| | | align: 'center', |
| | | dataIndex: 'repairer_dictText' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»ç¶æ', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceStatus_dictText' |
| | | }, |
| | | { |
| | | title: 'å建æ¹å¼', |
| | | align: 'center', |
| | | dataIndex: 'creationMethod_dictText' |
| | | }, |
| | | { |
| | | title: '管çå确认', |
| | | align: 'center', |
| | | dataIndex: 'confirmUser_dictText' |
| | | }, |
| | | { |
| | | title: '管çå确认æ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'confirmTime' |
| | | }, |
| | | { |
| | | title: 'æ£æ¥äººç¡®è®¤', |
| | | align: 'center', |
| | | dataIndex: 'inspector_dictText' |
| | | }, |
| | | { |
| | | title: 'æ£æ¥äººç¡®è®¤æ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'inspectConfirmTime' |
| | | }, |
| | | { |
| | | title: 'HFç¼ç ', |
| | | align: 'center', |
| | | dataIndex: 'hfCode' |
| | | } |
| | | }, |
| | | { |
| | | title: 'å·¥åå·', |
| | | align: 'center', |
| | | dataIndex: 'orderNum', |
| | | fixed: 'left', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: '设å¤ç¼å·', |
| | | align: 'center', |
| | | dataIndex: 'equipmentCode', |
| | | fixed: 'left', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: '设å¤åç§°', |
| | | align: 'center', |
| | | dataIndex: 'equipmentName', |
| | | fixed: 'left', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: 'æ ååç§°', |
| | | align: 'center', |
| | | dataIndex: 'standardId_dictText' |
| | | }, |
| | | { |
| | | title: '计åä¿å
»æ¥æ', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceDate' |
| | | }, |
| | | { |
| | | title: 'å®é
å¼å§æ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'actualStartTime' |
| | | }, |
| | | { |
| | | title: 'å®é
ç»ææ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'actualEndTime' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»äºº', |
| | | align: 'center', |
| | | dataIndex: 'operator_dictText' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»ç¶æ', |
| | | align: 'center', |
| | | dataIndex: 'maintenanceStatus_dictText' |
| | | }, |
| | | { |
| | | title: 'å建æ¹å¼', |
| | | align: 'center', |
| | | dataIndex: 'creationMethod_dictText' |
| | | }, |
| | | { |
| | | title: '确认管çå', |
| | | align: 'center', |
| | | dataIndex: 'confirmUser_dictText', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: '管çå确认æ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'confirmTime', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: '管çåæè§', |
| | | align: 'center', |
| | | dataIndex: 'confirmComment', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: '确认é¢å¯¼', |
| | | align: 'center', |
| | | dataIndex: 'confirmLeader_dictText', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: 'é¢å¯¼ç¡®è®¤æ¶é´', |
| | | align: 'center', |
| | | dataIndex: 'leaderConfirmTime', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: 'é¢å¯¼æè§', |
| | | align: 'center', |
| | | dataIndex: 'leaderConfirmComment', |
| | | width: 60 |
| | | }, |
| | | { |
| | | title: '夿³¨', |
| | | align: 'center', |
| | | dataIndex: 'remark' |
| | | ], |
| | | url: { |
| | | list: '/eam/secondMaintenanceOrder/list', |
| | | abolish: '/eam/secondMaintenanceOrder/abolish', |
| | | collect: '/eam/secondMaintenanceOrder/collect' |
| | | } |
| | | ], |
| | | url: { |
| | | list: '/eam/secondMaintenanceOrder/list', |
| | | abolish: '/eam/secondMaintenanceOrder/abolish', |
| | | abolishBatch: '/eam/secondMaintenanceOrder/abolishBatch', |
| | | collect: '/eam/secondMaintenanceOrder/collect', |
| | | collectBatch: '/eam/secondMaintenanceOrder/collectBatch' |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | if (!this.isDisplayOperation) { |
| | | return |
| | | } |
| | | const operationColumn = { |
| | | title: 'æä½', |
| | | dataIndex: 'action', |
| | | align: 'center', |
| | | fixed: 'right', |
| | | width: 200, |
| | | scopedSlots: { customRender: 'action' } |
| | | } |
| | | this.columns = [...this.columns, operationColumn] |
| | | this.loadData(1) |
| | | }, |
| | | computed: {}, |
| | | methods: { |
| | | onMaintenanceDateChange: function (value, dateString) { |
| | | if (dateString && dateString.length === 2) { |
| | | this.queryParam.maintenanceDateBegin = dateString[0] |
| | | this.queryParam.maintenanceDateEnd = dateString[1] |
| | | } else { |
| | | this.queryParam.maintenanceDateBegin = undefined |
| | | this.queryParam.maintenanceDateEnd = undefined |
| | | } |
| | | }, |
| | | handlerAbolish(id) { |
| | | if (!this.url.abolish) { |
| | | this.$message.error('请设置url.abolish屿§!') |
| | | created() { |
| | | if (!this.isDisplayOperation) { |
| | | return |
| | | } |
| | | var that = this |
| | | deleteAction(that.url.abolish, { id: id }).then((res) => { |
| | | if (res.success) { |
| | | //éæ°è®¡ç®å页é®é¢ |
| | | that.reCalculatePage(1) |
| | | // that.$message.success(res.message); |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | const operationColumn = { |
| | | title: 'æä½', |
| | | dataIndex: 'action', |
| | | align: 'center', |
| | | fixed: 'right', |
| | | width: 200, |
| | | scopedSlots: { customRender: 'action' } |
| | | } |
| | | this.columns = [...this.columns, operationColumn] |
| | | this.loadData(1) |
| | | }, |
| | | methods: { |
| | | onMaintenanceDateChange: function(dataArray) { |
| | | this.queryParam.maintenanceDateBegin = dataArray[0] |
| | | this.queryParam.maintenanceDateEnd = dataArray[1] |
| | | }, |
| | | /** |
| | | * ç¹å»é¢åæ¶è§¦å |
| | | * @param id è¡è®°å½id |
| | | */ |
| | | handlerCollect(id) { |
| | | let that = this |
| | | getAction(that.url.collect, { id }) |
| | | .then((res) => { |
| | | if (res.success) { |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.loadData() |
| | | } else { |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }) |
| | | that.loadData() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | | handlerBatchAbolish() { |
| | | if (!this.url.abolishBatch) { |
| | | this.$message.error('请设置url.abolishBatch屿§!') |
| | | return |
| | | } |
| | | if (this.selectedRowKeys.length <= 0) { |
| | | // this.$message.warning('è¯·éæ©ä¸æ¡è®°å½ï¼'); |
| | | this.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: 'è¯·éæ©ä¸æ¡è®°å½' |
| | | }) |
| | | return |
| | | } else { |
| | | var ids = '' |
| | | for (var a = 0; a < this.selectedRowKeys.length; a++) { |
| | | ids += this.selectedRowKeys[a] + ',' |
| | | } |
| | | var that = this |
| | | this.$confirm({ |
| | | title: '确认ä½åº', |
| | | content: 'æ¯å¦ä½åºé䏿°æ®ï¼åªæå¾
ä¿å
»ç¶æçæ°æ®æå¯ä½åºæå?', |
| | | onOk: function () { |
| | | that.loading = true |
| | | deleteAction(that.url.abolishBatch, { ids: ids }).then((res) => { |
| | | if (res.success) { |
| | | //éæ°è®¡ç®å页é®é¢ |
| | | that.reCalculatePage(that.selectedRowKeys.length) |
| | | // that.$message.success(res.message); |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.loadData() |
| | | that.onClearSelected() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }).finally(() => { |
| | | that.loading = false |
| | | }) |
| | | } |
| | | }) |
| | | } |
| | | }, |
| | | //å个é¢å |
| | | handlerCollect(id) { |
| | | if (!this.url.collect) { |
| | | this.$message.error('请设置url.collect屿§!') |
| | | return |
| | | } |
| | | let that = this |
| | | getAction(that.url.collect, { id: id }).then((res) => { |
| | | if (res.success) { |
| | | //éæ°è®¡ç®å页é®é¢ |
| | | that.reCalculatePage(1) |
| | | // that.$message.success(res.message); |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.loadData() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | | //æ¹éé¢å |
| | | handlerBatchCollect() { |
| | | if (!this.url.collectBatch) { |
| | | this.$message.error('请设置url.abolishBatch屿§!') |
| | | return |
| | | } |
| | | if (this.selectedRowKeys.length <= 0) { |
| | | // this.$message.warning('è¯·éæ©ä¸æ¡è®°å½ï¼'); |
| | | this.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: 'è¯·éæ©ä¸æ¡è®°å½' |
| | | }) |
| | | return |
| | | } else { |
| | | var ids = '' |
| | | for (var a = 0; a < this.selectedRowKeys.length; a++) { |
| | | ids += this.selectedRowKeys[a] + ',' |
| | | } |
| | | var that = this |
| | | this.$confirm({ |
| | | title: '确认é¢å', |
| | | content: 'æ¯å¦é¢åé䏿°æ®ï¼åªæå¾
ä¿å
»ç¶æçæ°æ®æå¯é¢åæå?', |
| | | onOk: function () { |
| | | that.loading = true |
| | | deleteAction(that.url.collectBatch, { ids: ids }).then((res) => { |
| | | if (res.success) { |
| | | //éæ°è®¡ç®å页é®é¢ |
| | | that.reCalculatePage(that.selectedRowKeys.length) |
| | | // that.$message.success(res.message); |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.loadData() |
| | | that.onClearSelected() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }).finally(() => { |
| | | that.loading = false |
| | | }) |
| | | } |
| | | }) |
| | | } |
| | | }, |
| | | handleDetail(record) { |
| | | this.selectSecondMaintenanceData = Object.assign({}, record) |
| | | this.$refs.secondMaintenanceApprovalModal.recordDetail(record) |
| | | this.$refs.secondMaintenanceApprovalModal.title = '详æ
' |
| | | this.$refs.secondMaintenanceApprovalModal.disableSubmit = true |
| | | }, |
| | | }, |
| | | |
| | | handlePrint(record) { |
| | | // let href = `${window._CONFIG['domianURL']}/jmreport/view/1094871242505912320`; //ç½ç«é¾æ¥ |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/1094834721929232384?id=` + record.id; //ç½ç«é¾æ¥ |
| | | window.open(href, "_blank"); |
| | | }, |
| | | /** |
| | | * ç¹å»è¯¦æ
æ¶è§¦å |
| | | * @param record å表è¡è®°å½ |
| | | */ |
| | | handleDetail(record) { |
| | | this.selectSecondMaintenanceData = Object.assign({}, record) |
| | | this.$refs.secondMaintenanceApprovalModal.recordDetail(record) |
| | | this.$refs.secondMaintenanceApprovalModal.title = '详æ
' |
| | | this.$refs.secondMaintenanceApprovalModal.disableSubmit = true |
| | | }, |
| | | |
| | | /** |
| | | * ç¹å»æå°æ¶è§¦å |
| | | * @param record å表è¡è®°å½ |
| | | */ |
| | | handlePrint(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/1094834721929232384?id=` + record.id //ç½ç«é¾æ¥ |
| | | window.open(href, '_blank') |
| | | } |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | <style scoped> |
| | | @import '~@assets/less/common.less'; |
| | | </style> |
| | | </script> |
| | |
| | | @click="handleAdd" |
| | | type="primary" |
| | | icon="plus" |
| | | v-if="isShowAuth('eam:secondMaintenance:add')" |
| | | >æ°å¢ |
| | | </a-button> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | |
| | | <a-menu-item |
| | | key="1" |
| | | @click="handlerBatchAbolish" |
| | | v-if="isShowAuth('eam:secondMaintenance:abolish')" |
| | | > |
| | | <a-icon type="delete" /> |
| | | ä½åº |
| | |
| | | <a-menu-item |
| | | key="2" |
| | | @click="handlerBatchCollect" |
| | | v-if="isShowAuth('eam:secondMaintenance:collect')" |
| | | > |
| | | <a-icon type="form" /> |
| | | é¢å |
| | |
| | | <template v-if="record.maintenanceStatus === 'WAIT_MAINTENANCE'"> |
| | | <a |
| | | @click="handleEdit(record)" |
| | | v-if="isShowAuth('eam:thirdMaintenance:edit')" |
| | | >ç¼è¾</a> |
| | | |
| | | <a-divider |
| | | type="vertical" |
| | | v-if="isShowAuth('eam:thirdMaintenance:edit')" |
| | | /> |
| | | |
| | | <a-popconfirm |
| | | title="ç¡®å®é¢åå?" |
| | | @confirm="() => handlerCollect(record.id)" |
| | | v-if="isShowAuth('eam:thirdMaintenance:collect')" |
| | | > |
| | | <a>é¢å</a> |
| | | </a-popconfirm> |
| | | |
| | | <a-divider |
| | | type="vertical" |
| | | v-if="isShowAuth('eam:thirdMaintenance:collect')" |
| | | /> |
| | | |
| | | <a-dropdown> |
| | | <a class="ant-dropdown-link">æ´å¤ <a-icon type="down" /></a> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item v-if="isShowAuth('eam:thirdMaintenance:abolish')"> |
| | | <a-menu-item> |
| | | <a-popconfirm |
| | | title="ç¡®å®ä½åºå?" |
| | | @confirm="() => handlerAbolish(record.id)" |
| | |
| | | </a-col> |
| | | <a-col :span="8"> |
| | | <a-form-model-item label="ä¿å
»å¨æ"> |
| | | <a-input placeholder="éæ©è®¾å¤åèªå¨å¸¦åº" v-model="model.maintenancePeriod" disabled/> |
| | | <a-input v-model="model.maintenancePeriod" disabled/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="8"> |
| | |
| | | key: 'itemCode', |
| | | type: JVXETypes.normal, |
| | | width: 100, |
| | | align: 'center', |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»é¡¹', |
| | | key: 'itemName', |
| | | type: JVXETypes.normal, |
| | | align: 'center', |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»è§èæè¦æ±', |
| | | key: 'itemDemand', |
| | | type: JVXETypes.normal, |
| | | align: 'center', |
| | | align: 'center' |
| | | } |
| | | ], |
| | | weekInspectionColumns: [], |
| | |
| | | key: 'itemCode', |
| | | type: JVXETypes.normal, |
| | | width: 60, |
| | | align: 'center', |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»é¡¹', |
| | | key: 'itemName', |
| | | type: JVXETypes.normal, |
| | | align: 'center', |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»è¦æ±', |
| | | key: 'itemDemand', |
| | | type: JVXETypes.normal, |
| | | align: 'center', |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'ç¹æ£ç»æ', |
| | |
| | | title: 'å¼å¸¸æè¿°', |
| | | key: 'exceptionDescription', |
| | | type: JVXETypes.normal, |
| | | align: 'center', |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'å¼å¸¸æ¯å¦æ¥ä¿®', |
| | |
| | | }, |
| | | methods: { |
| | | add() { |
| | | this.model = {} |
| | | this.model = { maintenancePeriod: 1 } |
| | | this.visible = true |
| | | this.editable = true |
| | | this.detail.dayInspectionList = [] |
| | |
| | | }, |
| | | |
| | | edit(record) { |
| | | this.model = Object.assign({}, record) |
| | | this.model = Object.assign({ maintenancePeriod: 1 }, record) |
| | | this.editable = false |
| | | this.visible = true |
| | | this.spinning = true |
| | |
| | | |
| | | autocompleteForm(selectObj) { |
| | | this.model.standardName = selectObj.standardName |
| | | this.model.maintenancePeriod = selectObj.maintenancePeriod |
| | | this.model.standardCode = selectObj.standardCode |
| | | this.standardId = selectObj.id |
| | | this.detail.dayInspectionList = [] |
| | |
| | | <template> |
| | | <j-modal |
| | | :title="title" |
| | | :width="1200" |
| | | :visible="visible" |
| | | :confirmLoading="confirmLoading" |
| | | switchFullscreen |
| | | :mask-closable="false" |
| | | @ok="handleOk" |
| | | @cancel="handleCancel" |
| | | cancelText="å
³é"> |
| | | |
| | | <j-modal :title="title" :width="1200" :visible="visible" :confirmLoading="confirmLoading" switchFullscreen |
| | | :mask-closable="false" @ok="handleOk" @cancel="handleCancel" cancelText="å
³é"> |
| | | <a-spin :spinning="spinning"> |
| | | <a-form-model ref="form" :model="model" :rules="validatorRules" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-row :gutter="24"> |
| | | <a-row> |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="orderNum" label="å·¥åå·"> |
| | | <a-input placeholder="å·¥åå·ç³»ç»èªå¨çæ" v-model="model.orderNum" disabled/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="equipmentId" label="设å¤ç¼ç "> |
| | | <maintenance-equipment-select placeholder="请è¾å
¥è®¾å¤ç¼å·æåç§°æç´¢" v-model="model.equipmentId" |
| | | :maintenanceCategory="maintenanceCategory" |
| | | @autocompleteForm="autocompleteForm" |
| | | :disabled="editable"></maintenance-equipment-select> |
| | | <a-form-model-item prop="equipmentId" label="ç»ä¸ç¼ç "> |
| | | <maintenance-equipment-select placeholder="请è¾å
¥ç»ä¸ç¼ç æåç§°æç´¢" v-model="model.equipmentId" |
| | | maintenanceCategory="SECOND_MAINTENANCE" :allowClear="false" |
| | | @autocompleteForm="autocompleteForm" :disabled="!editable"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="standardName" label="æ ååç§°"> |
| | | <a-form-model-item prop="standardName" label="è§èåç§°"> |
| | | <a-input placeholder="éæ©è®¾å¤åèªå¨å¸¦åº" v-model="model.standardName" disabled/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row :gutter="24"> |
| | | <a-row> |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="maintenanceDate" label="ä¿å
»æ¥æ"> |
| | | <a-date-picker placeholder="è¯·éæ©è®¡åä¿å
»æ¥æ" v-model="model.maintenanceDate" format="YYYY-MM-DD" |
| | | <a-date-picker v-model="model.maintenanceDate" value-format="YYYY-MM-DD" :allowClear="false" |
| | | style="width: 100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="operator" label="ä¿å
»äºº"> |
| | | <j-search-select-tag v-model="model.operator" placeholder="è¯·éæ©ä¿å
»äºº" :disabled="!model.equipmentId" |
| | | :dictOptions="maintenanceOperatorOptions"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="maintenancePeriod" label="ä¿å
»å¨æ"> |
| | | <a-input placeholder="éæ©è®¾å¤åèªå¨å¸¦åº" v-model="model.maintenancePeriod" disabled/> |
| | | <a-form-model-item label="ä¿å
»å¨æ"> |
| | | <a-input v-model="model.maintenancePeriod" disabled/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | <a-row :gutter="24"> |
| | | <a-row> |
| | | <a-form-model-item :labelCol="labelColLong" :wrapperCol="wrapperColLong" prop="remark" label="夿³¨"> |
| | | <a-textarea placeholder="请è¾å
¥å¤æ³¨" v-model="model.remark"/> |
| | | </a-form-model-item> |
| | | </a-row> |
| | | <a-row :gutter="24"> |
| | | <a-spin :spinning="detail.loading"> |
| | | <j-vxe-table |
| | | ref="editableDetailTable" |
| | | :rowNumber="true" |
| | | :rowSelection="true" |
| | | :bordered="true" |
| | | :alwaysEdit="true" |
| | | :toolbar="true" |
| | | :toolbarConfig="detail.toolbarConfig" |
| | | keep-source |
| | | :height="300" |
| | | :dataSource="detail.dataSource" |
| | | :columns="detail.columns" |
| | | style="margin-top: 8px;"/> |
| | | </a-spin> |
| | | </a-row> |
| | | |
| | | <a-tabs default-active-key="1"> |
| | | <a-tab-pane tab="æä½å·¥" key="1"> |
| | | <j-vxe-table rowNumber bordered keep-source :height="300" :dataSource="detail.operatorMaintenanceList" |
| | | :columns="detail.columns"/> |
| | | </a-tab-pane> |
| | | <a-tab-pane tab="维修工" key="2" forceRender> |
| | | <j-vxe-table rowNumber bordered keep-source :height="300" :dataSource="detail.repairerMaintenanceList" |
| | | :columns="detail.columns"/> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | | </a-form-model> |
| | | </a-spin> |
| | | </j-modal> |
| | | </template> |
| | | |
| | | <script> |
| | | import { getAction, httpAction } from '@/api/manage' |
| | | import MaintenanceEquipmentSelect from '@views/eam/equipment/modules/MaintenanceEquipmentSelect.vue' |
| | | import { JVXETypes } from '@comp/jeecg/JVxeTable' |
| | | import { getAction, httpAction } from '@/api/manage' |
| | | import MaintenanceEquipmentSelect from '@views/eam/equipment/modules/MaintenanceEquipmentSelect.vue' |
| | | import { JVXETypes } from '@comp/jeecg/JVxeTable' |
| | | |
| | | export default { |
| | | name: "EamSecondMaintenanceOrderModal", |
| | | export default { |
| | | name: 'EamSecondMaintenanceOrderModal', |
| | | components: { MaintenanceEquipmentSelect }, |
| | | data () { |
| | | data() { |
| | | return { |
| | | title:"æä½", |
| | | title: 'æä½', |
| | | visible: false, |
| | | editable: false, |
| | | editable: true, |
| | | model: {}, |
| | | maintenanceCategory: 'SECOND_MAINTENANCE', |
| | | labelCol: { |
| | | xs: { span: 24 }, |
| | | sm: { span: 6 } |
| | | }, |
| | | wrapperCol: { |
| | | xs: { span: 24 }, |
| | | sm: { span: 16 } |
| | | sm: { span: 15 } |
| | | }, |
| | | labelColLong: { |
| | | xs: { span: 24 }, |
| | |
| | | }, |
| | | confirmLoading: false, |
| | | spinning: false, |
| | | validatorRules:{ |
| | | validatorRules: { |
| | | equipmentId: [ |
| | | { required: true, message: 'è¯·éæ©è®¾å¤!' } |
| | | { required: true, message: '请è¾å
¥è®¾å¤ç¼å·æåç§°æç´¢', trigger: 'change' } |
| | | ], |
| | | maintenanceDate: [ |
| | | { required: true, message: 'è¯·éæ©è®¡åä¿å
»æ¥æ!' } |
| | | { required: true, message: 'è¯·éæ©è®¡åä¿å
»æ¥æ', trigger: 'change' } |
| | | ] |
| | | }, |
| | | url: { |
| | | add: "/eam/secondMaintenanceOrder/add", |
| | | edit: "/eam/secondMaintenanceOrder/edit", |
| | | add: '/eam/secondMaintenanceOrder/add', |
| | | edit: '/eam/secondMaintenanceOrder/edit', |
| | | standardDetail: '/eam/eamMaintenanceStandardDetail/queryList', |
| | | detail: '/eam/secondMaintenanceOrderDetail/queryList', |
| | | userSelect: '/eam/user_select/list' |
| | | detail: '/eam/secondMaintenanceOrderDetail/queryList' |
| | | }, |
| | | detail: { |
| | | loading: false, |
| | | dataSource: [], |
| | | operatorMaintenanceList: [], |
| | | repairerMaintenanceList: [], |
| | | columns: [ |
| | | { |
| | | title: 'ID', |
| | |
| | | { |
| | | title: 'åºå·', |
| | | key: 'itemCode', |
| | | type: JVXETypes.inputNumber, |
| | | width: '10%', |
| | | align: 'center', |
| | | validateRules: [ |
| | | { required: true, unique: true, message: 'åºå·ä¸è½éå¤' } |
| | | ] |
| | | }, |
| | | { |
| | | title: 'é¨ä½', |
| | | key: 'itemPart', |
| | | type: JVXETypes.textarea, |
| | | width: '25%', |
| | | type: JVXETypes.normal, |
| | | width: 60, |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'ä¿å
»é¡¹', |
| | | key: 'itemName', |
| | | type: JVXETypes.textarea, |
| | | width: '20%', |
| | | align: 'center', |
| | | validateRules: [ |
| | | { required: true, message: 'ä¿å
»é¡¹ä¸è½ä¸ºç©ºï¼' } |
| | | ] |
| | | }, |
| | | { |
| | | title: 'ä¿å
»è¦æ±', |
| | | key: 'itemDemand', |
| | | type: JVXETypes.textarea, |
| | | width: '30%', |
| | | align: 'center', |
| | | validateRules: [ |
| | | { required: true, message: 'ä¿å
»è¦æ±ä¸è½ä¸ºç©ºï¼' } |
| | | ] |
| | | type: JVXETypes.normal, |
| | | align: 'center' |
| | | } |
| | | ], |
| | | toolbarConfig: { |
| | | // prefix åç¼ï¼suffix åç¼ |
| | | slot: ['prefix', 'suffix'], |
| | | // add æ°å¢æé®ï¼remove å 餿é®ï¼clearSelection æ¸
ç©ºéæ©æé® |
| | | btn: ['add', 'remove', 'clearSelection'] |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | }, |
| | | created () { |
| | | }, |
| | | methods: { |
| | | add() { |
| | | //åå§åé»è®¤å¼ |
| | | this.model = {} |
| | | this.visible = true |
| | | this.editable = false |
| | | this.detail.dataSource = [] |
| | | }, |
| | | edit(record) { |
| | | this.model = Object.assign({}, record) |
| | | this.model = { maintenancePeriod: 6 } |
| | | this.visible = true |
| | | this.editable = true |
| | | this.detail.dataSource = [] |
| | | this.detail.operatorMaintenanceList = this.detail.repairerMaintenanceList = [] |
| | | }, |
| | | |
| | | edit(record) { |
| | | this.model = Object.assign({ maintenancePeriod: 6 }, record) |
| | | this.visible = true |
| | | this.editable = false |
| | | this.detail.operatorMaintenanceList = this.detail.repairerMaintenanceList = [] |
| | | this.loadDetail(record.id) |
| | | }, |
| | | close() { |
| | | this.$emit('close') |
| | | this.visible = false |
| | | this.$refs.form.clearValidate() |
| | | |
| | | autocompleteForm(selectObj) { |
| | | this.$set(this.model, 'standardName', selectObj.standardName) |
| | | this.$set(this.model, 'standardId', selectObj.id) |
| | | this.$set(this.model, 'equipmentId', selectObj.equipmentId) |
| | | if (!this.model.id) this.loadStandardDetail(selectObj.id) |
| | | }, |
| | | |
| | | /** |
| | | * è·åä¿å
»è§èæ°æ® |
| | | * @param standardId è§èId |
| | | */ |
| | | loadStandardDetail(standardId) { |
| | | this.spinning = true |
| | | getAction(this.url.standardDetail, { standardId }) |
| | | .then(res => { |
| | | if (res.success) { |
| | | this.detail.operatorMaintenanceList = res.result.filter(item => item.itemCategory == 'OPERATOR_MAINTENANCE') |
| | | this.detail.repairerMaintenanceList = res.result.filter(item => item.itemCategory == 'REPAIRER_MAINTENANCE') |
| | | } |
| | | }) |
| | | .finally(() => { |
| | | this.spinning = false |
| | | }) |
| | | }, |
| | | |
| | | /** |
| | | * è·åäºä¿å·¥åæç» |
| | | * @param orderId å·¥åId |
| | | */ |
| | | loadDetail(orderId) { |
| | | this.spinning = true |
| | | getAction(this.url.detail, { orderId }) |
| | | .then(res => { |
| | | if (res.success) { |
| | | this.detail.operatorMaintenanceList = res.result.filter(item => item.itemCategory == 'OPERATOR_MAINTENANCE') |
| | | this.detail.repairerMaintenanceList = res.result.filter(item => item.itemCategory == 'REPAIRER_MAINTENANCE') |
| | | } |
| | | }) |
| | | .finally(() => { |
| | | this.spinning = false |
| | | }) |
| | | }, |
| | | |
| | | async handleOk() { |
| | | const that = this |
| | | let errMap = await that.$refs.editableDetailTable.validateTable() |
| | | if (errMap) { |
| | | this.$message.warning('æ°æ®æ ¡éªå¤±è´¥ï¼') |
| | | return |
| | | } |
| | | // 触å表åéªè¯ |
| | | this.$refs.form.validate(valid => { |
| | | if (valid) { |
| | | let tableData = that.$refs.editableDetailTable.getTableData() |
| | | let removeData = that.$refs.editableDetailTable.getDeleteData() |
| | | that.model.tableDetailList = [...tableData] |
| | | that.model.removeDetailList = [...removeData] |
| | | |
| | | that.confirmLoading = true |
| | | let httpurl = '' |
| | | that.confirmLoading = that.spinning = true |
| | | let httpUrl = '' |
| | | let method = '' |
| | | if (!this.model.id) { |
| | | httpurl += this.url.add |
| | | httpUrl += this.url.add |
| | | method = 'post' |
| | | } else { |
| | | httpurl += this.url.edit |
| | | httpUrl += this.url.edit |
| | | method = 'put' |
| | | } |
| | | httpAction(httpurl, this.model, method).then((res) => { |
| | | if (res.success) { |
| | | that.$message.success(res.message) |
| | | that.$emit('ok') |
| | | that.close() |
| | | } else { |
| | | that.$message.warning(res.message) |
| | | } |
| | | }).finally(() => { |
| | | that.confirmLoading = false |
| | | }) |
| | | httpAction(httpUrl, this.model, method) |
| | | .then((res) => { |
| | | if (res.success) { |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.$emit('ok') |
| | | that.close() |
| | | } else { |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }) |
| | | .finally(() => { |
| | | that.confirmLoading = that.spinning = false |
| | | }) |
| | | } else { |
| | | return false |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | handleCancel() { |
| | | this.close() |
| | | }, |
| | | autocompleteForm(selectObj) { |
| | | //æ ååç§°ï¼ä¿å
»å¨æä¸å·æ°è§£å³åæ³ |
| | | //åæ³ä¸ validatorRules equipmentId è¿æ¯æé®é¢ |
| | | // const newObj = { |
| | | // standardName: selectObj.standardName, |
| | | // maintenancePeriod: selectObj.maintenancePeriod, |
| | | // standardId : selectObj.id, |
| | | // equipmentId: selectObj.equipmentId, |
| | | // }; |
| | | // this.model = Object.assign({}, newObj, this.model) |
| | | //åæ³äº |
| | | this.$set(this.model, 'standardName', selectObj.standardName) |
| | | this.$set(this.model, 'maintenancePeriod', selectObj.maintenancePeriod) |
| | | this.$set(this.model, 'standardId', selectObj.id) |
| | | this.$set(this.model, 'equipmentId', selectObj.equipmentId) |
| | | // console.log('model', this.model) |
| | | if (!this.model.equipmentId) delete this.model.operator |
| | | if (!this.model.id) { |
| | | this.loadStandardDetail(selectObj.id) |
| | | } |
| | | this.loadMaintenanceOperatorList(this.model.equipmentId) |
| | | }, |
| | | //å 载详æ
æ°æ® |
| | | loadStandardDetail(standardId) { |
| | | this.detail.dataSource = [] |
| | | if (standardId) { |
| | | this.spinning = true |
| | | getAction(this.url.standardDetail, { standardId: standardId }) |
| | | .then(res => { |
| | | if (res.success) { |
| | | this.detail.dataSource = res.result.map(item => ({ |
| | | itemCode: item.itemCode, |
| | | itemName: item.itemName, |
| | | itemPart: item.itemPart, |
| | | itemDemand: item.itemDemand |
| | | })) |
| | | } |
| | | }) |
| | | .finally(() => { |
| | | this.spinning = false |
| | | }) |
| | | } |
| | | }, |
| | | //æ åéæ©åå |
| | | loadDetail(orderId) { |
| | | if (orderId) { |
| | | getAction(this.url.detail, { orderId: orderId }).then(res => { |
| | | if (res.success) { |
| | | this.detail.dataSource = [...res.result] |
| | | } |
| | | }) |
| | | } |
| | | }, |
| | | loadMaintenanceOperatorList(equipmentId) { |
| | | this.maintenanceOperatorOptions = [] |
| | | let params = { positionCode: 'PCR0001' } |
| | | if (equipmentId) { |
| | | params.equipmentId = equipmentId |
| | | } |
| | | else return |
| | | const that = this |
| | | getAction(this.url.userSelect, params) |
| | | .then(res => { |
| | | if (res.success) { |
| | | that.maintenanceOperatorOptions = res.result.map(item => ({ |
| | | key: item.id, |
| | | value: item.username, |
| | | text: item.realname |
| | | })) |
| | | if (!that.maintenanceOperatorOptions.find(item => item.value === that.model.operator)) delete that.model.operator |
| | | } else { |
| | | if (that.model.operator) delete that.model.operator |
| | | } |
| | | }) |
| | | .catch(err => { |
| | | if (that.model.operator) delete that.model.operator |
| | | }) |
| | | |
| | | close() { |
| | | this.$emit('close') |
| | | this.visible = false |
| | | this.$refs.form.clearValidate() |
| | | } |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | |
| | | </style> |
| | |
| | | <template> |
| | | <a-card :bordered="false"> |
| | | |
| | | <!-- æ¥è¯¢åºå --> |
| | | <div class="table-page-search-wrapper"> |
| | | <a-form layout="inline" @keyup.enter.native="searchQuery"> |
| | | <a-row :gutter="24"> |
| | | |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="å 餿 è®°"> |
| | | <a-input placeholder="请è¾å
¥å 餿 è®°" v-model="queryParam.delFlag"></a-input> |
| | | <a-col :xl="5" :lg="6" :md="8" :sm="12"> |
| | | <a-form-item label="ç»ä¸ç¼ç "> |
| | | <technical-status-equipment-select placeholder="请è¾å
¥ç»ä¸ç¼ç æåç§°æç´¢" v-model="queryParam.equipmentId"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-col :xl="5" :lg="6" :md="8" :sm="12"> |
| | | <a-form-item label="å·¥åå·"> |
| | | <a-input placeholder="请è¾å
¥å·¥åå·" v-model="queryParam.orderNum"></a-input> |
| | | <a-input placeholder="请è¾å
¥å·¥åå·" v-model="queryParam.orderNum"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <template v-if="toggleSearchStatus"> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="设å¤ID"> |
| | | <a-input placeholder="请è¾å
¥è®¾å¤ID" v-model="queryParam.equipmentId"></a-input> |
| | | <a-col :xl="5" :lg="6" :md="8" :sm="12"> |
| | | <a-form-item label="计åé´å®æ¥æ"> |
| | | <a-date-picker v-model="queryParam.evaluationDate" style="width: 100%"/> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="è§èID"> |
| | | <a-input placeholder="请è¾å
¥è§èID" v-model="queryParam.standardId"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="计åé´å®æ¥æ;æå70天çæå·¥å"> |
| | | <a-input placeholder="请è¾å
¥è®¡åé´å®æ¥æ;æå70天çæå·¥å" v-model="queryParam.evaluationDate"></a-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | </template> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-col :xl="4" :lg="6" :md="8" :sm="12"> |
| | | <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">æ¥è¯¢</a-button> |
| | | <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">éç½®</a-button> |
| | | <a @click="handleToggleSearch" style="margin-left: 8px"> |
| | | {{ toggleSearchStatus ? 'æ¶èµ·' : 'å±å¼' }} |
| | | <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/> |
| | | </a> |
| | | </span> |
| | | </a-col> |
| | | |
| | | </a-row> |
| | | </a-form> |
| | | </div> |
| | |
| | | <!-- æä½æé®åºå --> |
| | | <div class="table-operator"> |
| | | <a-button @click="handleAdd" type="primary" icon="plus">æ°å¢</a-button> |
| | | <a-button type="primary" icon="download" @click="handleExportXls('ææ¯ç¶æé´å®å·¥å')">导åº</a-button> |
| | | <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> |
| | | <a-button type="primary" icon="import">导å
¥</a-button> |
| | | </a-upload> |
| | | <a-dropdown v-if="selectedRowKeys.length > 0"> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>å é¤</a-menu-item> |
| | | </a-menu> |
| | | <a-button style="margin-left: 8px"> æ¹éæä½ <a-icon type="down" /></a-button> |
| | | </a-dropdown> |
| | | </div> |
| | | |
| | | <!-- tableåºå-begin --> |
| | | <div> |
| | | <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> |
| | | <i class="anticon anticon-info-circle ant-alert-icon"></i> 已鿩 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>项 |
| | | <a style="margin-left: 24px" @click="onClearSelected">æ¸
空</a> |
| | | </div> |
| | | |
| | | <a-table |
| | | ref="table" |
| | | size="middle" |
| | | bordered |
| | | rowKey="id" |
| | | :columns="columns" |
| | | :dataSource="dataSource" |
| | | :pagination="ipagination" |
| | | :loading="loading" |
| | | class="j-table-force-nowrap" |
| | | :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
| | | @change="handleTableChange"> |
| | | <a-table bordered rowKey="id" :columns="columns" :dataSource="dataSource" :pagination="ipagination" |
| | | :scroll="{ x: 'max-content' }" :loading="loading" @change="handleTableChange"> |
| | | |
| | | <span slot="action" slot-scope="text, record"> |
| | | <a @click="handleEdit(record)">ç¼è¾</a> |
| | | |
| | | <a-divider type="vertical" /> |
| | | <a-dropdown> |
| | | <a class="ant-dropdown-link">æ´å¤ <a-icon type="down" /></a> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item> |
| | | <a-popconfirm title="ç¡®å®å é¤å?" @confirm="() => handleDelete(record.id)"> |
| | | <a>å é¤</a> |
| | | </a-popconfirm> |
| | | </a-menu-item> |
| | | </a-menu> |
| | | </a-dropdown> |
| | | <a-popconfirm v-if="record.evaluationStatus=='WAIT_EVALUATION'" title="ç¡®å®é¢ååï¼" |
| | | @confirm="handleReceive(record.id)"> |
| | | <a>é¢å</a> |
| | | </a-popconfirm> |
| | | </span> |
| | | |
| | | </a-table> |
| | | </div> |
| | | </a-table> |
| | | <!-- tableåºå-end --> |
| | | |
| | | <!-- 表ååºå --> |
| | | <eamTechnicalStatusEvaluationOrder-modal ref="modalForm" @ok="modalFormOk"></eamTechnicalStatusEvaluationOrder-modal> |
| | | <eamTechnicalStatusEvaluationOrder-modal ref="modalForm" @ok="modalFormOk"/> |
| | | </a-card> |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/assets/less/TableExpand.less' |
| | | import EamTechnicalStatusEvaluationOrderModal from './modules/EamTechnicalStatusEvaluationOrderModal' |
| | | import { JeecgListMixin } from '@/mixins/JeecgListMixin' |
| | | import TechnicalStatusEquipmentSelect from '../equipment/modules/TechnicalStatusEquipmentSelect' |
| | | import { getAction } from '@/api/manage' |
| | | |
| | | export default { |
| | | name: "EamTechnicalStatusEvaluationOrderList", |
| | | mixins:[JeecgListMixin], |
| | | name: 'EamTechnicalStatusEvaluationOrderList', |
| | | mixins: [JeecgListMixin], |
| | | components: { |
| | | TechnicalStatusEquipmentSelect, |
| | | EamTechnicalStatusEvaluationOrderModal |
| | | }, |
| | | data () { |
| | | data() { |
| | | return { |
| | | description: 'ææ¯ç¶æé´å®å·¥å管ç页é¢', |
| | | // 表头 |
| | |
| | | { |
| | | title: '#', |
| | | dataIndex: '', |
| | | key:'rowIndex', |
| | | width:60, |
| | | align:"center", |
| | | customRender:function (t,r,index) { |
| | | return parseInt(index)+1; |
| | | } |
| | | }, |
| | | { |
| | | title: 'å 餿 è®°', |
| | | align:"center", |
| | | dataIndex: 'delFlag' |
| | | }, |
| | | { |
| | | key: 'rowIndex', |
| | | width: 60, |
| | | align: 'center', |
| | | customRender: function(t, r, index) { |
| | | return parseInt(index) + 1 |
| | | }, |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: 'ç»ä¸ç¼ç ', |
| | | align: 'center', |
| | | dataIndex: 'equipmentCode', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '设å¤åç§°', |
| | | align: 'center', |
| | | dataIndex: 'equipmentName', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '设å¤åå·', |
| | | align: 'center', |
| | | dataIndex: 'equipmentModel', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: 'å·¥åå·', |
| | | align:"center", |
| | | dataIndex: 'orderNum' |
| | | }, |
| | | { |
| | | title: '设å¤ID', |
| | | align:"center", |
| | | dataIndex: 'equipmentId' |
| | | }, |
| | | { |
| | | title: 'è§èID', |
| | | align:"center", |
| | | dataIndex: 'standardId' |
| | | }, |
| | | { |
| | | title: '计åé´å®æ¥æ;æå70天çæå·¥å', |
| | | align:"center", |
| | | dataIndex: 'evaluationDate' |
| | | }, |
| | | { |
| | | title: 'éå®å·¥åæ¥æ;æå55天éå®å·¥å', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'orderNum', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: '计åé´å®æ¥æ', |
| | | align: 'center', |
| | | dataIndex: 'evaluationDate', |
| | | fixed: 'left' |
| | | }, |
| | | { |
| | | title: 'éå®å·¥åæ¥æ', |
| | | align: 'center', |
| | | dataIndex: 'freezeOrderDate' |
| | | }, |
| | | { |
| | | title: 'å·¥åè¿ææ¥æ;å°ææªåç´æ¥è¿æï¼å¹¶ä¿®æ¹è®¾å¤ææ¯ç¶æä¸ºç¦ç¨', |
| | | align:"center", |
| | | }, |
| | | { |
| | | title: 'å·¥åè¿ææ¥æ', |
| | | align: 'center', |
| | | dataIndex: 'orderExpirationDate' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'å®é
å¼å§æ¶é´', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'actualStartTime' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'å®é
ç»ææ¶é´', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'actualEndTime' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'é´å®äºº', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'evaluator' |
| | | }, |
| | | { |
| | | title: 'é´å®ç¶æ;å¾
é´å®ãé´å®ä¸ã维修室主任ç¾åãå·¥èºäººåç¾åãææ¯ä¸»ç®¡ç¾åãè®¾å¤æ£éªåç¾åã已宿ãå·²éå®ãåæ´ä¸ãå·²è¿æ', |
| | | align:"center", |
| | | dataIndex: 'evaluationStatus' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'é´å®ç¶æ', |
| | | align: 'center', |
| | | dataIndex: 'evaluationStatus_dictText' |
| | | }, |
| | | { |
| | | title: 'å建æ¹å¼', |
| | | align:"center", |
| | | dataIndex: 'creationMethod' |
| | | }, |
| | | { |
| | | title: 'å®å
¨è£
ç½®æ£æ¥ç»æ;æ¯ãå¦', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'creationMethod_dictText' |
| | | }, |
| | | { |
| | | title: 'å®å
¨è£
ç½®æ£æ¥ç»æ', |
| | | align: 'center', |
| | | dataIndex: 'safetyEquipmentCheckResult' |
| | | }, |
| | | { |
| | | title: 'ç²¾åº¦åæ°æ£æ¥ç»æ;æ¯ãå¦ãæ ', |
| | | align:"center", |
| | | }, |
| | | { |
| | | title: 'ç²¾åº¦åæ°æ£æ¥ç»æ', |
| | | align: 'center', |
| | | dataIndex: 'precisionCheckResult' |
| | | }, |
| | | { |
| | | title: 'åè½ç¶ææ£æ¥ç»æ;æ¯ãå¦', |
| | | align:"center", |
| | | }, |
| | | { |
| | | title: 'åè½ç¶ææ£æ¥ç»æ', |
| | | align: 'center', |
| | | dataIndex: 'functionalCheckResult' |
| | | }, |
| | | { |
| | | title: 'å
¶ä»æ£æ¥ç»æ;æ¯ãå¦ãæ ', |
| | | align:"center", |
| | | }, |
| | | { |
| | | title: 'å
¶ä»æ£æ¥ç»æ', |
| | | align: 'center', |
| | | dataIndex: 'otherCheckResult' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: '维修室主任ç¾å', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'repairManagerSignature' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: '维修室主任ç¾åæ¶é´', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'repairManagerSignatureTime1' |
| | | }, |
| | | { |
| | | title: 'è¯ä»¶æ£æ¥ç»æ;åæ ¼ãä¸åæ ¼', |
| | | align:"center", |
| | | }, |
| | | { |
| | | title: 'è¯ä»¶æ£æ¥ç»æ', |
| | | align: 'center', |
| | | dataIndex: 'sampleCheckResult' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'å·¥èºåç¾å', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'processTechnicianSignature' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'å·¥èºåç¾åæ¶é´', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'processTechnicianSignatureTime' |
| | | }, |
| | | { |
| | | title: 'é´å®ç»æ;åæ ¼ãéç¨ãç¦ç¨', |
| | | align:"center", |
| | | }, |
| | | { |
| | | title: 'é´å®ç»æ', |
| | | align: 'center', |
| | | dataIndex: 'evaluationResult' |
| | | }, |
| | | { |
| | | title: 'é\ç¦ç¨åå (å¤é);å®å
¨è£
ç½®ã设å¤åè½ã精度ãè¯ä»¶ãå
¶ä»', |
| | | align:"center", |
| | | }, |
| | | { |
| | | title: 'é/ç¦ç¨åå ', |
| | | align: 'center', |
| | | dataIndex: 'evaluationReason' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'è®¾å¤æ£æ¥äººç¾å', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'inspectorSignature' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'è®¾å¤æ£æ¥äººç¾åæ¶é´', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'inspectorSignatureTime' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'éå½A HFç¼ç ', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'hfCodeA' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'éå½B HFç¼ç ', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'hfCodeB' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'éå½C HFç¼ç ', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'hfCodeC' |
| | | }, |
| | | { |
| | | }, |
| | | { |
| | | title: 'éå½D HFç¼ç ', |
| | | align:"center", |
| | | align: 'center', |
| | | dataIndex: 'hfCodeD' |
| | | }, |
| | | { |
| | | title: '夿³¨', |
| | | align:"center", |
| | | dataIndex: 'remark' |
| | | }, |
| | | }, |
| | | { |
| | | title: 'æä½', |
| | | dataIndex: 'action', |
| | | align:"center", |
| | | align: 'center', |
| | | scopedSlots: { customRender: 'action' }, |
| | | fixed: 'right' |
| | | } |
| | | ], |
| | | url: { |
| | | list: "/eam/eamTechnicalStatusEvaluationOrder/list", |
| | | delete: "/eam/eamTechnicalStatusEvaluationOrder/delete", |
| | | deleteBatch: "/eam/eamTechnicalStatusEvaluationOrder/deleteBatch", |
| | | exportXlsUrl: "eam/eamTechnicalStatusEvaluationOrder/exportXls", |
| | | importExcelUrl: "eam/eamTechnicalStatusEvaluationOrder/importExcel", |
| | | }, |
| | | } |
| | | }, |
| | | computed: { |
| | | importExcelUrl: function(){ |
| | | return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`; |
| | | } |
| | | }, |
| | | url: { |
| | | list: '/eam/eamTechnicalStatusEvaluationOrder/list', |
| | | receive: '/eam/eamTechnicalStatusEvaluationOrder/collect', |
| | | delete: '/eam/eamTechnicalStatusEvaluationOrder/delete', |
| | | deleteBatch: '/eam/eamTechnicalStatusEvaluationOrder/deleteBatch', |
| | | exportXlsUrl: 'eam/eamTechnicalStatusEvaluationOrder/exportXls', |
| | | importExcelUrl: 'eam/eamTechnicalStatusEvaluationOrder/importExcel' |
| | | } |
| | | } |
| | | }, |
| | | computed: { |
| | | importExcelUrl: function() { |
| | | return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}` |
| | | } |
| | | }, |
| | | methods: { |
| | | |
| | | handleReceive(id) { |
| | | getAction(this.url.receive, { id }) |
| | | .then(res => { |
| | | if (res.success) { |
| | | this.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } else { |
| | | this.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | <style scoped> |
| | | @import '~@assets/less/common.less'; |
| | | </style> |
| | | </script> |
| | |
| | | <template> |
| | | <j-modal |
| | | :title="title" |
| | | :width="800" |
| | | :visible="visible" |
| | | :confirmLoading="confirmLoading" |
| | | switchFullscreen |
| | | @ok="handleOk" |
| | | @cancel="handleCancel" |
| | | cancelText="å
³é"> |
| | | |
| | | <a-spin :spinning="confirmLoading"> |
| | | <a-form-model ref="form" :model="model" :rules="validatorRules"> |
| | | |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="delFlag" label="å 餿 è®°"> |
| | | <a-input-number v-model="model.delFlag"/> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="orderNum" label="å·¥åå·"> |
| | | <a-input placeholder="请è¾å
¥å·¥åå·" v-model="model.orderNum" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="equipmentId" label="设å¤ID"> |
| | | <a-input placeholder="请è¾å
¥è®¾å¤ID" v-model="model.equipmentId" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="standardId" label="è§èID"> |
| | | <a-input placeholder="请è¾å
¥è§èID" v-model="model.standardId" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="evaluationDate" label="计åé´å®æ¥æ;æå70天çæå·¥å"> |
| | | <a-input placeholder="请è¾å
¥è®¡åé´å®æ¥æ;æå70天çæå·¥å" v-model="model.evaluationDate" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="freezeOrderDate" label="éå®å·¥åæ¥æ;æå55天éå®å·¥å"> |
| | | <a-input placeholder="请è¾å
¥éå®å·¥åæ¥æ;æå55天éå®å·¥å" v-model="model.freezeOrderDate" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="orderExpirationDate" label="å·¥åè¿ææ¥æ;å°ææªåç´æ¥è¿æï¼å¹¶ä¿®æ¹è®¾å¤ææ¯ç¶æä¸ºç¦ç¨"> |
| | | <a-input placeholder="请è¾å
¥å·¥åè¿ææ¥æ;å°ææªåç´æ¥è¿æï¼å¹¶ä¿®æ¹è®¾å¤ææ¯ç¶æä¸ºç¦ç¨" v-model="model.orderExpirationDate" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="actualStartTime" label="å®é
å¼å§æ¶é´"> |
| | | <a-input placeholder="请è¾å
¥å®é
å¼å§æ¶é´" v-model="model.actualStartTime" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="actualEndTime" label="å®é
ç»ææ¶é´"> |
| | | <a-input placeholder="请è¾å
¥å®é
ç»ææ¶é´" v-model="model.actualEndTime" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="evaluator" label="é´å®äºº"> |
| | | <a-input placeholder="请è¾å
¥é´å®äºº" v-model="model.evaluator" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="evaluationStatus" label="é´å®ç¶æ;å¾
é´å®ãé´å®ä¸ã维修室主任ç¾åãå·¥èºäººåç¾åãææ¯ä¸»ç®¡ç¾åãè®¾å¤æ£éªåç¾åã已宿ãå·²éå®ãåæ´ä¸ãå·²è¿æ"> |
| | | <a-input placeholder="请è¾å
¥é´å®ç¶æ;å¾
é´å®ãé´å®ä¸ã维修室主任ç¾åãå·¥èºäººåç¾åãææ¯ä¸»ç®¡ç¾åãè®¾å¤æ£éªåç¾åã已宿ãå·²éå®ãåæ´ä¸ãå·²è¿æ" v-model="model.evaluationStatus" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="creationMethod" label="å建æ¹å¼"> |
| | | <a-input placeholder="请è¾å
¥å建æ¹å¼" v-model="model.creationMethod" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="safetyEquipmentCheckResult" label="å®å
¨è£
ç½®æ£æ¥ç»æ;æ¯ãå¦"> |
| | | <a-input placeholder="请è¾å
¥å®å
¨è£
ç½®æ£æ¥ç»æ;æ¯ãå¦" v-model="model.safetyEquipmentCheckResult" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="precisionCheckResult" label="ç²¾åº¦åæ°æ£æ¥ç»æ;æ¯ãå¦ãæ "> |
| | | <a-input placeholder="请è¾å
¥ç²¾åº¦åæ°æ£æ¥ç»æ;æ¯ãå¦ãæ " v-model="model.precisionCheckResult" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="functionalCheckResult" label="åè½ç¶ææ£æ¥ç»æ;æ¯ãå¦"> |
| | | <a-input placeholder="请è¾å
¥åè½ç¶ææ£æ¥ç»æ;æ¯ãå¦" v-model="model.functionalCheckResult" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="otherCheckResult" label="å
¶ä»æ£æ¥ç»æ;æ¯ãå¦ãæ "> |
| | | <a-input placeholder="请è¾å
¥å
¶ä»æ£æ¥ç»æ;æ¯ãå¦ãæ " v-model="model.otherCheckResult" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="repairManagerSignature" label="维修室主任ç¾å"> |
| | | <a-input placeholder="请è¾å
¥ç»´ä¿®å®¤ä¸»ä»»ç¾å" v-model="model.repairManagerSignature" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="repairManagerSignatureTime1" label="维修室主任ç¾åæ¶é´"> |
| | | <a-input placeholder="请è¾å
¥ç»´ä¿®å®¤ä¸»ä»»ç¾åæ¶é´" v-model="model.repairManagerSignatureTime1" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="sampleCheckResult" label="è¯ä»¶æ£æ¥ç»æ;åæ ¼ãä¸åæ ¼"> |
| | | <a-input placeholder="请è¾å
¥è¯ä»¶æ£æ¥ç»æ;åæ ¼ãä¸åæ ¼" v-model="model.sampleCheckResult" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="processTechnicianSignature" label="å·¥èºåç¾å"> |
| | | <a-input placeholder="请è¾å
¥å·¥èºåç¾å" v-model="model.processTechnicianSignature" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="processTechnicianSignatureTime" label="å·¥èºåç¾åæ¶é´"> |
| | | <a-input placeholder="请è¾å
¥å·¥èºåç¾åæ¶é´" v-model="model.processTechnicianSignatureTime" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="evaluationResult" label="é´å®ç»æ;åæ ¼ãéç¨ãç¦ç¨"> |
| | | <a-input placeholder="请è¾å
¥é´å®ç»æ;åæ ¼ãéç¨ãç¦ç¨" v-model="model.evaluationResult" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="evaluationReason" label="é\ç¦ç¨åå (å¤é);å®å
¨è£
ç½®ã设å¤åè½ã精度ãè¯ä»¶ãå
¶ä»"> |
| | | <a-input placeholder="请è¾å
¥é\ç¦ç¨åå (å¤é);å®å
¨è£
ç½®ã设å¤åè½ã精度ãè¯ä»¶ãå
¶ä»" v-model="model.evaluationReason" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="inspectorSignature" label="è®¾å¤æ£æ¥äººç¾å"> |
| | | <a-input placeholder="请è¾å
¥è®¾å¤æ£æ¥äººç¾å" v-model="model.inspectorSignature" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="inspectorSignatureTime" label="è®¾å¤æ£æ¥äººç¾åæ¶é´"> |
| | | <a-input placeholder="请è¾å
¥è®¾å¤æ£æ¥äººç¾åæ¶é´" v-model="model.inspectorSignatureTime" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="hfCodeA" label="éå½A HFç¼ç "> |
| | | <a-input placeholder="请è¾å
¥éå½A HFç¼ç " v-model="model.hfCodeA" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="hfCodeB" label="éå½B HFç¼ç "> |
| | | <a-input placeholder="请è¾å
¥éå½B HFç¼ç " v-model="model.hfCodeB" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="hfCodeC" label="éå½C HFç¼ç "> |
| | | <a-input placeholder="请è¾å
¥éå½C HFç¼ç " v-model="model.hfCodeC" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="hfCodeD" label="éå½D HFç¼ç "> |
| | | <a-input placeholder="请è¾å
¥éå½D HFç¼ç " v-model="model.hfCodeD" /> |
| | | </a-form-model-item> |
| | | <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="remark" label="夿³¨"> |
| | | <a-input placeholder="请è¾å
¥å¤æ³¨" v-model="model.remark" /> |
| | | </a-form-model-item> |
| | | |
| | | <j-modal :title="title" :width="1300" :visible="visible" :confirmLoading="confirmLoading" switchFullscreen |
| | | @ok="handleOk" @cancel="handleCancel" cancelText="å
³é"> |
| | | <a-spin :spinning="spinning"> |
| | | <a-form-model ref="form" :model="model" :rules="validatorRules" :labelCol="labelCol" :wrapperCol="wrapperCol"> |
| | | <a-row> |
| | | <a-col :span="8"> |
| | | <a-form-model-item label="å·¥åå·"> |
| | | <a-input placeholder="å·¥åå·ç³»ç»èªå¨çæ" v-model="model.orderNum" disabled/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="equipmentId" label="ç»ä¸ç¼ç "> |
| | | <technical-status-equipment-select placeholder="请è¾å
¥ç»ä¸ç¼ç æåç§°æç´¢" v-model="model.equipmentId" |
| | | @autocompleteForm="getDetailDataByOrderId" :allowClear="false"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | |
| | | <a-col :span="8"> |
| | | <a-form-model-item prop="evaluationDate" label="计åé´å®æ¥æ"> |
| | | <a-date-picker v-model="model.evaluationDate" value-format="YYYY-MM-DD" :allowClear="false" |
| | | style="width: 100%"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | |
| | | <a-row> |
| | | <a-col :span="24"> |
| | | <a-form-model-item :labelCol="{span:2}" :wrapperCol="{span:21}" label="夿³¨"> |
| | | <a-textarea placeholder="请è¾å
¥å¤æ³¨" v-model="model.remark"/> |
| | | </a-form-model-item> |
| | | </a-col> |
| | | </a-row> |
| | | </a-form-model> |
| | | |
| | | <a-tabs default-active-key="1" v-if="model.equipmentId"> |
| | | <a-tab-pane tab="å®å
¨è£
ç½®æ£æ¥" key="1" v-if="detail.safetyEquipmentCheckList.length>0"> |
| | | <j-vxe-table ref="editableDetailTable1" rowNumber bordered keep-source :height="300" |
| | | :dataSource="detail.safetyEquipmentCheckList" :columns="detail.columns"/> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="设å¤ç²¾åº¦æ£æ¥" key="2" v-if="detail.precisionCheckList.length>0"> |
| | | <j-vxe-table ref="editableDetailTable2" rowNumber bordered keep-source :height="300" |
| | | :dataSource="detail.precisionCheckList" :columns="detail.precisionCheckColumns"/> |
| | | </a-tab-pane> |
| | | |
| | | <a-tab-pane tab="å
¶ä»æ£æ¥" key="3" v-if="detail.otherCheckList.length>0"> |
| | | <j-vxe-table ref="editableDetailTable3" rowNumber bordered keep-source :height="300" |
| | | :dataSource="detail.otherCheckList" :columns="detail.columns"/> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | | </a-spin> |
| | | </j-modal> |
| | | </template> |
| | | |
| | | <script> |
| | | import { httpAction } from '@/api/manage' |
| | | import moment from "moment" |
| | | import { httpAction, getAction } from '@/api/manage' |
| | | import TechnicalStatusEquipmentSelect from '../../equipment/modules/TechnicalStatusEquipmentSelect' |
| | | import { JVXETypes } from '@/components/jeecg/JVxeTable' |
| | | import { JVxeTableModelMixin } from '@/mixins/JVxeTableModelMixin.js' |
| | | |
| | | export default { |
| | | name: "EamTechnicalStatusEvaluationOrderModal", |
| | | data () { |
| | | name: 'EamTechnicalStatusEvaluationOrderModal', |
| | | components: { |
| | | TechnicalStatusEquipmentSelect |
| | | }, |
| | | mixins: [JVxeTableModelMixin], |
| | | data() { |
| | | return { |
| | | title:"æä½", |
| | | title: 'æä½', |
| | | visible: false, |
| | | model: {}, |
| | | labelCol: { |
| | | xs: { span: 24 }, |
| | | sm: { span: 5 }, |
| | | sm: { span: 6 } |
| | | }, |
| | | wrapperCol: { |
| | | xs: { span: 24 }, |
| | | sm: { span: 16 }, |
| | | sm: { span: 15 } |
| | | }, |
| | | |
| | | confirmLoading: false, |
| | | validatorRules:{ |
| | | spinning: false, |
| | | validatorRules: { |
| | | equipmentId: [{ required: true, message: '请è¾å
¥ç»ä¸ç¼ç æåç§°æç´¢', trigger: 'change' }], |
| | | evaluationDate: [{ required: true, message: 'è¯·éæ©æ¥æ', trigger: 'change' }] |
| | | }, |
| | | detail: { |
| | | safetyEquipmentCheckList: [], |
| | | precisionCheckList: [], |
| | | otherCheckList: [], |
| | | columns: [ |
| | | { |
| | | title: 'ID', |
| | | key: 'id', |
| | | type: JVXETypes.hidden |
| | | }, |
| | | { |
| | | title: 'standardId', |
| | | key: 'standardId', |
| | | type: JVXETypes.hidden |
| | | }, |
| | | { |
| | | title: '项ç®åºå·', |
| | | key: 'itemCode', |
| | | type: JVXETypes.normal, |
| | | align: 'center', |
| | | width: 150 |
| | | }, |
| | | { |
| | | title: 'æ£æ¥é¡¹ç®', |
| | | key: 'itemName', |
| | | type: JVXETypes.normal, |
| | | align: 'center' |
| | | } |
| | | ], |
| | | precisionCheckColumns: [ |
| | | { |
| | | title: 'ID', |
| | | key: 'id', |
| | | type: JVXETypes.hidden |
| | | }, |
| | | { |
| | | title: 'standardId', |
| | | key: 'standardId', |
| | | type: JVXETypes.hidden |
| | | }, |
| | | { |
| | | title: '项ç®åºå·', |
| | | key: 'itemCode', |
| | | type: JVXETypes.normal, |
| | | align: 'center', |
| | | width: 150 |
| | | }, |
| | | { |
| | | title: 'æ£æ¥é¡¹ç®', |
| | | key: 'itemName', |
| | | type: JVXETypes.normal, |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'æ£æ¥å项ç®', |
| | | key: 'subItemName', |
| | | type: JVXETypes.normal, |
| | | align: 'center' |
| | | }, |
| | | { |
| | | title: 'å
å·®å¼', |
| | | key: 'toleranceValue', |
| | | type: JVXETypes.normal, |
| | | align: 'center' |
| | | } |
| | | ] |
| | | }, |
| | | url: { |
| | | add: "/eam/eamTechnicalStatusEvaluationOrder/add", |
| | | edit: "/eam/eamTechnicalStatusEvaluationOrder/edit", |
| | | }, |
| | | add: '/eam/eamTechnicalStatusEvaluationOrder/add', |
| | | edit: '/eam/eamTechnicalStatusEvaluationOrder/edit', |
| | | detail: '/eam/eamTechnicalStatusEvaluationStandardDetail/queryList' |
| | | } |
| | | } |
| | | }, |
| | | created () { |
| | | }, |
| | | methods: { |
| | | add () { |
| | | add() { |
| | | //åå§åé»è®¤å¼ |
| | | this.edit({}); |
| | | this.edit({}) |
| | | }, |
| | | edit (record) { |
| | | this.model = Object.assign({}, record); |
| | | this.visible = true; |
| | | |
| | | edit(record) { |
| | | this.model = Object.assign({}, record) |
| | | this.visible = true |
| | | }, |
| | | close () { |
| | | this.$emit('close'); |
| | | this.visible = false; |
| | | this.$refs.form.clearValidate(); |
| | | }, |
| | | handleOk () { |
| | | const that = this; |
| | | // 触å表åéªè¯ |
| | | this.$refs.form.validate(valid => { |
| | | if (valid) { |
| | | that.confirmLoading = true; |
| | | let httpurl = ''; |
| | | let method = ''; |
| | | if(!this.model.id){ |
| | | httpurl+=this.url.add; |
| | | method = 'post'; |
| | | }else{ |
| | | httpurl+=this.url.edit; |
| | | method = 'put'; |
| | | |
| | | getDetailDataByOrderId({ id }) { |
| | | this.model.standardId = id |
| | | this.spinning = true |
| | | getAction(this.url.detail, { standardId: id }) |
| | | .then(res => { |
| | | if (res.success) { |
| | | this.detail.safetyEquipmentCheckList = res.result.filter(item => item.checkCategory == 'SAFETY_EQUIPMENT_CHECK') |
| | | this.detail.precisionCheckList = res.result.filter(item => item.checkCategory == 'PRECISION_CHECK') |
| | | this.detail.otherCheckList = res.result.filter(item => item.checkCategory == 'OTHER_CHECK') |
| | | } |
| | | httpAction(httpurl,this.model,method).then((res)=>{ |
| | | if(res.success){ |
| | | that.$message.success(res.message); |
| | | that.$emit('ok'); |
| | | }else{ |
| | | that.$message.warning(res.message); |
| | | } |
| | | }).finally(() => { |
| | | that.confirmLoading = false; |
| | | that.close(); |
| | | }) |
| | | .finally(() => { |
| | | this.spinning = false |
| | | }) |
| | | }, |
| | | |
| | | handleOk() { |
| | | const that = this |
| | | // 触å表åéªè¯ |
| | | this.$refs.form.validate(valid => { |
| | | if (valid) { |
| | | that.confirmLoading = that.spinning = true |
| | | let httpUrl = '' |
| | | let method = '' |
| | | if (!this.model.id) { |
| | | httpUrl += this.url.add |
| | | method = 'post' |
| | | } else { |
| | | httpUrl += this.url.edit |
| | | method = 'put' |
| | | } |
| | | this.model.tableDetailList = [...this.detail.safetyEquipmentCheckList, ...this.detail.precisionCheckList, ...this.detail.otherCheckList] |
| | | httpAction(httpUrl, this.model, method) |
| | | .then((res) => { |
| | | if (res.success) { |
| | | that.$notification.success({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | that.$emit('ok') |
| | | that.close() |
| | | } else { |
| | | that.$notification.warning({ |
| | | message: 'æ¶æ¯', |
| | | description: res.message |
| | | }) |
| | | } |
| | | }).finally(() => { |
| | | that.confirmLoading = that.spinning = false |
| | | }) |
| | | }else{ |
| | | return false; |
| | | } else { |
| | | return false |
| | | } |
| | | }) |
| | | }, |
| | | handleCancel () { |
| | | |
| | | handleCancel() { |
| | | this.close() |
| | | }, |
| | | |
| | | |
| | | close() { |
| | | this.$emit('close') |
| | | this.visible = false |
| | | this.$refs.form.clearValidate() |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | :labelCol="{span: 6}" |
| | | :wrapperCol="{span: 14, offset: 1}" |
| | | > |
| | | <a-input |
| | | <j-input |
| | | placeholder="请è¾å
¥åå
¸åç§°" |
| | | v-model="queryParam.dictName" |
| | | ></a-input> |
| | | ></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | |
| | | :labelCol="{span: 6}" |
| | | :wrapperCol="{span: 14, offset: 1}" |
| | | > |
| | | <a-input |
| | | <j-input |
| | | placeholder="请è¾å
¥åå
¸ç¼å·" |
| | | v-model="queryParam.dictCode" |
| | | ></a-input> |
| | | ></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |