Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
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
777e87fb
authored
Aug 10, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加查询【转单行数据】的查询参数;
(cherry picked from commit
9558debf
)
parent
7d700abc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
app/action/HistorAction.js
app/containers/historicalOrder/module/LineOrderPage.js
app/action/HistorAction.js
View file @
777e87fb
...
...
@@ -124,7 +124,7 @@ export function requestGetAllTrans(params) {
}
}
// 转单订单-行表查询 params: {access_token: '', order_number: ''}
// 转单订单-行表查询 params: {access_token: '', order_number: ''
, destination_surgery_collect_number: '', source_surgery_order_number: ''
}
export
const
requestGetLineFormTrans
=
async
(
global_domain_config
,
params
)
=>
{
return
await
GetRequest
(
global_domain_config
,
getUrlParams
(
'/surgery/trans_line/search'
,
params
))
}
...
...
app/containers/historicalOrder/module/LineOrderPage.js
View file @
777e87fb
...
...
@@ -200,9 +200,13 @@ class LineOrderPage extends Component {
that
.
changeSubLoding
(
true
)
let
params
=
{
access_token
:
props
.
token
,
order_number
:
supData
.
order_number
order_number
:
supData
.
order_number
,
destination_surgery_collect_number
:
supData
.
destination_surgery_collect_number
,
source_surgery_order_number
:
supData
.
source_surgery_order_number
}
console
.
log
(
'params----------'
,
params
)
let
conResult
=
await
requestGetLineFormTrans
(
props
.
global_domain_config
,
params
)
console
.
log
(
'conResult----------'
,
conResult
)
if
(
conResult
.
error_code
==
0
)
{
that
.
changeSubLoding
(
false
)
// 成功
...
...
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