From 6bb423768fdc5497ff9fbfaf5c639b2e46a5d21d Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期日, 07 十二月 2025 11:33:06 +0800
Subject: [PATCH] 收料通知单 生成二维码添加 四维尔 过滤
---
WebAPI/Controllers/仓存管理/条码生成/Sc_BarCodeController.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git "a/WebAPI/Controllers/\344\273\223\345\255\230\347\256\241\347\220\206/\346\235\241\347\240\201\347\224\237\346\210\220/Sc_BarCodeController.cs" "b/WebAPI/Controllers/\344\273\223\345\255\230\347\256\241\347\220\206/\346\235\241\347\240\201\347\224\237\346\210\220/Sc_BarCodeController.cs"
index 80a12d0..5a75f94 100644
--- "a/WebAPI/Controllers/\344\273\223\345\255\230\347\256\241\347\220\206/\346\235\241\347\240\201\347\224\237\346\210\220/Sc_BarCodeController.cs"
+++ "b/WebAPI/Controllers/\344\273\223\345\255\230\347\256\241\347\220\206/\346\235\241\347\240\201\347\224\237\346\210\220/Sc_BarCodeController.cs"
@@ -560,12 +560,17 @@
if(HSourceBillType == "鏀舵枡閫氱煡鍗�")
{
- if (oSystemParameter.omodel.WMS_CampanyName != "鐟炰笌绁�")
+ if (oSystemParameter.omodel.WMS_CampanyName.Contains("鍥涚淮灏�"))
+ {
+
+ }
+ else if (oSystemParameter.omodel.WMS_CampanyName != "鐟炰笌绁�")
{
ordrlist.HFurnaceNO = dt.Rows[i]["鐐夊彿"].ToString();
ordrlist.HCoilNO = dt.Rows[i]["閽㈠嵎鎹嗗寘鍙�"].ToString();
ordrlist.HheatNO = dt.Rows[i]["鐑鐞�"].ToString();
}
+
}
if (HBarCodeType == "浠櫒澶栬喘浠舵潯鐮佸鍣ㄨ鍒�")
--
Gitblit v1.9.1