Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
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
node_server
wenHuaBu_adminServer
Commits
42b7a275
Commit
42b7a275
authored
Dec 21, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
69af78d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
apply.ts
src/biz/member/apply.ts
+2
-2
costVerification.ts
src/biz/member/finance/costVerification.ts
+1
-1
No files found.
src/biz/member/apply.ts
View file @
42b7a275
...
@@ -411,7 +411,7 @@ export async function infomationChangePass({infoChangeId}) {
...
@@ -411,7 +411,7 @@ export async function infomationChangePass({infoChangeId}) {
//添加日志
//添加日志
let
applyInfo
:
any
=
{
let
applyInfo
:
any
=
{
infoChangeId
,
infoChangeId
,
applyId
:
generateSystemId
(
TABLEENUM
.
理事
变更审批历史表
,
onceData
.
userId
),
applyId
:
generateSystemId
(
TABLEENUM
.
资料
变更审批历史表
,
onceData
.
userId
),
userId
:
onceData
.
userId
,
userId
:
onceData
.
userId
,
unitName
:
onceData
.
unitName
,
unitName
:
onceData
.
unitName
,
infoChangeOptionType
:
INFOCHANGEAPPLYTYPE
.
通过
,
infoChangeOptionType
:
INFOCHANGEAPPLYTYPE
.
通过
,
...
@@ -423,7 +423,7 @@ export async function infomationChangePass({infoChangeId}) {
...
@@ -423,7 +423,7 @@ export async function infomationChangePass({infoChangeId}) {
desc
:
onceData
.
desc
,
desc
:
onceData
.
desc
,
createTimeMs
:
new
Date
().
valueOf
()
createTimeMs
:
new
Date
().
valueOf
()
};
};
await
addOneData
(
TABLEENUM
.
理事
变更审批历史表
,
applyInfo
);
await
addOneData
(
TABLEENUM
.
资料
变更审批历史表
,
applyInfo
);
let
updateInfo
=
{
let
updateInfo
=
{
infoChangeOptionType
:
INFOCHANGEAPPLYTYPE
.
通过
,
infoChangeOptionType
:
INFOCHANGEAPPLYTYPE
.
通过
,
...
...
src/biz/member/finance/costVerification.ts
View file @
42b7a275
...
@@ -136,7 +136,7 @@ export async function paidList({name, memberType, documentId, phone, mail, joinS
...
@@ -136,7 +136,7 @@ export async function paidList({name, memberType, documentId, phone, mail, joinS
itemData
.
memberType
=
changeEnumValue
(
MEMBERTYPEECCENUM
,
userInfo
.
unitMemberType
);
itemData
.
memberType
=
changeEnumValue
(
MEMBERTYPEECCENUM
,
userInfo
.
unitMemberType
);
}
}
itemData
.
state
=
info
.
confirmReceipt
==
RECEIPTCONFIRMATION
.
收款确认
?
"已审
核"
:
"待审核
"
;
itemData
.
state
=
info
.
confirmReceipt
==
RECEIPTCONFIRMATION
.
收款确认
?
"已审
批"
:
"待审批
"
;
itemData
.
invoiceStatus
=
info
.
invoiceStatus
==
INVOICESTATUS
.
已开发票
?
"已开"
:
"未开"
;
itemData
.
invoiceStatus
=
info
.
invoiceStatus
==
INVOICESTATUS
.
已开发票
?
"已开"
:
"未开"
;
dataList
.
push
(
itemData
);
dataList
.
push
(
itemData
);
...
...
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