Administrator
2024-02-04 aa910d7bb5f164b1ce4782359a8eecddca103bdc
修改bug
3个文件已修改
19 ■■■■■ 已修改文件
HTML/views/ASNSetting/PalletBind.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Pda/View/AsnSetting/productEnter1.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HTML/views/ASNSetting/PalletBind.html
@@ -327,8 +327,8 @@
                <script type="text/html" id="WareHouseButton">
                    {{# 
                        switch (d.WareHouseNo) {
                            case "W01": return '09仓库';
                            case "W02": return '09零箱库';
                            case "W01": return '力诺立体库';
                            case "W02": return '力诺平库';
                            default: return "";
                        }
                        
Pda/View/AsnSetting/productEnter1.html
@@ -164,7 +164,7 @@
                            <tr>
                                <td>
                                    <div id="" class="layui-form-item layout-boxinfo">
                                        <label class="layui-form-label" lang>物料规格:</label>
                                        <label class="layui-form-label" lang>规格/型号:</label>
                                        <div class="layui-input-block">
                                            <input id="Standard" type="text" disabled placeholder="" autocomplete="off"
                                                class="layui-input">
@@ -975,9 +975,9 @@
                                        yes: function () {
                                            var param = {
                                                Id: Id,
                                                boxNo: res.data[i].BoxNo,
                                            };
                                            sendData(IP + "/BllAsn//DelBindBoxInfo'", param, 'post', function (res) {
                                            sendData(IP + "/BllAsn/DelBindBoxInfo", param, 'get', function (res) {
                                                if (res.code == 0) { //成功
                                                    layer.msg(res.msg, {
                                                        icon: 1,
Wms/WMS.BLL/BllPdaServer/PdaAsnServer.cs
@@ -922,6 +922,8 @@
                        //修改组托状态
                        palletbindInfo.Status = "2"; //2 入库完成
                        palletbindInfo.WareHouseNo = "W02";//所属仓库
                        palletbindInfo.LocatNo = model.LocatNo;//储位地址
                        palletbindInfo.UpdateTime = serverTime;
                        palletbindInfo.UpdateUser = model.CreateUser;
                        palletbindInfo.CompleteTime = serverTime; //完成时间
@@ -1087,7 +1089,12 @@
                    #endregion
                    #endregion
                }
                }
                storageLocat.Status = "1";
                storageLocat.UpdateTime= serverTime; //修改时间
                storageLocat.UpdateUser = model.CreateUser; //修改人
                //修改储位状态
                Db.Updateable(storageLocat).ExecuteCommand();
                new OperationASNServer().AddLogOperationAsn("PDA模块", "平库入库", model.PalletNo, "完成", $"在PDA上完成单据号为:{model.ASNNo}的托盘码为:{model.PalletNo}的平库入库操作", (int)model.CreateUser);