From ed245edd7ec469cc49a643b182b66323f39923c0 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 27 四月 2023 13:24:55 +0800
Subject: [PATCH] 工艺路线列表获取所有信息
---
WebAPI/Controllers/BaseSet/Gy_MaterialController.cs | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/BaseSet/Gy_MaterialController.cs b/WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
index 53f1366..3def53a 100644
--- a/WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -663,6 +663,18 @@
if (Ds.Tables[0].Rows.Count != 0)
{
oCN.BeginTran();
+
+ ////鑾峰彇绯荤粺鍙傛暟
+ //string Ret = "";
+ //if (oSystemParameter.ShowBill(ref Ret))
+ //{
+ // //鍒ゆ柇鏄惁鍙兘鍒犻櫎鑷繁鐢熸垚鐨勬潯鐮�
+ // if (oSystemParameter.omodel.BarCode_DeleterAndMakerllustSame != "榫欏北姹介厤") //绯荤粺鍙傛暟
+ // {
+
+ // }
+ //}
+
oCN.RunProc("Delete from Gy_BarCodeBill Where HItemID in (" + HInterID + ")");
//鍐欏叆绯荤粺鏃ュ織
--
Gitblit v1.9.1