From b6b7eb71bf61f90874e5699ec849362fb725cb99 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 02 八月 2023 14:06:06 +0800 Subject: [PATCH] 增加合同管理搜索条件 --- constvar/const.go | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index dbb8fbb..c2d105b 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -67,3 +67,27 @@ VettingTypeSalesChance VettingTypeSalesChanceFollow ) + +type ServiceContractQueryClass string + +const ( + ServiceContractQueryClassExpireAfter30Day ServiceContractQueryClass = "30澶╁悗杩囨湡" + ServiceContractQueryClassExpireAfter60Day ServiceContractQueryClass = "60澶╁悗杩囨湡" + ServiceContractQueryClassExpiredBefore15Day ServiceContractQueryClass = "宸茶繃鏈�15澶�" + ServiceContractQueryClassExpiredBefore60Day ServiceContractQueryClass = "宸茶繃鏈�60澶�" +) + +type ServiceContractKeywordType string + +const ( + ServiceContractKeywordContractNo ServiceContractKeywordType = "鏈嶅姟鍚堝悓缂栧彿" + ServiceContractKeywordCustomerName ServiceContractKeywordType = "瀹㈡埛鍚嶇О" + ServiceContractKeywordContractDate ServiceContractKeywordType = "绛剧害鏃ユ湡" + ServiceContractKeywordContractType ServiceContractKeywordType = "鍚堝悓绫诲瀷" + ServiceContractKeywordContractStatus ServiceContractKeywordType = "鍚堝悓鐘舵��" + ServiceContractKeywordPrincipal ServiceContractKeywordType = "璐熻矗浜�" + ServiceContractKeywordProductName ServiceContractKeywordType = "浜у搧鍚嶇О" + ServiceContractKeywordServiceBeginDate ServiceContractKeywordType = "鏈嶅姟寮�濮嬫棩" + ServiceContractKeywordServiceEndDate ServiceContractKeywordType = "鏈嶅姟鍒版湡鏃�" + ServiceContractKeywordServiceTotalPrice ServiceContractKeywordType = "浠风◣鍚堣" +) -- Gitblit v1.8.0