From b7b8670c5d8e031826b76d5556f4d488602762f4 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 31 三月 2026 10:25:46 +0800
Subject: [PATCH] 销售台账和采购台账加UID码
---
src/views/productionManagement/workOrder/index.vue | 18 +++---------------
1 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/src/views/productionManagement/workOrder/index.vue b/src/views/productionManagement/workOrder/index.vue
index 1d3c8a5..ea22e4f 100644
--- a/src/views/productionManagement/workOrder/index.vue
+++ b/src/views/productionManagement/workOrder/index.vue
@@ -212,18 +212,6 @@
@input="handleScrapQtyInput" />
</el-form-item></el-col>
<el-col :span="12">
- <el-form-item label="妫�鍝佹暟閲�"
- prop="inspectedQuantity">
- <el-input v-model.number="reportForm.inspectedQuantity"
- type="number"
- min="0"
- step="1"
- style="width: 300px"
- placeholder="璇疯緭鍏ユ鍝佹暟閲�"
- @input="handleInspectedQuantity"/>
- </el-form-item>
- </el-col>
- <el-col :span="12">
<el-form-item label="鐝粍淇℃伅">
<el-select v-model="reportForm.userId"
style="width: 300px"
@@ -269,8 +257,8 @@
:min="0"
:precision="2"
:controls="false"
- :max="row.qualitity || 0"
- :disabled="!row.qualitity"
+ :max="row.requisitionQty || 0"
+ :disabled="!row.requisitionQty"
style="width: 100%"
/>
</template>
@@ -320,7 +308,7 @@
<el-table-column prop="productName" label="浜у搧鍚嶇О" min-width="160" />
<el-table-column prop="model" label="鍨嬪彿" min-width="150" />
<el-table-column prop="unit" label="鍗曚綅" width="90" align="center" />
- <el-table-column prop="qualitity" label="鍙鐢ㄦ暟閲�" width="140" align="center" />
+ <el-table-column prop="requisitionQty" label="鍙鐢ㄦ暟閲�" width="140" align="center" />
</el-table>
<!-- 宸查�夋嫨鏄庣粏灞曠ず鏀惧湪鎶ュ伐寮规涓嬫柟鐨� reportForm.drawMaterialList 琛ㄦ牸閲� -->
--
Gitblit v1.9.3