From b7249bffb1e3b75b966d60617d8e2b9447222600 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期四, 16 十一月 2023 18:51:46 +0800 Subject: [PATCH] 维修工单 --- src/views/eam/RepairOrderList.vue | 46 ++++++++++++++++++++++++++++++++++++---------- 1 files changed, 36 insertions(+), 10 deletions(-) diff --git a/src/views/eam/RepairOrderList.vue b/src/views/eam/RepairOrderList.vue index 2034b8c..1bdc3de 100644 --- a/src/views/eam/RepairOrderList.vue +++ b/src/views/eam/RepairOrderList.vue @@ -1,6 +1,6 @@ <template> <a-card - title="缁翠慨宸ュ崟" + title="缁翠慨" :bordered="false" > <div class="table-page-search-wrapper"> @@ -8,6 +8,22 @@ layout="inline" @keyup.enter.native="searchQuery" > + <a-row :gutter="24" style="margin-bottom: 1%;"> + <a-col + :xl="24" + :lg="7" + :md="8" + :sm="24" + > + <a-form-item label="缁熶竴缂栧彿缇�"> + <a-textarea + placeholder="璇疯緭鍏ユ墍鏈夌粺涓�缂栫爜,椤荤敤鈥�,鈥濋殧寮�,鍚﹀垯鍙兘鏌ヨ鍑洪敊璇俊鎭�" + v-model="queryParam.nums" + :auto-size="{ minRows: 2, maxRows:2 }" + ></a-textarea> + </a-form-item> + </a-col> + </a-row> <a-row :gutter="24"> <a-col :xl="6" @@ -51,7 +67,7 @@ ></a-input> </a-form-item> </a-col> - <a-col :span="3"> + <!-- <a-col :span="3"> <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons" @@ -64,12 +80,8 @@ <a-icon :type="toggleSearchStatus ? 'up' : 'down'" /> </a> </span> - </a-col> - </a-row> - - <template v-if="toggleSearchStatus"> - <a-row :gutter="24"> - <a-col + </a-col> --> + <a-col :xl="6" :lg="7" :md="8" @@ -82,6 +94,8 @@ ></a-input> </a-form-item> </a-col> + </a-row> + <a-row :gutter="24"> <a-col :xl="6" :lg="7" @@ -110,7 +124,7 @@ allow-clear placeholder="璇烽�夋嫨璧勫伐鍖�" :triggerChange="true" - dictCode="mom_base_factory_model,name,id,del_flag!='1'" + dictCode="mom_base_area,name,id,del_flag!='1'" v-model="queryParam.factoryModelId" /> </a-form-item> @@ -153,7 +167,6 @@ </a-form-item> </a-col> </a-row> --> - </template> </a-form> </div> <!-- 鎿嶄綔鎸夐挳鍖哄煙 --> @@ -239,6 +252,13 @@ <span slot="jell" slot-scope="text"> <j-ellipsis :value="text" :length="8" /> </span> + <span + slot="specificEquipment" + slot-scope="text" + > + <a-icon type="check" style="color: chartreuse;" v-if="text==='0'" /> + <a-icon type="close" v-else style="color:red;"/> + </span> <span slot="num" slot-scope="text, record" @@ -489,6 +509,12 @@ } }, { + title: '鍏抽敭璁惧?', + align: "center", + dataIndex: 'specificEquipment', + scopedSlots: { customRender: 'specificEquipment' } + }, + { title: '鐘舵��', align: "center", dataIndex: 'status_dictText' -- Gitblit v1.9.3