From d0db3d916857cfade2b781217849de6d5ce49c1e Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期二, 21 十二月 2021 15:01:11 +0800
Subject: [PATCH] 班组职员清单
---
WebAPI/Controllers/ProductInController.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/ProductInController.cs b/WebAPI/Controllers/ProductInController.cs
index 03e4b12..83525b9 100644
--- a/WebAPI/Controllers/ProductInController.cs
+++ b/WebAPI/Controllers/ProductInController.cs
@@ -219,6 +219,10 @@
{
ds = webserver.GetSc_ICMOBillList(sWhere + " ");
}
+ if (HSourceBillType == "3711")
+ {
+ ds = webserver.GetSc_ICMOReportBillList(sWhere + " ");
+ }
else
{
objJsonResult.code = "0";
@@ -465,6 +469,7 @@
//string sSourceBillType = lsmain[0].HBillType;
//BLL.ClsKf_ProductInBill bll = new BLL.ClsKf_ProductInBill();
//return bll.set_SaveProductInBill_New(lsmain[0], sSourceBillType, ref DBUtility.ClsPub.sErrInfo);
+
try
{
List<Model.ClsKf_ProductInBillMain> lsmain = new List<Model.ClsKf_ProductInBillMain>();
--
Gitblit v1.9.1