From 8217642361efb37da86dc91c993ccc7cd0130e1d Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期三, 06 十一月 2024 11:28:28 +0800
Subject: [PATCH] 增加单据 模具投产验收单,优化全程追溯报表查询
---
WebAPI/Controllers/CGGL/Sup_QuotePriceBillController.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/CGGL/Sup_QuotePriceBillController.cs b/WebAPI/Controllers/CGGL/Sup_QuotePriceBillController.cs
index bbd7850..e173f4e 100644
--- a/WebAPI/Controllers/CGGL/Sup_QuotePriceBillController.cs
+++ b/WebAPI/Controllers/CGGL/Sup_QuotePriceBillController.cs
@@ -133,6 +133,17 @@
oBill.DetailColl.Add(oItemSub);
}
+ //杩涜 浼氳鏈熼棿 缁撹处 鐨勫垽鏂拰鎺у埗
+ string s = "";
+ int sYear = 0;
+ int sPeriod = 0;
+ DateTime HDate = DateTime.Now;
+ if (DBUtility.Xt_BaseBillFun.Fun_AllowYearPeriod(HDate, ref sYear, ref sPeriod, ref s) == false)
+ {
+ objJsonResult.Message = s;
+ return objJsonResult;
+ }
+
//淇濆瓨
//淇濆瓨瀹屾瘯鍚庡鐞�
bool bResult;
--
Gitblit v1.9.1