From 8639f19c82f6e263654db44286256bb8d028d2c2 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期日, 30 十一月 2025 10:10:40 +0800
Subject: [PATCH] 1
---
项目代码/WIDESEA_WMSClient/src/extension/outbound/extend/SelectedStock.vue | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/SelectedStock.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/SelectedStock.vue"
index acfbc12..0b599d2 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/SelectedStock.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/outbound/extend/SelectedStock.vue"
@@ -111,6 +111,12 @@
width: 90,
},
{
+ prop: "currentBarcode",
+ title: "鏉$爜",
+ type: "string",
+ width: 90,
+ },
+ {
prop: "batchNo",
title: "鎵规鍙�",
type: "string",
@@ -184,12 +190,17 @@
.then((x) => {
var label=[
- { label: '宸插垎閰�', value: 0 },
+ { label: '宸插垎閰�', value: 0 },
{ label: '鍑哄簱涓�', value: 1 },
- { label: '鍑哄簱瀹屾垚', value: 2 },
- { label: '鎷i�夊畬鎴�', value: 3 },
+ { label: '閮ㄥ垎鎷i��', value: 2 },
+ { label: '宸叉嫞閫�', value: 3 },
+ { label: '宸插嚭搴�', value: 4 },
+ { label: '鍑哄簱瀹屾垚', value: 5 },
+ { label: '鎷i�夊畬鎴�', value: 6 },
+ { label: '鍥炲簱涓�', value: 7 },
+ { label: '宸插洖搴�', value: 8 },
{ label: '鎾ら攢', value: 99 }
- ]
+ ];
this.tableData=x.map((i) => ({
...i,
status:label.find((j) => j.value === i.status).label
--
Gitblit v1.9.3