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
a006a8be
authored
Dec 02, 2021
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Plain Diff
merged
parents
0059e3e9
30b20e3f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
model/order.ts
service/order.ts
model/order.ts
View file @
a006a8be
...
@@ -101,6 +101,7 @@ export interface OrderPayItem {
...
@@ -101,6 +101,7 @@ export interface OrderPayItem {
deadLine
?:
string
;
deadLine
?:
string
;
value
:
number
;
value
:
number
;
status
:
PayStatus
;
status
:
PayStatus
;
method
:
PayMethod
;
}
}
export
const
enum
ChatOpenDirection
{
export
const
enum
ChatOpenDirection
{
...
...
service/order.ts
View file @
a006a8be
...
@@ -79,6 +79,7 @@ class OrderService {
...
@@ -79,6 +79,7 @@ class OrderService {
time
:
"PaymentDate"
,
time
:
"PaymentDate"
,
deadLine
:
"PaymentDueDate"
,
deadLine
:
"PaymentDueDate"
,
value
:
"Amount"
,
value
:
"Amount"
,
method
:
"PaymentFunction"
,
}
}
);
);
}
}
...
...
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