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
da7ea43b
authored
Dec 03, 2021
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
u
parent
09282eaa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
model/order-product.ts
service/order.ts
model/order-product.ts
0 → 100644
View file @
da7ea43b
This diff is collapsed.
Click to expand it.
service/order.ts
View file @
da7ea43b
...
...
@@ -28,7 +28,7 @@ class OrderService {
}
public
openOrder
(
params
:
{
product
Id
:
string
|
number
;
product
Code
:
string
;
srcPlatform
:
SrcPlatform
;
createdType
:
OperationType
;
/**
...
...
@@ -40,7 +40,7 @@ class OrderService {
.
model
(
this
.
generalOrder
)
.
action
(
params
.
forceNewOrder
?
"addOrder"
:
'getOrAddOrder'
)
.
addInputs_parameter
({
Product
Id
:
params
.
productId
,
Product
Code
:
params
.
productCode
,
SrcPlatform
:
params
.
srcPlatform
,
CreatedType
:
params
.
createdType
,
})
...
...
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