From 734bdf743c112134da3093cc62f9cc18a82b0087 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 19 九月 2025 15:11:27 +0800
Subject: [PATCH] PDA采购退料、生产退料上传调用方法修改

---
 WebAPI/Controllers/条码管理/WEBSController.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git "a/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs" "b/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs"
index de6c9fb..ba44a1a 100644
--- "a/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs"
+++ "b/WebAPI/Controllers/\346\235\241\347\240\201\347\256\241\347\220\206/WEBSController.cs"
@@ -4373,6 +4373,10 @@
                 {
                     websLsmain.HMainSourceBillType = "閫�鏂欓�氱煡鍗�";
                 }
+                else if (lsmain[0].HMainSourceBillType == "1201")
+                {
+                    websLsmain.HMainSourceBillType = "閲囪喘鍏ュ簱鍗�";
+                }
                 else
                 {
                     websLsmain.HMainSourceBillType = "鎵嬪伐褰曞叆";
@@ -4455,6 +4459,10 @@
                 {
                     websLsmain.HMainSourceBillType = "鐢熶骇鐢ㄦ枡娓呭崟";
                 }
+                else if (lsmain[0].HMainSourceBillType == "1204")
+                {
+                    websLsmain.HMainSourceBillType = "鐢熶骇棰嗘枡鍗�";
+                }
                 else
                 {
                     websLsmain.HMainSourceBillType = "鎵嬪伐褰曞叆";

--
Gitblit v1.9.1