杨乐
2022-02-15 8748c7d27d121b887681a97bd26bfed5c824e376
WebTM/views/²Ö´æ¹ÜÀí/²Ö¿âµ÷²¦/Kf_MoveStockBill_Fast.html
@@ -896,6 +896,7 @@
                                dataType: "json",
                                success: function (data) {
                                    if (data.count == 1) { // è¯´æ˜ŽéªŒè¯æˆåŠŸäº†
                                        playSound1();
                                        table.render({
                                            elem: '#wl-table'
                                            , url: GetWEBURL() + '/MoveStockBill/DisBillEntryList_Webs_Json'
@@ -924,10 +925,12 @@
                                        })
                                    }
                                    else {
                                        playSound();
                                        layer.msg(data.Message, { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                                    }
                                },
                                error: function (err) {
                                    playSound();
                                    layer.msg('错误' + err, { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                                }
                            });
@@ -1070,7 +1073,7 @@
                        data: { "HSourceBillType": HSourceBillType, "HSourceBillNo": HSourceBillNo, "sInterID": sInterID, "sBillNo": sBillNo },
                        success: function (result) {
                            if (result.count == 1) { // è¯´æ˜ŽéªŒè¯æˆåŠŸäº†ï¼Œ
                                playSound1();
                                if (result.data[0].HSourceBillType == '1243')
                                {
                                    $("#HStockStyle").val(result.data[0].HStockStyle);
@@ -1125,6 +1128,7 @@
                                });
                            }
                            else {
                                playSound();
                                layer.msg(result.Message, { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                            }
                            layer.closeAll("loading");