From f04d2a8fce3ffe25ea0b43ed16fd4f65a2574468 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 03 9月 2024 10:03:19 +0800
Subject: [PATCH] //修正:查询的工序是当前线程的工序,而不是当前数据的工序 【Editby shaocx,2024-09-03】

---
 yiqi_iwara-scada-web/src/views/main/WorkPieceOutbound/index.vue |   32 ++++++++++++++++++++++++++++----
 1 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/yiqi_iwara-scada-web/src/views/main/WorkPieceOutbound/index.vue b/yiqi_iwara-scada-web/src/views/main/WorkPieceOutbound/index.vue
index a332b98..2ef6304 100644
--- a/yiqi_iwara-scada-web/src/views/main/WorkPieceOutbound/index.vue
+++ b/yiqi_iwara-scada-web/src/views/main/WorkPieceOutbound/index.vue
@@ -10,8 +10,8 @@
               </a-form-item>
             </a-col>
             <a-col :md="colMd" :sm="colSm">
-              <a-form-item label="OP80鎴愬搧鐮�">
-                <a-input v-model="queryParam.oP80NewCode" allow-clear placeholder="璇疯緭鍏P80鎴愬搧鐮�" />
+              <a-form-item label="鎴愬搧鐮�">
+                <a-input v-model="queryParam.oP80NewCode" allow-clear placeholder="璇疯緭鍏ユ垚鍝佺爜" />
               </a-form-item>
             </a-col>
             <a-col :md="colMd" :sm="colSm">
@@ -102,6 +102,24 @@
             align: 'center',
             customRender: (text, record, index) => `${index + 1}`
           },
+          {
+          title: '鎴愬搧鐮�',
+          align: 'center',
+          sorter: true,
+          dataIndex: 'oP80NewCode'
+        },
+        {
+          title: '闃舵',
+          align: 'center',
+          sorter: true,
+          dataIndex: 'unLineStageName'
+        },
+        {
+          title: '灏忚溅鐮�',
+          align: 'center',
+          sorter: true,
+          dataIndex: 'carNo'
+        },
         {
           title: '宸ヤ欢鍙�',
           align: 'center',
@@ -109,10 +127,16 @@
           dataIndex: 'workPieceID'
         },
         {
-          title: 'OP80鎴愬搧鐮�',
+          title: '涓嬬嚎鏃堕棿',
           align: 'center',
           sorter: true,
-          dataIndex: 'oP80NewCode'
+          dataIndex: 'workPieceUnLineTime'
+        },
+        {
+          title: '涓嬬嚎浜�',
+          align: 'center',
+          sorter: true,
+          dataIndex: 'workPieceUnLineUserName'
         },
         {
           title: '鍑哄簱鏃堕棿',

--
Gitblit v1.9.3