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
eee2e1de
authored
Jan 29, 2021
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
隐藏多仓功能(快速下单、转单)
parent
dc08e48f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
app/containers/quickOrder/QuickOrderPage.js
app/containers/transOrder/TransOrderPage.js
app/containers/quickOrder/QuickOrderPage.js
View file @
eee2e1de
...
...
@@ -1224,7 +1224,7 @@ class EquipConsuPage extends Component {
tempSubOption
.
template_collect_number
=
state
.
listOptionData
[
7
].
value
tempSubOption
.
surgery_date
=
state
.
listOptionData
[
8
].
value
tempSubOption
.
order_type_code
=
state
.
listOptionData
[
9
].
value
tempSubOption
.
collect_src_inv_code
=
state
.
listOptionData
[
10
].
value
//
tempSubOption.collect_src_inv_code = state.listOptionData[10].value
tempSubOption
.
surgery_desc
=
state
.
listOptionData
[
11
].
value
tempSubOption
.
voice_url
=
state
.
listOptionData
[
12
].
value
let
params
=
{
...
...
@@ -1496,7 +1496,7 @@ class EquipConsuPage extends Component {
<
/CellTextStyle
>
<
/TouchableOpacity
>
<
/View
>
<
View
style
=
{
styles
.
item_container
}
>
{
/*
<View style={styles.item_container}>
<TouchableOpacity
activeOpacity={.8}
onPress={() => this.handleWareCheck()}
...
...
@@ -1508,7 +1508,7 @@ class EquipConsuPage extends Component {
{ this.renderRightArrowItem() }
</CellTextStyle>
</TouchableOpacity>
<
/View
>
</View>
*/
}
{
this
.
renderPickerModel
()
}
<
/View
>
)
...
...
app/containers/transOrder/TransOrderPage.js
View file @
eee2e1de
...
...
@@ -1089,7 +1089,7 @@ class TransOrderPage extends Component {
let
tempSubOption
=
state
.
submitOption
tempSubOption
.
org_code
=
state
.
listOptionData
[
1
].
value
tempSubOption
.
collect_number
=
state
.
listOptionData
[
3
].
value
tempSubOption
.
destination_inv_code
=
state
.
listOptionData
[
4
].
value
//
tempSubOption.destination_inv_code = state.listOptionData[4].value
tempSubOption
.
remark
=
state
.
listOptionData
[
5
].
value
tempSubOption
.
voice_url
=
state
.
listOptionData
[
6
].
value
tempSubOption
.
sur_order_transfer_line
=
state
.
listOptionData
[
7
].
subOption
...
...
@@ -1250,7 +1250,7 @@ class TransOrderPage extends Component {
<
/CellTextStyle
>
<
/TouchableOpacity
>
<
/View
>
<
View
style
=
{
styles
.
item_container
}
>
{
/*
<View style={styles.item_container}>
<TouchableOpacity
activeOpacity={.8}
onPress={() => this.handleWareCheck()}
...
...
@@ -1262,7 +1262,7 @@ class TransOrderPage extends Component {
{ this.renderRightArrowItem() }
</CellTextStyle>
</TouchableOpacity>
<
/View
>
</View>
*/
}
{
this
.
renderPickerModel
()
}
...
...
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