Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9124b947
authored
Dec 03, 2021
by
杨铁龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
api
parent
9b9fd218
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
model/order.ts
service/order.ts
model/order.ts
View file @
9124b947
...
@@ -122,7 +122,7 @@ export interface OrderPayItem {
...
@@ -122,7 +122,7 @@ export interface OrderPayItem {
createdTime
:
string
;
createdTime
:
string
;
actions
?:
any
[];
actions
?:
any
[];
bankAccountName
?:
string
;
bankAccountName
?:
string
;
OpenningBankNam
?:
string
;
OpenningBankNam
e
?:
string
;
bankAccountNo
?:
string
;
bankAccountNo
?:
string
;
}
}
...
@@ -140,7 +140,7 @@ export const orderPayItemPredict = {
...
@@ -140,7 +140,7 @@ export const orderPayItemPredict = {
value
:
"Amount"
,
value
:
"Amount"
,
createdTime
:
"CreatedDate"
,
createdTime
:
"CreatedDate"
,
bankAccountName
:
"ProviderHandleId#ServiceProviderBank.AccountName"
,
bankAccountName
:
"ProviderHandleId#ServiceProviderBank.AccountName"
,
OpenningBankNam
:
"ProviderHandleId#ServiceProviderBank.OpenningBankNam
"
,
OpenningBankNam
e
:
"ProviderHandleId#ServiceProviderBank.OpenningBankName
"
,
bankAccountNo
:
"ProviderHandleId#ServiceProviderBank.AccountNo"
,
bankAccountNo
:
"ProviderHandleId#ServiceProviderBank.AccountNo"
,
}
}
...
...
service/order.ts
View file @
9124b947
...
@@ -80,7 +80,7 @@ class OrderService {
...
@@ -80,7 +80,7 @@ class OrderService {
public
getPayments
(
id
:
number
,
withActions
=
false
)
{
public
getPayments
(
id
:
number
,
withActions
=
false
)
{
return
this
.
getSdk
()
return
this
.
getSdk
()
.
model
(
orderService
.
generalOrderPaymentModel
)
.
model
(
orderService
.
generalOrderPaymentModel
)
.
list
()
.
list
(
'userOrderPaymentList'
)
.
addPrefilter
({
OrderId
:
id
})
.
addPrefilter
({
OrderId
:
id
})
.
query
({
pageIndex
:
1
,
item_size
:
100
})
.
query
({
pageIndex
:
1
,
item_size
:
100
})
.
then
((
r
)
=>
{
.
then
((
r
)
=>
{
...
...
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