From 90b0fb16d2d7ef864edb83d34ed07c7aa28404bb Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 25 六月 2025 13:23:17 +0800 Subject: [PATCH] pda增加uni.webview.1.5.2.js --- Wms/WMS.BLL/DataServer/DataBoxInfoServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.BLL/DataServer/DataBoxInfoServer.cs b/Wms/WMS.BLL/DataServer/DataBoxInfoServer.cs index 7d8f8b7..b94d8ee 100644 --- a/Wms/WMS.BLL/DataServer/DataBoxInfoServer.cs +++ b/Wms/WMS.BLL/DataServer/DataBoxInfoServer.cs @@ -38,7 +38,7 @@ string boxNo, string status, string inspectMark, string bitBoxMark, string inspectStatus) { string str = "select PalletNo,PalletNo2,PalletNo3,BoxNo,BoxNo2,BoxNo3,Status,LotNo,Qty,FullQty,SkuNo,SkuName," + - "LotText,ProductionTime,InspectMark,BitBoxMark,InspectStatus,InspectTime from DataBoxInfo Where IsDel = @isdel"; + "LotText,ProductionTime,ExpirationTime,InspectMark,BitBoxMark,InspectStatus,InspectTime from DataBoxInfo Where IsDel = @isdel"; //鍒ゆ柇id鏄惁涓虹┖ if (!string.IsNullOrEmpty(id)) { -- Gitblit v1.8.0