From 8d93e394cab1861b6b5bd3ec0d95fa64f84b5b3e Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期四, 04 五月 2023 23:04:38 +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