From 52df5ea2e61a5f466f7b356bcfb3cf77b4d2e8cc Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 24 三月 2026 15:56:01 +0800
Subject: [PATCH] Merge branch 'dev_长治_健齿齿科器材' of http://114.132.189.42:9002/r/product-inventory-management into dev_长治_健齿齿科器材

---
 src/views/productionManagement/workOrder/index.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/views/productionManagement/workOrder/index.vue b/src/views/productionManagement/workOrder/index.vue
index 83d371f..dbcbb51 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -206,6 +206,15 @@
                     placeholder="璇疯緭鍏ユ姤搴熸暟閲�"
                     @input="handleScrapQtyInput" />
         </el-form-item>
+        <el-form-item label="妫�鍝佹暟閲�"
+                      prop="inspectedQuantity">
+          <el-input-number v-model.number="reportForm.inspectedQuantity"
+                    :min="0"
+                    :step="1"
+                    style="width: 300px"
+                    controls-position="right"
+                    placeholder="璇疯緭鍏ユ鍝佹暟閲�"/>
+        </el-form-item>
         <el-form-item label="鐝粍淇℃伅">
           <el-select v-model="reportForm.userId"
                      style="width: 300px"
@@ -375,6 +384,7 @@
     totalInvestment: 0,
     quantity: null,
     scrapQty: null,
+    inspectedQuantity: null,
     userName: "",
     workOrderId: "",
     reportWork: "",
@@ -690,6 +700,7 @@
     reportForm.workOrderId = row.id;
     reportForm.reportWork = row.reportWork;
     reportForm.productMainId = row.productMainId;
+    reportForm.inspectedQuantity = row.inspectedQuantity;
     reportForm.scrapQty =
       row.scrapQty !== undefined && row.scrapQty !== null ? row.scrapQty : null;
     nextTick(() => {

--
Gitblit v1.9.3