From 362bced3c321443d9d83710a53e18754df671e59 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期四, 15 一月 2026 15:15:41 +0800
Subject: [PATCH] 新增生产退料校验上传调用方法,校验模块扫描物料调用方法、校验缓存列表删除记录调用方法、已上传撤销功能调用方法修改;新增红字校验单据相关系统参数
---
WebAPI/Controllers/CGGL/Cg_POOrderBillController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/CGGL/Cg_POOrderBillController.cs b/WebAPI/Controllers/CGGL/Cg_POOrderBillController.cs
index 0601117..0eaf023 100644
--- a/WebAPI/Controllers/CGGL/Cg_POOrderBillController.cs
+++ b/WebAPI/Controllers/CGGL/Cg_POOrderBillController.cs
@@ -817,7 +817,7 @@
websLsmain.HBillNo = HBillNo;
websLsmain.HSupID = HSupID;
websLsmain.HEmpID = MaterID;
- websLsmain.HSTOCKORGID = 100038;
+ //websLsmain.HSTOCKORGID = 100038;
//websLsmain.HBillType = mainList[0].HBillType;
objJsonResult = AddBillMould(HBillNo, MaterID, HSupID);
--
Gitblit v1.9.1