Commit ae2000dc by Denglingling

调整单元列样式

(cherry picked from commit b40b84bf)
parent 526f07ed
......@@ -14,7 +14,8 @@ import {
title_text_color,
second_text_size,
font_family_semibold,
font_family_regular
font_family_regular,
second_text_color
} from '../../base/BaseStyle';
// 星号
......@@ -73,7 +74,7 @@ const styles = StyleSheet.create({
},
cont_text: {
fontSize: second_text_size,
color: third_text_color,
color: second_text_color,
flex: 1,
textAlign: 'right',
fontFamily: font_family_regular,
......
......@@ -1235,9 +1235,7 @@ class EquipConsuPage extends Component {
</CellTextStyle>
</TouchableOpacity>
</View>
{ this.renderPickerModel() }
</View>
)
......
......@@ -189,23 +189,23 @@ class EquipConsuPage extends Component {
stop: false, //录音是否停止
currentTime: 0, //录音时长
localCustomersOption: [], // 当前医院信息:客户名称、收单地点、收货地点、主治医生
surgeryTypeOption: [
{
name:'创伤',
value:'创伤'
},{
name:'关节',
value:'关节'
},
{
name:'脊柱',
value:'脊柱'
},
{
name:'运动医学',
value:'运动医学'
}
],
// surgeryTypeOption: [
// {
// name:'创伤',
// value:'创伤'
// },{
// name:'关节',
// value:'关节'
// },
// {
// name:'脊柱',
// value:'脊柱'
// },
// {
// name:'运动医学',
// value:'运动医学'
// }
// ],
showNotEnogPop: false, // 库存不足弹窗
not_enough_items_list:[], // 库存不足数据
}
......@@ -914,7 +914,7 @@ class EquipConsuPage extends Component {
}
// 手术类型 点击
handleSurTypeCheck() {
let { listOptionData, surgeryTypeOption } = this.state
let { listOptionData } = this.state
let { props } = this
let self = this
if(this.judgeOrgIsNull() && this.judgeCustomerIsNull()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment