沈泽
2021-08-20 073aca8ebc3f025a3b1678a0fb83a697276561a5
WebTM/views/领料发货/委外出库/Kf_EntrustOutBill_Fast.html
@@ -665,16 +665,16 @@
        //鎵簮鍗曞彿
        $('#HSourceBillNo').on('keydown', function (event) {
            var sSourceBillNo = $('#HSourceBillNo').val()
            var sNewInterID = $("#HInterID").val()
            var sNewBillNo = $("#HBillNo").val()
            var HSourceBillNo = $('#HSourceBillNo').val()
            var sInterID = $("#HInterID").val()
            var sBillNo = $("#HBillNo").val()
            var HSourceBillType = $("#HBillType").val();
            if (event.keyCode == 13) {
                $.ajax({
                    //url: "http://61.130.49.162:9090/WMSAPI///EntrustOut/set_SavePonderationBillMain_Temp_Entrust_Source_Fast_Json",
                    url: GetWEBURL() + "/EntrustOut/set_SavePonderationBillMain_Temp_Entrust_Source_Fast_Json",
                    type: "GET",
                    data: { "sNewInterID": sNewInterID, "sNewBillNo": sNewBillNo, "sSourceBillNo": sSourceBillNo, "HSourceBillType": HSourceBillType },
                    data: { "HSourceBillType": HSourceBillType, "HSourceBillNo": HSourceBillNo, "sInterID": sInterID, "sBillNo": sBillNo },
                    success: function (result) {
                        if (result.count == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
                            $("#rizhi").val(RZ += Format(new Date(), "yyyy-MM-dd hh:mm:ss.S") + "鎵簮鍗曞彿锛屾垚鍔焅n");