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
b40b84bf
authored
Oct 14, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整单元列样式
parent
a8bd452f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
22 deletions
app/containers/common/CellTextStyle.js
app/containers/equipConsu/EquipConsuPage.js
app/containers/quickOrder/QuickOrderPage.js
app/containers/common/CellTextStyle.js
View file @
b40b84bf
...
@@ -14,7 +14,8 @@ import {
...
@@ -14,7 +14,8 @@ import {
title_text_color
,
title_text_color
,
second_text_size
,
second_text_size
,
font_family_semibold
,
font_family_semibold
,
font_family_regular
font_family_regular
,
second_text_color
}
from
'../../base/BaseStyle'
;
}
from
'../../base/BaseStyle'
;
// 星号
// 星号
...
@@ -73,7 +74,7 @@ const styles = StyleSheet.create({
...
@@ -73,7 +74,7 @@ const styles = StyleSheet.create({
},
},
cont_text
:
{
cont_text
:
{
fontSize
:
second_text_size
,
fontSize
:
second_text_size
,
color
:
thir
d_text_color
,
color
:
secon
d_text_color
,
flex
:
1
,
flex
:
1
,
textAlign
:
'right'
,
textAlign
:
'right'
,
fontFamily
:
font_family_regular
,
fontFamily
:
font_family_regular
,
...
...
app/containers/equipConsu/EquipConsuPage.js
View file @
b40b84bf
...
@@ -1235,9 +1235,7 @@ class EquipConsuPage extends Component {
...
@@ -1235,9 +1235,7 @@ class EquipConsuPage extends Component {
<
/CellTextStyle
>
<
/CellTextStyle
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
<
/View
>
<
/View
>
{
this
.
renderPickerModel
()
}
{
this
.
renderPickerModel
()
}
<
/View
>
<
/View
>
)
)
...
...
app/containers/quickOrder/QuickOrderPage.js
View file @
b40b84bf
...
@@ -189,23 +189,23 @@ class EquipConsuPage extends Component {
...
@@ -189,23 +189,23 @@ class EquipConsuPage extends Component {
stop
:
false
,
//录音是否停止
stop
:
false
,
//录音是否停止
currentTime
:
0
,
//录音时长
currentTime
:
0
,
//录音时长
localCustomersOption
:
[],
// 当前医院信息:客户名称、收单地点、收货地点、主治医生
localCustomersOption
:
[],
// 当前医院信息:客户名称、收单地点、收货地点、主治医生
surgeryTypeOption
:
[
//
surgeryTypeOption: [
{
//
{
name
:
'创伤'
,
//
name:'创伤',
value
:
'创伤'
//
value:'创伤'
},{
//
},{
name
:
'关节'
,
//
name:'关节',
value
:
'关节'
//
value:'关节'
},
//
},
{
//
{
name
:
'脊柱'
,
//
name:'脊柱',
value
:
'脊柱'
//
value:'脊柱'
},
//
},
{
//
{
name
:
'运动医学'
,
//
name:'运动医学',
value
:
'运动医学'
//
value:'运动医学'
}
//
}
],
//
],
showNotEnogPop
:
false
,
// 库存不足弹窗
showNotEnogPop
:
false
,
// 库存不足弹窗
not_enough_items_list
:[],
// 库存不足数据
not_enough_items_list
:[],
// 库存不足数据
}
}
...
@@ -914,7 +914,7 @@ class EquipConsuPage extends Component {
...
@@ -914,7 +914,7 @@ class EquipConsuPage extends Component {
}
}
// 手术类型 点击
// 手术类型 点击
handleSurTypeCheck
()
{
handleSurTypeCheck
()
{
let
{
listOptionData
,
surgeryTypeOption
}
=
this
.
state
let
{
listOptionData
}
=
this
.
state
let
{
props
}
=
this
let
{
props
}
=
this
let
self
=
this
let
self
=
this
if
(
this
.
judgeOrgIsNull
()
&&
this
.
judgeCustomerIsNull
())
{
if
(
this
.
judgeOrgIsNull
()
&&
this
.
judgeCustomerIsNull
())
{
...
...
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