From a88e722066616fd8ef562fdc115907c32485ce10 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期四, 28 三月 2024 10:00:08 +0800
Subject: [PATCH] 销售出库:下推单据在单据号做区分

---
 WebTM/views/领料发货/销售出库/Kf_SellOutBill.html         |    3 ++-
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 7731324..2b30841 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -5847,10 +5847,10 @@
       <publishTime>04/11/2023 16:34:43</publishTime>
     </File>
     <File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBill.html">
-      <publishTime>03/21/2024 10:41:25</publishTime>
+      <publishTime>03/27/2024 16:40:54</publishTime>
     </File>
     <File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBill.html">
-      <publishTime>03/21/2024 10:41:25</publishTime>
+      <publishTime>03/27/2024 16:40:54</publishTime>
     </File>
     <File Include="views/棰嗘枡鍙戣揣/閿�鍞嚭搴�/Kf_SellOutBillList.html">
       <publishTime>03/26/2024 11:16:28</publishTime>
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html"
index 385c6f4..f6a87a7 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\224\200\345\224\256\345\207\272\345\272\223/Kf_SellOutBill.html"
@@ -1012,7 +1012,8 @@
                     type: "GET",
                     data: { "HBillType": '1205' },
                     success: function (d) {
-                        $("#HBillNo").val(d.data[0].HBillNo);
+                        //var HBillNo = d.data[0].HBillNo.replace("XSCK", "XSXT");
+                        $("#HBillNo").val(HBillNo);
                         $("#HInterID").val(d.data[0].HInterID);
                     }
                 });

--
Gitblit v1.9.1