From 08bb85ea6e67dcef3c378fa73db060d4e279e7d6 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期一, 18 十二月 2023 14:28:44 +0800 Subject: [PATCH] 三级保养 --- src/views/eam/EquipmentListOfAll.vue | 39 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 38 insertions(+), 1 deletions(-) diff --git a/src/views/eam/EquipmentListOfAll.vue b/src/views/eam/EquipmentListOfAll.vue index d6c2606..db2fdd2 100644 --- a/src/views/eam/EquipmentListOfAll.vue +++ b/src/views/eam/EquipmentListOfAll.vue @@ -3,6 +3,23 @@ <!-- 鏌ヨ鍖哄煙 --> <div class="table-page-search-wrapper"> <a-form layout="inline" @keyup.enter.native="searchQuery"> + <a-row :gutter="24" style="margin-bottom: 1%;"> + <a-col + :span="24" + > + <a-form-item + label="缁熶竴缂栧彿缇�" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + > + <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 :span="6"> <a-form-item @@ -121,6 +138,21 @@ /> </a-form-item> </a-col> + <a-col :span="6"> + <a-form-item + label="鏄惁鐢熶骇绾胯澶�" + :labelCol="labelCol" + :wrapperCol="wrapperCol" + > + <j-dict-select-tag + allow-clear + placeholder="璇烽�夋嫨" + :triggerChange="true" + dictCode="is_product" + v-model="queryParam.isLineEquip" + /> + </a-form-item> + </a-col> </a-row> <a-row :gutter="24"> <a-col :span="6"> @@ -236,7 +268,7 @@ <a-table ref="table" - size="middle" + size="small" bordered rowKey="id" :scroll="{x:true}" @@ -523,6 +555,11 @@ dataIndex: 'equipmentCategoryId_dictText', }, { + title: '鏄惁鐢熶骇绾胯澶�', + align: "center", + dataIndex: 'isLineEquip_dictText', + }, + { title: '缁熶竴缂栫爜', align: "center", dataIndex: 'num', -- Gitblit v1.9.3