From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 27 六月 2025 16:11:50 +0800
Subject: [PATCH] 添加工作流

---
 src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModalList.vue |   36 +++++++++++++++---------------------
 1 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModalList.vue b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModalList.vue
index 1e142d7..133e7cf 100644
--- a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModalList.vue
+++ b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModalList.vue
@@ -42,25 +42,28 @@
               <!--</a-form-item>-->
             <!--</a-col>-->
 
-            <a-col :md="6" :sm="6">
-              <a-form-item label="璁惧缂栫爜">
-                <a-input placeholder="璇疯緭鍏ヨ澶囩紪鐮佹绱�" v-model="queryParam.equipmentId"></a-input>
+            <a-col :md="7" :sm="7">
+              <a-form-item label="闆朵欢鍙�">
+                <a-input placeholder="璇疯緭鍏ラ浂浠跺彿妫�绱�" v-model="queryParam.partsCode"></a-input>
               </a-form-item>
             </a-col>
 
-            <a-col :md="6" :sm="6">
-              <a-form-item label="璁惧鍚嶇О">
-                <a-input placeholder="璇疯緭鍏ヨ澶囧悕绉版绱�" v-model="queryParam.equipmentName"></a-input>
+            <a-col :md="7" :sm="7">
+              <a-form-item label="绋嬪簭鍙�">
+                <a-input placeholder="璇疯緭鍏ョ▼搴忓彿妫�绱�" v-model="queryParam.sequenceNumber"></a-input>
               </a-form-item>
+            </a-col>
+
+            <a-col :md="3" :sm="3">
+              <a-space>
+                <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
+                <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
+              </a-space>
             </a-col>
           </a-row>
         </a-form>
       </div>
-      <!-- 鎿嶄綔鎸夐挳鍖哄煙 -->
-      <div class="table-operator">
-        <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
-        <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
-      </div>
+
       <!-- table鍖哄煙-begin -->
       <div>
         <a-table ref="table" size="middle" bordered rowKey="id" :scroll="{聽 y: 300聽}" :columns="columns"
@@ -118,16 +121,7 @@
         visible: false,
         disableMixinCreated: true,
         queryParam: {},
-        columns: [{
-          title: '璁惧缂栫爜',
-          align: 'center',
-          dataIndex: 'equipmentId',
-        },
-          {
-            title: '璁惧鍚嶇О',
-            align: 'center',
-            dataIndex: 'equipmentName',
-          },
+        columns: [
           {
             title: '闆朵欢鍙�',
             align: 'center',

--
Gitblit v1.9.3