From 5a15fa73d5f6a39917013871a65eb11a8c013391 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 05 十一月 2025 17:30:56 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionoutOrderDetail.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionoutOrderDetail.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionoutOrderDetail.vue"
index 2955ebd..dd13676 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionoutOrderDetail.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/Order/Production/ProductionoutOrderDetail.vue"
@@ -21,7 +21,7 @@
<el-button size="small" type="primary" @click="getData">鎼滅储</el-button>
</div>
- <div style="margin-top:10px;width:400px">
+ <!-- <div style="margin-top:10px;width:400px">
<el-form ref="form" :model="form" label-width="90px">
<el-form-item label="鍑哄簱鍖哄煙" prop="areaId">
<el-select v-model="areaId" placeholder="璇烽�夋嫨鍑哄簱鍖哄煙">
@@ -31,7 +31,7 @@
</el-select>
</el-form-item>
</el-form>
- </div>
+ </div> -->
<div class="box-table" style="margin-top: 1%">
<el-table ref="singleTable" :data="tableData" style="width: 100%; height: 630px" highlight-current-row
@current-change="handleCurrentChange" height="500px" @row-click="handleRowClick"
@@ -116,11 +116,10 @@
width: 90,
},
{
- prop: "lockQuantity",
- title: "閿佸畾鏁伴噺",
+ prop: "notOutQuantity",
+ title: "鏈嚭搴撴暟閲�",
type: "int",
- width: 90,
- hidden: true,
+ width: 100,
},
{
prop: "overOutQuantity",
--
Gitblit v1.9.3