From e63e2d1d2b0354896dc6aaea0e3a13cdb25f7eed Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 14 十月 2024 13:41:34 +0800
Subject: [PATCH] 添康到货确认模块只传单据id

---
 WebTM/views/领料发货/收料入库/Kf_ReciveBill_Fast_TK.html |    4 ++--
 WebTM/WebTM.csproj                               |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WebTM/WebTM.csproj b/WebTM/WebTM.csproj
index 58fe220..a404706 100644
--- a/WebTM/WebTM.csproj
+++ b/WebTM/WebTM.csproj
@@ -550,6 +550,7 @@
     <Content Include="views\杞﹂棿绠$悊\浜х嚎\Sc_ProcessReportList_Last.html" />
     <Content Include="views\杞﹂棿绠$悊\浜х嚎\Sc_StationInBillList.html" />
     <Content Include="views\杞﹂棿绠$悊\浜х嚎\test.html" />
+    <Content Include="views\杞﹂棿绠$悊\鍏抽敭浠剁粦瀹歕Sc_KeyElementBinding.html" />
     <Content Include="views\杞﹂棿绠$悊\鍗曞搧杩囩珯\SingleItemTransitList.html" />
     <Content Include="views\杞﹂棿绠$悊\鍚姩鐐规鍗昞Sc_WorkBeginDotCheckBill.html" />
     <Content Include="views\杞﹂棿绠$悊\鍚姩鐐规鍗昞Sc_WorkBeginDotCheckBillList.html" />
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast_TK.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast_TK.html"
index 15d73ed..af3c481 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast_TK.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast_TK.html"
@@ -243,8 +243,8 @@
                 var sSubStr = table.cache['mainTable'];
                 $.ajax({
                     url: GetWEBURL() + "/POStockInBillList/AuditPOInStockBillPost_TianKang",
-                    type: "Post",
-                    data: { "HInterID": HInterID, "FID": option.data[0].FID },
+                    type: "Get",
+                    data: { "FID": option.data[0].FID },
                     success: function (result) {
                         if (result.code == "1") {
                             layer.msg("瀹℃牳鎴愬姛", {

--
Gitblit v1.9.1