From 653b17eac39c339774cd46291a9345493b253a1f Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期四, 11 七月 2024 10:35:18 +0800
Subject: [PATCH] 100-1工位 接收工单 人工操作页面优化

---
 jcdm-ui/src/views/main/kb/stationTerminal/index.vue |   21 ++++++++-------------
 1 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
index 4e760fc..ec1cb6a 100644
--- a/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
+++ b/jcdm-ui/src/views/main/kb/stationTerminal/index.vue
@@ -30,22 +30,15 @@
            <span style="font-weight: bold">褰撳墠宸ヤ欢淇℃伅</span>
          </div>
          <el-descriptions :column="1" border :content-style="{'min-width': '140px'}">
-<!--         <el-descriptions :column="1" :label-style="{'font-size': '15px'}" border :content-style="{'min-width': '150px'}">-->
            <el-descriptions-item label="宸ュ崟缂栧彿">
                <span>{{workpieceInformation.workOrderNo}}</span>
            </el-descriptions-item>
-           <el-descriptions-item label="浜у搧鍨嬪彿">
-             <span>{{workpieceInformation.productCode}}</span>
+           <el-descriptions-item label="鐗╂枡缂栫爜">
+             <span>{{workpieceInformation.materialCode}}</span>
            </el-descriptions-item>
-           <el-descriptions-item label="灏忚溅鐮�">
-             <span>{{headContent.cardCode}}</span>
+           <el-descriptions-item label="璁″垝鏁伴噺">
+             <span>{{workpieceInformation.planQty}}</span>
            </el-descriptions-item>
-<!--           <el-descriptions-item label="浜у搧鍨嬪彿">-->
-<!--             <span>{{workpieceInformation.productModel}}</span>-->
-<!--           </el-descriptions-item>-->
-<!--           <el-descriptions-item label="浜у搧鍚嶇О">-->
-<!--             <span>{{workpieceInformation.productName}}</span>-->
-<!--           </el-descriptions-item>-->
            <el-descriptions-item label="寮�濮嬫椂闂�">
              <span>{{workpieceInformation.inboundTime}}</span>
            </el-descriptions-item>
@@ -367,6 +360,8 @@
         productModel: null,
         productName: null,
         inboundTime: null,
+        materialCode: null,
+        planQty: null,
       },
       // 鏌ヨ鍙傛暟
       queryParams: {
@@ -623,8 +618,8 @@
         console.log(rowsData)
         this.workpieceInformation.workOrderNo = rowsData.workOrderNo;
         this.workpieceInformation.productCode = rowsData.productCode;
-        this.workpieceInformation.productModel = rowsData.productModel;
-        this.workpieceInformation.productName = rowsData.productName;
+        this.workpieceInformation.materialCode = rowsData.materialCode;
+        this.workpieceInformation.planQty = rowsData.planQty;
         this.headContent.cardCode = rowsData.trolleyYard;
       });
       this.getListFormulaChild()

--
Gitblit v1.9.3