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
15062dfb
authored
May 29, 2021
by
wong.peiyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
转单及加大填写
parent
75b0d033
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
app/containers/equipConsu/module/ChargeDetailsPage.js
app/containers/transOrder/TransOrderPage.js
app/containers/transOrder/module/TransSearchPage.js
app/containers/equipConsu/module/ChargeDetailsPage.js
View file @
15062dfb
...
...
@@ -52,7 +52,7 @@ class ChargeDetailsPage extends Component {
case
LOGIN_NO
:
navigation
.
navigate
(
'LoginPage'
)
break
;
default
:
default
:
break
;
}
}
...
...
@@ -502,7 +502,10 @@ const styles = StyleSheet.create({
marginBottom
:
30
,
borderRadius
:
10
,
},
add_btn_cont
:
{},
add_btn_cont
:
{
alignItems
:
'center'
,
width
:
'100%'
},
add_btn_txt
:
{
height
:
46
,
lineHeight
:
46
...
...
@@ -529,4 +532,4 @@ const mapDispatchToProps = (dispatch) => {
}
}
export
default
connect
(
mapStateToProps
,
mapDispatchToProps
)(
ChargeDetailsPage
);
\ No newline at end of file
export
default
connect
(
mapStateToProps
,
mapDispatchToProps
)(
ChargeDetailsPage
);
app/containers/transOrder/TransOrderPage.js
View file @
15062dfb
...
...
@@ -994,14 +994,16 @@ class TransOrderPage extends Component {
// 耗材明细 点击
handleConsumDetailCheck
()
{
let
{
listOptionData
}
=
this
.
state
let
{
listOptionData
,
sysValues
}
=
this
.
state
let
subTransObj
=
{
seller_name
:
listOptionData
[
0
].
name
,
seller_code
:
listOptionData
[
0
].
value
,
org_name
:
listOptionData
[
1
].
name
,
org_code
:
listOptionData
[
1
].
value
,
customer_code
:
listOptionData
[
2
].
value
,
collect_number
:
listOptionData
[
3
].
value
collect_number
:
listOptionData
[
3
].
value
,
department_code
:
listOptionData
[
9
].
value
,
sysValues
}
if
(
!
listOptionData
[
7
].
subOption
.
length
)
{
this
.
props
.
setTransDetailOption
([],
{})
...
...
app/containers/transOrder/module/TransSearchPage.js
View file @
15062dfb
...
...
@@ -231,10 +231,15 @@ class TransSearchPage extends Component {
let
params
=
{
access_token
:
props
.
token
,
org_code
:
subTransObj
.
org_code
,
seller_code
:
props
.
userInfo
.
user_name
,
//
seller_code: props.userInfo.user_name,
collect_header_status
:
'COLLECTING_WAITING_CONFIRM,CONFIRM_COLLECT,COLLECTED_WAITING_CONFIRMED,APPROVED,COLLECTED'
,
setting_type
:
'COLLECT'
}
if
(
subTransObj
.
sysValues
.
OBS_MOBILE_TRANS_DEPARTMENT_DISPLAY
>
0
)
{
params
.
department_code
=
subTransObj
.
department_code
}
else
{
params
.
seller_code
=
props
.
userInfo
.
user_name
}
let
{
global_domain_config
}
=
that
.
props
that
.
changeLodingFlag
(
true
)
let
sourResult
=
await
requestSubSourBorOrdNum
(
global_domain_config
,
params
)
...
...
@@ -380,10 +385,15 @@ class TransSearchPage extends Component {
}
let
params
=
{
access_token
:
token
,
seller_name
:
subTransObj
.
seller_name
,
org_name
:
subTransObj
.
org_name
,
destination_collect_number
:
subTransObj
.
collect_number
,
...
seaForm
// seller_name: subTransObj.seller_name,
}
if
(
subTransObj
.
sysValues
.
OBS_MOBILE_TRANS_DEPARTMENT_DISPLAY
>
0
)
{
params
.
department_code
=
subTransObj
.
department_code
}
else
{
params
.
seller_name
=
subTransObj
.
seller_name
}
this
.
changeLodingFlag
(
true
)
let
{
global_domain_config
}
=
that
.
props
...
...
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