From 904a7c349b4d6dbdcbd2a95d0a66582ee43e81fa Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期四, 07 七月 2022 15:44:21 +0800 Subject: [PATCH] 所有扫码模决单据内码获取方式用最新的 --- WebTM/views/验收入库/委外入库/Kf_EntrustInBill_Fast.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html" index 1d84e34..89c38f4 100644 --- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html" +++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\247\224\345\244\226\345\205\245\345\272\223/Kf_EntrustInBill_Fast.html" @@ -384,7 +384,7 @@ $("#HInterID").val(""); $("#HBillNo").val(""); $.ajax({ - url: GetWEBURL() + "/Web/GetMAXNum", + url: GetWEBURL() + "/Web/GetMAXNumPDA", type: "GET", data: { "HBillType": '1210' }, success: function (d) { -- Gitblit v1.9.1