From 18e076538e40b7cc3a8b28028b1c3c6a3e0e5618 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 20 四月 2026 23:51:22 +0800
Subject: [PATCH] feat(IStockInfoService): 新增UpdateMesUploadStatusAsync方法
---
Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index 10e9364..af7bbac 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -28,6 +28,7 @@
const TEXT = {
pageName: "搴撳瓨淇℃伅",
palletCode: "鎵樼洏缂栧彿",
+ stockStatus: "搴撳瓨鐘舵��",
locationCode: "璐т綅缂栧彿",
warehouse: "浠撳簱",
creator: "鍒涘缓浜�",
@@ -106,6 +107,14 @@
align: "left",
},
{
+ field: "stockStatus",
+ title: TEXT.stockStatus,
+ type: "int",
+ width: 120,
+ align: "left",
+ bind: { key: "stockStatusEmun", data: [] },
+ },
+ {
field: "locationCode",
title: TEXT.locationCode,
type: "string",
--
Gitblit v1.9.3