Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
7aa95d79
Commit
7aa95d79
authored
Jul 15, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-07-15 业务账期维护变更
parent
45ffe828
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
315 additions
and
85 deletions
+315
-85
ServiceHGCB002.java
.../java/com/baosight/hggp/hg/cb/service/ServiceHGCB002.java
+2
-0
ServiceHGCB003.java
.../java/com/baosight/hggp/hg/cb/service/ServiceHGCB003.java
+2
-0
ServiceHGCB004.java
.../java/com/baosight/hggp/hg/cb/service/ServiceHGCB004.java
+1
-1
ServiceHGCW001.java
.../java/com/baosight/hggp/hg/cw/service/ServiceHGCW001.java
+0
-0
HGCW012.xml
src/main/java/com/baosight/hggp/hg/cw/sql/HGCW012.xml
+66
-31
HGKC001.xml
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC001.xml
+6
-0
HGKC003.xml
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC003.xml
+12
-0
HGKC004.xml
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC004.xml
+13
-1
HGKC006.xml
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC006.xml
+12
-0
HGKC007.xml
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC007.xml
+12
-0
HGKC008.xml
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC008.xml
+13
-1
DateUtils.java
src/main/java/com/baosight/hggp/util/DateUtils.java
+29
-3
HGCW001.js
src/main/webapp/HG/CW/HGCW001.js
+128
-40
HGCW001.jsp
src/main/webapp/HG/CW/HGCW001.jsp
+5
-6
common.js
src/main/webapp/common/js/common.js
+14
-2
No files found.
src/main/java/com/baosight/hggp/hg/cb/service/ServiceHGCB002.java
View file @
7aa95d79
...
@@ -72,6 +72,8 @@ public class ServiceHGCB002 extends ServiceEPBase {
...
@@ -72,6 +72,8 @@ public class ServiceHGCB002 extends ServiceEPBase {
}
}
HGCBTools
.
HgCb002
.
select
(
params
);
HGCBTools
.
HgCb002
.
select
(
params
);
inInfo
.
setStatus
(
EiConstant
.
STATUS_DEFAULT
);
inInfo
.
setMsg
(
"操作成功!本次数据同步成功!"
);
}
catch
(
Exception
e
){
}
catch
(
Exception
e
){
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"同步数据失败"
);
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"同步数据失败"
);
}
}
...
...
src/main/java/com/baosight/hggp/hg/cb/service/ServiceHGCB003.java
View file @
7aa95d79
...
@@ -59,6 +59,8 @@ public class ServiceHGCB003 extends ServiceEPBase {
...
@@ -59,6 +59,8 @@ public class ServiceHGCB003 extends ServiceEPBase {
throw
new
PlatException
(
String
.
format
(
"公司[%s]上月会计期[%s]为开账状态,数据同步失败!"
,
hgcw001Last
.
getCompanyCode
(),
hgcw001Last
.
getAccountPeriod
()));
throw
new
PlatException
(
String
.
format
(
"公司[%s]上月会计期[%s]为开账状态,数据同步失败!"
,
hgcw001Last
.
getCompanyCode
(),
hgcw001Last
.
getAccountPeriod
()));
}
}
HGCBTools
.
HgCb003
.
select
(
params
);
HGCBTools
.
HgCb003
.
select
(
params
);
inInfo
.
setStatus
(
EiConstant
.
STATUS_DEFAULT
);
inInfo
.
setMsg
(
"操作成功!本次数据同步成功!"
);
}
catch
(
Exception
e
){
}
catch
(
Exception
e
){
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"同步数据失败"
);
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"同步数据失败"
);
}
}
...
...
src/main/java/com/baosight/hggp/hg/cb/service/ServiceHGCB004.java
View file @
7aa95d79
...
@@ -93,7 +93,7 @@ public class ServiceHGCB004 extends ServiceEPBase {
...
@@ -93,7 +93,7 @@ public class ServiceHGCB004 extends ServiceEPBase {
inInfo
.
setStatus
(
EiConstant
.
STATUS_DEFAULT
);
inInfo
.
setStatus
(
EiConstant
.
STATUS_DEFAULT
);
inInfo
.
setMsg
(
"操作成功!本次数据同步成功!"
);
inInfo
.
setMsg
(
"操作成功!本次数据同步成功!"
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"
数据同步
失败"
);
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"
同步数据
失败"
);
}
}
return
inInfo
;
return
inInfo
;
}
}
...
...
src/main/java/com/baosight/hggp/hg/cw/service/ServiceHGCW001.java
View file @
7aa95d79
This diff is collapsed.
Click to expand it.
src/main/java/com/baosight/hggp/hg/cw/sql/HGCW012.xml
View file @
7aa95d79
...
@@ -38,6 +38,39 @@
...
@@ -38,6 +38,39 @@
-->
-->
<sqlMap
namespace=
"HGCW012"
>
<sqlMap
namespace=
"HGCW012"
>
<sql
id=
"column"
>
ID as "id",
ACCOUNT_CODE as "accountCode",
<!-- 企业编码 -->
COMPANY_CODE as "companyCode",
<!-- 公司编码 -->
COMPANY_NAME as "companyName",
<!-- 公司名称 -->
SETTLEMENT_NUMBER as "settlementNumber",
<!-- 来源单号 -->
BILL_TYBE as "billTybe",
<!-- 票据类型 -->
BILL_NUMBER as "billNumber",
<!-- 发票号 -->
BILL_STATE as "billState",
<!-- 开票状态 -->
SIGNING_DATE as "signingDate",
<!-- 开票日期 -->
PARTY_A as "partyA",
<!-- 供应商名称 -->
REVIEW_STATUS as "reviewStatus",
<!-- 审批状态 -->
TAX_POINTS as "taxPoints",
<!-- 税率 -->
THIS_SETTLEMENT_TAX as "thisSettlementTax",
<!-- 税额 -->
THIS_SETTLEMENT_AMOUNT as "thisSettlementAmount",
<!-- 不含税金额 -->
TOTAL_CONTRACT_PRICE_INCLUDING as "totalContractPriceIncluding",
<!-- 发票总额 -->
CREATED_BY as "createdBy",
<!-- 记录创建者 -->
CREATED_NAME as "createdName",
<!-- 记录创建名称 -->
CREATED_TIME as "createdTime",
<!-- 记录创建时间 -->
UPDATED_BY as "updatedBy",
<!-- 记录修改者 -->
UPDATED_NAME as "updatedName",
<!-- 记录修改名称 -->
UPDATED_TIME as "updatedTime",
<!-- 记录修改时间 -->
DEP_CODE as "depCode",
<!-- 部门编码 -->
REMAINING_AMOUNT as "remainingAmount",
<!-- 剩余开票/收票金额 -->
RECEIVE_DATE as "receiveDate",
<!-- 收票日期 -->
CONTRACT_TYPE as "contractType",
<!-- 合同类型;1.采购收货2.劳务3.租赁 -->
INVENT_TYPE_DETAIL as "inventTypeDetail",
<!-- 存货大类 -->
INVENT_CODE as "inventCode",
<!-- 存货编码 -->
INVENT_NAME as "inventName",
<!-- 存货名称 -->
SPEC as "spec",
<!-- 规格 -->
DEPOSIT_QTY as "depositQty",
<!-- 入库数量 -->
RECEIVE_WEIGHT as "receiveWeight"
<!-- 收货重量 -->
</sql>
<sql
id=
"condition"
>
<sql
id=
"condition"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
<isNotEmpty
prepend=
" AND "
property=
"id"
>
ID = #id#
ID = #id#
...
@@ -137,37 +170,7 @@
...
@@ -137,37 +170,7 @@
<select
id=
"query"
parameterClass=
"java.util.HashMap"
<select
id=
"query"
parameterClass=
"java.util.HashMap"
resultClass=
"com.baosight.hggp.hg.cw.domain.HGCW012"
>
resultClass=
"com.baosight.hggp.hg.cw.domain.HGCW012"
>
SELECT
SELECT
ID as "id",
<include
refid=
"column"
/>
ACCOUNT_CODE as "accountCode",
<!-- 企业编码 -->
COMPANY_CODE as "companyCode",
<!-- 公司编码 -->
COMPANY_NAME as "companyName",
<!-- 公司名称 -->
SETTLEMENT_NUMBER as "settlementNumber",
<!-- 来源单号 -->
BILL_TYBE as "billTybe",
<!-- 票据类型 -->
BILL_NUMBER as "billNumber",
<!-- 发票号 -->
BILL_STATE as "billState",
<!-- 开票状态 -->
SIGNING_DATE as "signingDate",
<!-- 开票日期 -->
PARTY_A as "partyA",
<!-- 供应商名称 -->
REVIEW_STATUS as "reviewStatus",
<!-- 审批状态 -->
TAX_POINTS as "taxPoints",
<!-- 税率 -->
THIS_SETTLEMENT_TAX as "thisSettlementTax",
<!-- 税额 -->
THIS_SETTLEMENT_AMOUNT as "thisSettlementAmount",
<!-- 不含税金额 -->
TOTAL_CONTRACT_PRICE_INCLUDING as "totalContractPriceIncluding",
<!-- 发票总额 -->
CREATED_BY as "createdBy",
<!-- 记录创建者 -->
CREATED_NAME as "createdName",
<!-- 记录创建名称 -->
CREATED_TIME as "createdTime",
<!-- 记录创建时间 -->
UPDATED_BY as "updatedBy",
<!-- 记录修改者 -->
UPDATED_NAME as "updatedName",
<!-- 记录修改名称 -->
UPDATED_TIME as "updatedTime",
<!-- 记录修改时间 -->
DEP_CODE as "depCode",
<!-- 部门编码 -->
REMAINING_AMOUNT as "remainingAmount",
<!-- 剩余开票/收票金额 -->
RECEIVE_DATE as "receiveDate",
<!-- 收票日期 -->
CONTRACT_TYPE as "contractType",
<!-- 合同类型;1.采购收货2.劳务3.租赁 -->
INVENT_TYPE_DETAIL as "inventTypeDetail",
<!-- 存货大类 -->
INVENT_CODE as "inventCode",
<!-- 存货编码 -->
INVENT_NAME as "inventName",
<!-- 存货名称 -->
SPEC as "spec",
<!-- 规格 -->
DEPOSIT_QTY as "depositQty",
<!-- 入库数量 -->
RECEIVE_WEIGHT as "receiveWeight"
<!-- 收货重量 -->
FROM ${hggpSchema}.HGCW012 WHERE 1=1
FROM ${hggpSchema}.HGCW012 WHERE 1=1
<include
refid=
"condition"
/>
<include
refid=
"condition"
/>
<dynamic
prepend=
"ORDER BY"
>
<dynamic
prepend=
"ORDER BY"
>
...
@@ -360,4 +363,36 @@
...
@@ -360,4 +363,36 @@
ID = #id#
ID = #id#
</update>
</update>
<select
id=
"queryCheckList"
parameterClass=
"java.util.HashMap"
resultClass=
"com.baosight.hggp.hg.cw.domain.HGCW012"
>
SELECT
<include
refid=
"column"
/>
FROM ${hggpSchema}.HGCW012 WHERE 1=1
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateStart"
>
<![CDATA[ SIGNING_DATE >= #accountPeriodDateStart# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateEnd"
>
<![CDATA[ SIGNING_DATE <= #accountPeriodDateEnd# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
LEFT(SIGNING_DATE,6) = #billDate#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"submitStatus"
>
REVIEW_STATUS = #submitStatus#
</isNotEmpty>
<dynamic
prepend=
"ORDER BY"
>
<isNotEmpty
property=
"orderBy"
>
$orderBy$
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
ID desc
</isEmpty>
</dynamic>
</select>
</sqlMap>
</sqlMap>
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC001.xml
View file @
7aa95d79
...
@@ -317,6 +317,12 @@
...
@@ -317,6 +317,12 @@
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
COMPANY_CODE = #companyCode#
</isNotEmpty>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateStart"
>
<![CDATA[ DEPOSIT_DATE >= #accountPeriodDateStart# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateEnd"
>
<![CDATA[ DEPOSIT_DATE <= #accountPeriodDateEnd# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
LEFT(DEPOSIT_DATE,6) = #billDate#
LEFT(DEPOSIT_DATE,6) = #billDate#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC003.xml
View file @
7aa95d79
...
@@ -444,6 +444,18 @@
...
@@ -444,6 +444,18 @@
PROCESS_NAME as "processName",
<!-- 工序名称 -->
PROCESS_NAME as "processName",
<!-- 工序名称 -->
PROCESS_ORDER as "processOrder"
<!-- 加工顺序 -->
PROCESS_ORDER as "processOrder"
<!-- 加工顺序 -->
FROM ${hggpSchema}.HGKC003 WHERE 1=1 AND DELETE_FLAG = 0
FROM ${hggpSchema}.HGKC003 WHERE 1=1 AND DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateStart"
>
<![CDATA[ DEPOSIT_DATE >= #accountPeriodDateStart# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateEnd"
>
<![CDATA[ DEPOSIT_DATE <= #accountPeriodDateEnd# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
LEFT(DEPOSIT_DATE,6) = #billDate#
LEFT(DEPOSIT_DATE,6) = #billDate#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC004.xml
View file @
7aa95d79
...
@@ -293,7 +293,19 @@
...
@@ -293,7 +293,19 @@
<select
id=
"queryCheckList"
parameterClass=
"HashMap"
resultClass=
"HGKC004"
>
<select
id=
"queryCheckList"
parameterClass=
"HashMap"
resultClass=
"HGKC004"
>
SELECT
SELECT
<include
refid=
"column"
/>
<include
refid=
"column"
/>
FROM ${hggpSchema}.HGKC004 WHERE 1=1
FROM ${hggpSchema}.HGKC004 WHERE 1=1 AND DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateStart"
>
<![CDATA[ RECEIPT_DATE >= #accountPeriodDateStart# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateEnd"
>
<![CDATA[ RECEIPT_DATE <= #accountPeriodDateEnd# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
LEFT(RECEIPT_DATE,6) = #billDate#
LEFT(RECEIPT_DATE,6) = #billDate#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC006.xml
View file @
7aa95d79
...
@@ -311,6 +311,18 @@
...
@@ -311,6 +311,18 @@
SOURCE_CODE as "sourceCode",
<!-- 数据来源编号 -->
SOURCE_CODE as "sourceCode",
<!-- 数据来源编号 -->
SOURCE as "source"
<!-- 数据来源 -->
SOURCE as "source"
<!-- 数据来源 -->
FROM ${hggpSchema}.HGKC006 WHERE 1=1 and DELETE_FLAG = 0
FROM ${hggpSchema}.HGKC006 WHERE 1=1 and DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateStart"
>
<![CDATA[ OTHER_ENTER_DATE >= #accountPeriodDateStart# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateEnd"
>
<![CDATA[ OTHER_ENTER_DATE <= #accountPeriodDateEnd# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
LEFT(OTHER_ENTER_DATE,6) = #billDate#
LEFT(OTHER_ENTER_DATE,6) = #billDate#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC007.xml
View file @
7aa95d79
...
@@ -307,6 +307,18 @@
...
@@ -307,6 +307,18 @@
SOURCE_CODE as "sourceCode",
<!-- 数据来源编号 -->
SOURCE_CODE as "sourceCode",
<!-- 数据来源编号 -->
SOURCE as "source"
<!-- 数据来源 -->
SOURCE as "source"
<!-- 数据来源 -->
FROM ${hggpSchema}.HGKC007 WHERE 1=1 and DELETE_FLAG = 0
FROM ${hggpSchema}.HGKC007 WHERE 1=1 and DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateStart"
>
<![CDATA[ OTHER_OUT_DATE >= #accountPeriodDateStart# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateEnd"
>
<![CDATA[ OTHER_OUT_DATE <= #accountPeriodDateEnd# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
LEFT(OTHER_OUT_DATE,6) = #billDate#
LEFT(OTHER_OUT_DATE,6) = #billDate#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/kc/sql/HGKC008.xml
View file @
7aa95d79
...
@@ -211,7 +211,19 @@
...
@@ -211,7 +211,19 @@
PROJ_CODE as "projCode",
<!-- 项目编码 -->
PROJ_CODE as "projCode",
<!-- 项目编码 -->
PROJ_NAME as "projName",
<!-- 项目名称 -->
PROJ_NAME as "projName",
<!-- 项目名称 -->
RECEIVE_TYPE as "receiveType"
<!-- 领料单类型 0:正常,1:退库 -->
RECEIVE_TYPE as "receiveType"
<!-- 领料单类型 0:正常,1:退库 -->
FROM ${hggpSchema}.HGKC008 WHERE 1=1
FROM ${hggpSchema}.HGKC008 WHERE 1=1 and DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateStart"
>
<![CDATA[ RECEIPT_DATE >= #accountPeriodDateStart# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountPeriodDateEnd"
>
<![CDATA[ RECEIPT_DATE <= #accountPeriodDateEnd# ]]>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
<isNotEmpty
prepend=
" AND "
property=
"billDate"
>
LEFT(RECEIPT_DATE,6) = #billDate#
LEFT(RECEIPT_DATE,6) = #billDate#
</isNotEmpty>
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/util/DateUtils.java
View file @
7aa95d79
...
@@ -3,12 +3,15 @@
...
@@ -3,12 +3,15 @@
*/
*/
package
com
.
baosight
.
hggp
.
util
;
package
com
.
baosight
.
hggp
.
util
;
import
java.text.SimpleDateFormat
;
import
java.time.Instant
;
import
java.time.Instant
;
import
java.time.LocalDate
;
import
java.time.LocalDate
;
import
java.time.LocalDateTime
;
import
java.time.LocalDateTime
;
import
java.time.ZoneId
;
import
java.time.ZoneId
;
import
java.time.format.DateTimeFormatter
;
import
java.time.format.DateTimeFormatter
;
import
java.time.temporal.TemporalAdjusters
;
import
java.time.temporal.TemporalAdjusters
;
import
java.util.Date
;
import
java.util.GregorianCalendar
;
/**
/**
* jdk8中新增的日期处理类,更安全、更精确也更明确
* jdk8中新增的日期处理类,更安全、更精确也更明确
...
@@ -36,11 +39,26 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
...
@@ -36,11 +39,26 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
* @return
* @return
*/
*/
public
static
String
getYesMonth
(
String
date
)
{
public
static
String
getYesMonth
(
String
date
)
{
LocalDate
endLocalDate
=
LocalDate
.
parse
(
date
,
DateTimeFormatter
.
ISO_LOCAL_DATE
);
return
getYesMonth
(
date
,
DateTimeFormatter
.
ISO_LOCAL_DATE
);
}
public
static
String
getYesMonth
(
String
date
,
DateTimeFormatter
dateTimeFormatter
)
{
LocalDate
endLocalDate
=
LocalDate
.
parse
(
date
,
dateTimeFormatter
);
endLocalDate
=
endLocalDate
.
minusMonths
(
1
).
with
(
TemporalAdjusters
.
firstDayOfMonth
());
endLocalDate
=
endLocalDate
.
minusMonths
(
1
).
with
(
TemporalAdjusters
.
firstDayOfMonth
());
return
endLocalDate
.
format
(
DateTimeFormatter
.
ISO_LOCAL_DATE
);
return
endLocalDate
.
format
(
dateTimeFormatter
);
}
}
/**
* 获取下个月的1号日期
*
* @param date 2023-09-06 or 20230906
* @return
*/
public
static
String
getPlusYesMonth
(
String
date
,
DateTimeFormatter
dateTimeFormatter
)
{
LocalDate
endLocalDate
=
LocalDate
.
parse
(
date
,
dateTimeFormatter
);
endLocalDate
=
endLocalDate
.
plusMonths
(
1
).
with
(
TemporalAdjusters
.
firstDayOfMonth
());
return
endLocalDate
.
format
(
dateTimeFormatter
);
}
/**
/**
* 获取当前的日期字符串(yyyy-MM)
* 获取当前的日期字符串(yyyy-MM)
*
*
...
@@ -68,6 +86,14 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
...
@@ -68,6 +86,14 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
return
LocalDate
.
now
().
minusDays
(
1
).
format
(
DATE
);
return
LocalDate
.
now
().
minusDays
(
1
).
format
(
DATE
);
}
}
/**
/**
* 获取后一天日期字符串(yyyy-MM-dd)
*
* @return
*/
public
static
String
yesterdayEnd
(
String
date
,
Integer
day
)
{
return
LocalDate
.
parse
(
date
).
minusDays
(
day
).
format
(
DATE
);
}
/**
* 获取日期字符串(yyyy-MM-dd)
* 获取日期字符串(yyyy-MM-dd)
*
*
* @return
* @return
...
...
src/main/webapp/HG/CW/HGCW001.js
View file @
7aa95d79
$
(
function
()
{
$
(
function
()
{
$
(
".row"
).
children
().
attr
(
"class"
,
"col-md-3"
);
$
(
"#QUERY"
).
on
(
"click"
,
query
);
// 查询
IPLATUI
.
EFGrid
=
{
$
(
"#QUERY"
).
on
(
"click"
,
function
()
{
"result"
:{
query
();
pageable
:
{
});
pageSize
:
20
,
$
(
"#SWITCH"
).
on
(
"click"
,
function
()
{
pageSizes
:
[
10
,
20
,
30
,
50
,
100
,
200
],
switchRow
();
},
});
columns
:
[
{
field
:
"accountPeriod"
,
title
:
"会计期"
,
editor
:
function
(
container
,
options
)
{
var
input
=
$
(
'<input name="'
+
options
.
field
+
'"/>'
);
input
.
appendTo
(
container
);
input
.
kendoDatePicker
({
start
:
"year"
,
depth
:
"year"
,
format
:
"yyyy-MM"
,
value
:
currDate
(
options
.
model
.
accountYear
)
});
IPLATUI
.
EFGrid
.
result
=
{
//resultGrid.setCellValue(options,'accountPeriod',accountPeriod)
pageable
:
{
}
pageSize
:
20
,
}
pageSizes
:
[
10
,
20
,
30
,
50
,
100
,
200
],
],
},
exportGrid
:
{
columns
:
[
/**
],
* 导出前的事件
onSave
:
function
(
e
)
{
*
// 阻止默认请求,使用自定义保存
* @param gridInstance kendoGrid 对象
e
.
preventDefault
();
* @return {boolean} 是否执行导出的逻辑
saveFunc
();
*/
},
beforeExport
:
function
(
gridInstance
)
{
onDelete
:
function
(
e
)
{
var
validator1
=
IPLAT
.
Validator
({
// 阻止默认请求,使用自定义删除
id
:
"inqu"
e
.
preventDefault
();
});
deleteFunc
();
// 点击按钮后校验
},
if
(
!
validator1
.
validate
())
{
onSuccess
:
function
(
e
)
{
var
errorMsg
=
validator1
.
errors
().
toString
();
if
(
e
.
eiInfo
.
extAttr
.
methodName
==
'save'
||
e
.
eiInfo
.
extAttr
.
methodName
==
'delete'
)
{
var
errs
=
errorMsg
.
split
(
','
);
query
();
IPLAT
.
alert
({
}
message
:
'<b>错误:<br>'
+
errs
.
join
(
'<br>'
)
+
'</b>'
,
},
okFn
:
function
(
e
)
{
}
},
title
:
'错误'
});
return
false
;
}
return
true
;
},
// exportFileName: "result", // 默认值和 blockId 相同
exportFileName
:
function
(
gridInstance
)
{
// 导出的文件名包含时间戳 yyyy-MM-dd HH:mm:ss
return
"业务账期维护_"
+
kendo
.
toString
(
new
Date
(),
IPLAT
.
FORMAT
.
DATE_14_PR
);
},
exportFileType
:
"xls"
,
// 默认值是xls,可选值为pdf[规划中]
exportBlockId
:
"result"
,
// 默认值和blockId相同,导出的EiInfo中的指定数据块被导出
},
loadComplete
:
function
(
grid
)
{
$
(
"#SWITCH"
).
on
(
"click"
,
function
()
{
switchRow
();
});
grid
.
dataSource
.
bind
(
"change"
,
function
(
e
){
var
item
=
e
.
items
[
0
];
/* if(e.field == "accountYear"){
let accountPeriod = currMonth(item.accountYear);
resultGrid.setCellValue(item,'accountPeriod',accountPeriod)
//loadChange(grid,e,"accountPeriod");
}else */
if
(
e
.
field
==
"accountPeriod"
){
let
accountPeriod
=
dateFormate
(
item
.
accountPeriod
,
"yyyy-MM-dd"
)
let
accountPeriodDateStart
=
queryLast
(
item
.
companyCode
,
accountPeriod
);
resultGrid
.
setCellValue
(
item
,
'accountYear'
,
accountPeriod
.
substring
(
0
,
4
));
resultGrid
.
setCellValue
(
item
,
'accountPeriodDateStart'
,
dateFormate
(
new
Date
(
accountPeriodDateStart
),
"yyyyMMdd"
));
loadChange
(
grid
,
e
,
"accountPeriodDateEnd"
);
}
})
},
onSave
:
function
(
e
)
{
// 阻止默认请求,使用自定义保存
e
.
preventDefault
();
saveFunc
();
},
onDelete
:
function
(
e
)
{
// 阻止默认请求,使用自定义删除
e
.
preventDefault
();
deleteFunc
();
},
onSuccess
:
function
(
e
)
{
if
(
e
.
eiInfo
.
extAttr
.
methodName
==
'save'
||
e
.
eiInfo
.
extAttr
.
methodName
==
'delete'
)
{
query
();
}
},
}
window
.
document
.
addEventListener
(
"keyup"
,
function
(
event
)
{
}
downKeyUp
();
/*window.document.addEventListener("keyup",function (event) {
if(event.keyCode === 13){
if(event.keyCode === 13){
var grid = $("#ef_grid_result").data("kendoGrid");
var grid = $("#ef_grid_result").data("kendoGrid");
// 回填
// 回填
//grid.addRows(returnRows);
//grid.addRows(returnRows);
grid.closeCell();
grid.closeCell();
}
}
})
})
*/
});
});
$
(
window
).
load
(
function
()
{
$
(
window
).
load
(
function
()
{
// 查
query
();
query
();
});
});
/**
/**
* 查询
* 查询
*/
*/
let
query
=
function
()
{
var
query
=
function
()
{
resultGrid
.
dataSource
.
page
(
1
);
resultGrid
.
dataSource
.
page
(
1
);
}
}
/**
/**
* 保存
* 保存
*/
*/
...
@@ -153,8 +217,8 @@ function deleteFunc() {
...
@@ -153,8 +217,8 @@ function deleteFunc() {
let
flag
=
true
;
let
flag
=
true
;
$
.
each
(
rows
,
function
(
index
,
item
)
{
$
.
each
(
rows
,
function
(
index
,
item
)
{
let
accountPeriodStatus
=
item
.
get
(
"accountPeriodStatus"
);
let
accountPeriodStatus
=
item
.
get
(
"accountPeriodStatus"
);
if
(
accountPeriodStatus
===
"
1
"
){
if
(
accountPeriodStatus
===
"
0
"
){
message
(
"选中的第"
+
(
index
+
1
)
+
"行记录为
开
账状态,不能删除!"
);
message
(
"选中的第"
+
(
index
+
1
)
+
"行记录为
关
账状态,不能删除!"
);
flag
=
false
;
flag
=
false
;
return
false
;
return
false
;
}
}
...
@@ -207,3 +271,26 @@ function switchRow() {
...
@@ -207,3 +271,26 @@ function switchRow() {
});
});
}
}
function
queryLast
(
companyCode
,
accountPeriod
)
{
let
accountPeriodDateStart
=
""
;
let
info
=
new
EiInfo
();
info
.
set
(
"inqu_status-0-companyCode"
,
companyCode
);
info
.
set
(
"inqu_status-0-accountPeriod"
,
accountPeriod
);
if
(
isBlank
(
info
.
get
(
"inqu_status-0-companyCode"
))){
message
(
"公司名称不能为空!"
);
return
;
}
if
(
isBlank
(
info
.
get
(
"inqu_status-0-accountPeriod"
))){
message
(
"会计期不能为空!"
);
return
;
}
EiCommunicator
.
send
(
"HGCW001"
,
"queryLast"
,
info
,
{
onSuccess
:
function
(
ei
)
{
accountPeriodDateStart
=
ei
.
get
(
"accountPeriodDateStart"
);
},
onFail
:
function
(
ei
)
{
IPLAT
.
alert
(
ei
.
getMsg
());
}
},{
async
:
false
});
return
accountPeriodDateStart
;
}
\ No newline at end of file
src/main/webapp/HG/CW/HGCW001.jsp
View file @
7aa95d79
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<c:set
var=
"ctx"
value=
"${pageContext.request.contextPath}"
/>
<c:set
var=
"ctx"
value=
"${pageContext.request.contextPath}"
/>
<head>
<head>
</head>
</head>
<EF:EFPage
title=
"账期维护"
>
<EF:EFPage
title=
"
业务
账期维护"
>
<EF:EFRegion
id=
"inqu"
title=
"查询条件"
>
<EF:EFRegion
id=
"inqu"
title=
"查询条件"
>
<div
class=
"row"
>
<div
class=
"row"
>
...
@@ -30,16 +30,15 @@
...
@@ -30,16 +30,15 @@
filter=
"contains"
readonly=
"true"
>
filter=
"contains"
readonly=
"true"
>
<EF:EFOptions
blockId=
"roleCompany"
textField=
"companyName"
valueField=
"companyCode"
/>
<EF:EFOptions
blockId=
"roleCompany"
textField=
"companyName"
valueField=
"companyCode"
/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"accountYear"
cname=
"会计年度"
width=
"100"
align=
"center"
start=
"decade"
depth=
"decade"
<EF:EFColumn
ename=
"accountYear"
cname=
"会计年度"
enable=
"false"
width=
"100"
align=
"center"
start=
"decade"
depth=
"decade"
editType=
"date"
dateFormat=
"yyyy"
parseFormats=
"['yyyy']"
required=
"true"
/>
editType=
"date"
dateFormat=
"yyyy"
parseFormats=
"['yyyy']"
required=
"true"
/>
<EF:EFColumn
ename=
"accountPeriod"
cname=
"会计期"
width=
"100"
align=
"center"
start=
"year"
depth=
"year"
<EF:EFColumn
ename=
"accountPeriod"
cname=
"会计期"
readonly=
"true"
width=
"100"
align=
"center"
start=
"year"
depth=
"year"
editType=
"date"
dateFormat=
"yyyy-MM"
parseFormats=
"['yyyyMM']"
required=
"true"
/>
editType=
"date"
dateFormat=
"yyyy-MM"
parseFormats=
"['yyyyMM']"
required=
"true"
/>
<EF:EFComboColumn
ename=
"accountPeriodStatus"
cname=
"会计期状态"
width=
"100"
align=
"center"
required=
"true"
<EF:EFComboColumn
ename=
"accountPeriodStatus"
cname=
"会计期状态"
width=
"100"
align=
"center"
required=
"true"
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
enable=
"false"
defaultValue=
"
0
"
>
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
enable=
"false"
defaultValue=
"
1
"
>
<EF:EFCodeOption
codeName=
"hggp.cw.accountPeriodStatus"
/>
<EF:EFCodeOption
codeName=
"hggp.cw.accountPeriodStatus"
/>
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"accountPeriodDateStart"
cname=
"账期开始日期"
width=
"100"
align=
"center"
<EF:EFColumn
ename=
"accountPeriodDateStart"
cname=
"账期开始日期"
enable=
"false"
width=
"100"
align=
"center"
editType=
"date"
dateFormat=
"yyyy-MM-dd"
parseFormats=
"['yyyyMMdd']"
required=
"true"
/>
editType=
"date"
dateFormat=
"yyyy-MM-dd"
parseFormats=
"['yyyyMMdd']"
required=
"true"
/>
<EF:EFColumn
ename=
"accountPeriodDateEnd"
cname=
"账期结束日期"
width=
"100"
align=
"center"
<EF:EFColumn
ename=
"accountPeriodDateEnd"
cname=
"账期结束日期"
width=
"100"
align=
"center"
editType=
"date"
dateFormat=
"yyyy-MM-dd"
parseFormats=
"['yyyyMMdd']"
required=
"true"
/>
editType=
"date"
dateFormat=
"yyyy-MM-dd"
parseFormats=
"['yyyyMMdd']"
required=
"true"
/>
...
...
src/main/webapp/common/js/common.js
View file @
7aa95d79
...
@@ -269,14 +269,26 @@ function currShortDate() {
...
@@ -269,14 +269,26 @@ function currShortDate() {
*
*
* @returns {string}
* @returns {string}
*/
*/
function
currShortMonth
()
{
function
currShortMonth
(
getYear
)
{
const
date
=
new
Date
();
const
date
=
new
Date
(
getYear
);
const
year
=
date
.
getFullYear
();
const
year
=
date
.
getFullYear
();
const
month
=
date
.
getMonth
()
+
1
;
// 月份从0开始,需要加1
const
month
=
date
.
getMonth
()
+
1
;
// 月份从0开始,需要加1
return
year
+
(
month
<
10
?
'0'
+
month
:
month
);
return
year
+
(
month
<
10
?
'0'
+
month
:
month
);
}
}
/**
/**
* 当前月份 YYYYMM
*
* @returns {string}
*/
function
currMonth
(
getYear
)
{
const
date
=
new
Date
(
getYear
);
const
year
=
date
.
getFullYear
();
const
month
=
date
.
getMonth
()
+
1
;
// 月份从0开始,需要加1
return
year
+
'-'
+
(
month
<
10
?
'0'
+
month
:
month
);
}
/**
* cookie 操作
* cookie 操作
*
*
* @param c_name
* @param c_name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment