HTML/views/ASNSetting/LabelBoxBuDa.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
HTML/views/ASNSetting/LabelBoxBuDa.html
@@ -52,7 +52,7 @@ <body> <div style="width:100%;"> <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print" style="width: 100%;height:100%;"> <div style="display: flex;align-items: center;height: 260px;margin-left: 10px;"> <div style="display: flex;align-items: center;justify-content: center; height: 260px;"> <table border="1" id="table" style="width: 90%; height:240px; text-align: center;border-collapse: collapse;table-layout: fixed;"> <tr> <td colspan="2"> Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs
@@ -612,6 +612,9 @@ #endregion var modelList = new List<BllBoxInfo>(); var addLotNo = ""; if (packLevel == 1) { #region 一级包装 @@ -690,9 +693,10 @@ } } addLotNo = maxLotNoStr; #endregion for (int i = 1; i <= labelNum; i++) { @@ -836,9 +840,10 @@ } } addLotNo = maxCodestr2; #endregion for (int i = 1; i <= labelNum2; i++)//箱码标签 { @@ -954,7 +959,20 @@ #endregion } if (string.IsNullOrWhiteSpace(asnList.LotNo)) { asnList.LotNo = addLotNo; Db.Updateable(asnList).ExecuteCommand(); } else { if (!asnList.LotNo.Contains(addLotNo)) { asnList.LotNo += ";" + addLotNo; Db.Updateable(asnList).ExecuteCommand(); } } return modelList;