This commit is contained in:
ylj20011123 2025-09-10 18:25:57 +08:00
parent 26ef480e53
commit ea27a3213f
4 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "ant-design-pro", "name": "ant-design-pro",
"version": "4.5.53", "version": "4.5.54",
"private": true, "private": true,
"description": "An out-of-box UI solution for enterprise applications", "description": "An out-of-box UI solution for enterprise applications",
"scripts": { "scripts": {

View File

@ -2054,8 +2054,11 @@ const compareList: React.FC<{
MobilePayCorrect: MobilePayCorrect || 0, MobilePayCorrect: MobilePayCorrect || 0,
CashPayCorrect: CashPayCorrect || 0 CashPayCorrect: CashPayCorrect || 0
} }
console.log('reqreqrsdasda', req);
const data = await handleGetProjectPeriodIncome(req) const data = await handleGetProjectPeriodIncome(req)
console.log('data3232', data) console.log('data3232', data)
console.log('compareCurrent3232', compareCurrent)
if (data && data.length > 0) { if (data && data.length > 0) {
const secondItem: any = data[0] const secondItem: any = data[0]
@ -2157,9 +2160,6 @@ const compareList: React.FC<{
} }
} }
// setSecondTable([data[0]])
} }
if (handleGetRefreshTableData) { if (handleGetRefreshTableData) {
handleGetRefreshTableData() handleGetRefreshTableData()

View File

@ -2422,6 +2422,10 @@ const YearExamineDetailTable = ({ parentRow, currentApprovalstate, onRef, setIsS
if (isFirst.current) { if (isFirst.current) {
isFirst.current = false isFirst.current = false
console.log('isShowClosebtn.currentisShowClosebtn.current', isShowClosebtn.current);
console.log('parentRowparentRowparentRowparentRow', parentRow);
if (isYear && isShowClosebtn.current && parentRow?.PeriodClosed) { if (isYear && isShowClosebtn.current && parentRow?.PeriodClosed) {
handleCloseSettlement(closeReqTableDataRef.current) handleCloseSettlement(closeReqTableDataRef.current)
} else if (isShowClosebtn.current && parentRow?.CLOSED_DATE && !isYear && parentRow?.PeriodClosed) { } else if (isShowClosebtn.current && parentRow?.CLOSED_DATE && !isYear && parentRow?.PeriodClosed) {

View File

@ -1,4 +1,4 @@
// 由 scripts/writeVersion.js 自动生成 // 由 scripts/writeVersion.js 自动生成
export const VERSION = "4.5.53"; export const VERSION = "4.5.54";
export const GIT_HASH = "4073d23"; export const GIT_HASH = "26ef480";
export const BUILD_TIME = "2025-09-09T01:03:58.611Z"; export const BUILD_TIME = "2025-09-10T08:05:17.397Z";