From 695571c6009ecbc12e7d4a4fb147df7967a1260e Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 07 七月 2025 20:21:19 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn
---
代码管理/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue | 30 ++++++++++++++++--------------
1 files changed, 16 insertions(+), 14 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue"
index f78a68c..c869c31 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/extension/outbound/extend/ProSelectedStock.vue"
@@ -15,6 +15,8 @@
<el-divider direction="vertical"></el-divider>
<span class="less-style">浜у搧鐗堟湰锛� {{ row.pVer }} </span>
<el-divider direction="vertical"></el-divider>
+ <span class="less-style">閿�鍞鍗曪細 {{ row.saleOrder }} </span>
+ <el-divider direction="vertical"></el-divider>
<span class="less-style"
>闇�姹傛暟閲忥細 {{ row.qtyPcs }}
</span>
@@ -104,12 +106,12 @@
width: 150,
hidden: true,
},
- {
- prop: "orderType",
- title: "鍗曟嵁绫诲瀷",
- type: "string",
- width: 90,
- },
+ // {
+ // prop: "orderType",
+ // title: "鍗曟嵁绫诲瀷",
+ // type: "string",
+ // width: 90,
+ // },
{
prop: "batchNo",
title: "鎵规鍙�",
@@ -153,12 +155,12 @@
type: "string",
width: 100,
},
- {
- prop: "assignQuantity",
- title: "鍒嗛厤鍑哄簱閲�",
- type: "string",
- width: 100,
- },
+ // {
+ // prop: "assignQuantity",
+ // title: "鍒嗛厤鍑哄簱閲�",
+ // type: "string",
+ // width: 100,
+ // },
{
prop: "taskNum",
title: "鍑哄簱浠诲姟鍙�",
@@ -167,7 +169,7 @@
},
{
prop: "palletCode",
- title: "鎵樼洏缂栧彿",
+ title: "鑳舵鍙�",
type: "string",
width: 150,
},
@@ -194,7 +196,7 @@
getData() {
this.http
.post(
- "api/OutStockLockInfo/GetByOrderDetailId?orderDetailId=" +
+ "api/OutProStockInfo/GetByOrderDetailId?orderDetailId=" +
this.row.id,
null,
"鏌ヨ涓�"
--
Gitblit v1.9.3