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
d3fb4cc3
Commit
d3fb4cc3
authored
Nov 06, 2024
by
chenjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3448bfd2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
order.ts
src/biz/member/order.ts
+4
-4
outPutConfig.ts
src/config/outPutConfig.ts
+4
-4
No files found.
src/biz/member/order.ts
View file @
d3fb4cc3
...
@@ -527,9 +527,9 @@ export async function backInvoice({id}) {
...
@@ -527,9 +527,9 @@ export async function backInvoice({id}) {
selectConf
.
push
(
info
.
value
);
selectConf
.
push
(
info
.
value
);
})
})
let
selectFile
=
[
"id"
,
"unitName"
,
"userId"
,
"orderCycleStart"
,
"orderCycleEnd"
,
"money"
,
"paymentMethod"
,
"memberCategory"
,
"paymentNum"
,
"desc"
,
"invoiceMail"
];
let
selectFile
=
[
"id"
,
"unitName"
,
"userId"
,
"orderCycleStart"
,
"orderCycleEnd"
,
"money"
,
"paymentMethod"
,
"memberCategory"
,
"paymentNum"
,
"desc"
,
"invoiceMail"
,
"confirmReceiptMs"
,
"payTime"
];
let
dbList
=
await
find
(
TABLEENUM
.
订单表
,
findParam
,
selectFile
);
let
dbList
=
await
find
(
TABLEENUM
.
订单表
,
findParam
,
selectFile
);
let
timeChnageList
=
[
"orderCycleStart"
,
"operationTime"
];
let
timeChnageList
=
[
"orderCycleStart"
,
"operationTime"
,
"confirmReceiptMs"
,
"payTime"
];
let
memberChnageList
=
[
"name"
,
"card"
,
"mail"
];
let
memberChnageList
=
[
"name"
,
"card"
,
"mail"
];
let
dataList
=
[
selectTitle
];
let
dataList
=
[
selectTitle
];
...
@@ -716,9 +716,9 @@ export async function invoicedList({name, memberType, documentId, phone, mail, j
...
@@ -716,9 +716,9 @@ export async function invoicedList({name, memberType, documentId, phone, mail, j
selectConf
.
push
(
info
.
value
);
selectConf
.
push
(
info
.
value
);
})
})
let
selectFile
=
[
"id"
,
"unitName"
,
"userId"
,
"orderCycleStart"
,
"orderCycleEnd"
,
"money"
,
"paymentMethod"
,
"memberCategory"
,
"paymentNum"
,
"desc"
,
"invoiceMail"
];
let
selectFile
=
[
"id"
,
"unitName"
,
"userId"
,
"orderCycleStart"
,
"orderCycleEnd"
,
"money"
,
"paymentMethod"
,
"memberCategory"
,
"paymentNum"
,
"desc"
,
"invoiceMail"
,
"confirmReceiptMs"
,
"payTime"
];
let
dbList
=
await
find
(
TABLEENUM
.
订单表
,
findParam
,
selectFile
);
let
dbList
=
await
find
(
TABLEENUM
.
订单表
,
findParam
,
selectFile
);
let
timeChnageList
=
[
"orderCycleStart"
,
"operationTime"
];
let
timeChnageList
=
[
"orderCycleStart"
,
"operationTime"
,
"confirmReceiptMs"
,
"payTime"
];
let
dataList
=
[
selectTitle
];
let
dataList
=
[
selectTitle
];
for
(
let
i
=
0
;
i
<
dbList
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
dbList
.
length
;
i
++
)
{
...
...
src/config/outPutConfig.ts
View file @
d3fb4cc3
...
@@ -100,9 +100,9 @@ export enum BILLSTATECOLUMNS {
...
@@ -100,9 +100,9 @@ export enum BILLSTATECOLUMNS {
备注
=
"desc"
,
备注
=
"desc"
,
发票邮箱
=
"invoiceMail"
,
发票邮箱
=
"invoiceMail"
,
"单位/个人邮箱"
=
"mail"
,
"单位/个人邮箱"
=
"mail"
,
审核时间
=
""
,
//什么时候从费用核对通过审核时间
审核时间
=
"
confirmReceiptMs
"
,
//什么时候从费用核对通过审核时间
提交时间
=
"operationTime"
,
//上传转账凭证的时间
提交时间
=
"operationTime"
,
//上传转账凭证的时间
支付时间
=
""
//微信支付的时间
支付时间
=
"
payTime
"
//微信支付的时间
}
}
...
@@ -120,9 +120,9 @@ export enum INVOICEDCOLUMNS {
...
@@ -120,9 +120,9 @@ export enum INVOICEDCOLUMNS {
备注
=
"desc"
,
备注
=
"desc"
,
发票邮箱
=
"invoiceMail"
,
发票邮箱
=
"invoiceMail"
,
"单位/个人邮箱"
=
"mail"
,
"单位/个人邮箱"
=
"mail"
,
审核时间
=
""
,
//什么时候从费用核对通过审核时间
审核时间
=
"
confirmReceiptMs
"
,
//什么时候从费用核对通过审核时间
提交时间
=
"operationTime"
,
//上传转账凭证的时间
提交时间
=
"operationTime"
,
//上传转账凭证的时间
支付时间
=
""
//微信支付的时间
支付时间
=
"
payTime
"
//微信支付的时间
}
}
...
...
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