From 3578620d0066a447ecef69b17f61952a4f72756a Mon Sep 17 00:00:00 2001 From: cwjbxqmz <1134865194@qq.com> Date: 星期五, 13 十月 2023 13:17:12 +0800 Subject: [PATCH] 网页版 采购订单列表 收料通知单列表 ,退料通知单列表,采购入库单列表:增加 审核 反审核 关闭 反关闭 作废 反作废 以及 自定义过滤 功能; --- WebAPI/Controllers/CGGL/Kf_POStockInBillController.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WebAPI/Controllers/CGGL/Kf_POStockInBillController.cs b/WebAPI/Controllers/CGGL/Kf_POStockInBillController.cs index f59e9a2..813f77c 100644 --- a/WebAPI/Controllers/CGGL/Kf_POStockInBillController.cs +++ b/WebAPI/Controllers/CGGL/Kf_POStockInBillController.cs @@ -317,14 +317,14 @@ objJsonResult.data = null; return objJsonResult; } - if (ds.Tables[0].Rows[0]["HChecker"] == null || ds.Tables[0].Rows[0]["HChecker"].ToString() == "") - { - objJsonResult.code = "0"; - objJsonResult.count = 0; - objJsonResult.Message = "鍗曟嵁鏈鏍�!涓嶈兘杩涜鍏抽棴!"; - objJsonResult.data = null; - return objJsonResult; - } + //if (ds.Tables[0].Rows[0]["HChecker"] == null || ds.Tables[0].Rows[0]["HChecker"].ToString() == "") + //{ + // objJsonResult.code = "0"; + // objJsonResult.count = 0; + // objJsonResult.Message = "鍗曟嵁鏈鏍�!涓嶈兘杩涜鍏抽棴!"; + // objJsonResult.data = null; + // return objJsonResult; + //} if (ds.Tables[0].Rows[0]["HCloseMan"] != null && ds.Tables[0].Rows[0]["HCloseMan"].ToString() != "") { -- Gitblit v1.9.1