From 3a07f2ca675bbd3c55893f7731b8f49d854b0e07 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 26 三月 2026 10:59:25 +0800
Subject: [PATCH] 军泰伟业 1.语法修改

---
 src/views/productionManagement/productionOrder/index.vue |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 761139e..f5823cf 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -93,6 +93,7 @@
 
     <new-product-order v-if="isShowNewModal"
                          v-model:visible="isShowNewModal"
+                         type="qualified"
                          @completed="handleQuery" />
   </div>
 </template>
@@ -140,8 +141,13 @@
       width: '120px',
     },
     {
-      label: "瑙勬牸",
+      label: "鍥剧焊缂栧彿",
       prop: "specificationModel",
+      width: '160px',
+    },
+    {
+      label: "瑙勬牸鍨嬪彿",
+      prop: "drawingNumber",
       width: '120px',
     },
     {
@@ -156,6 +162,10 @@
     {
       label: "瀹屾垚鏁伴噺",
       prop: "completeQuantity",
+    },
+    {
+      label: "搴撳瓨鏁伴噺",
+      prop: "inventoryQuantity",
     },
     {
       dataType: "slot",
@@ -374,6 +384,7 @@
           id: data.id,
           processRouteCode: data.processRouteCode || "",
           productName: data.productName || "",
+          drawingNumber: data.drawingNumber || "",
           model: data.model || "",
           bomNo: data.bomNo || "",
           description: data.description || "",
@@ -393,6 +404,7 @@
       query: {
         id: row.id,
         bomNo: row.bomNo || "",
+        drawingNumber: row.drawingNumber || "",
         productName: row.productCategory || "",
         productModelName: row.specificationModel || "",
         orderId: row.id,
@@ -455,19 +467,19 @@
   align-items: start;
 }
 
-::v-deep .yellow {
+:deep(.yellow) {
   background-color: #FAF0DE;
 }
 
-::v-deep .pink {
+:deep(.pink) {
   background-color: #FAE1DE;
 }
 
-::v-deep .red {
+:deep(.red) {
   background-color: #f80202;
 }
 
-::v-deep .purple{
+:deep(.purple){
   background-color: #F4DEFA;
 }
 </style>

--
Gitblit v1.9.3