Commit 66740df1 by peii

隐藏历史订单过滤中的组织

parent 4e303644
...@@ -2138,19 +2138,23 @@ class FilterModel extends Component { ...@@ -2138,19 +2138,23 @@ class FilterModel extends Component {
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </View>
<View style={styles.qui_cell}> {
<Text style={styles.qui_cell_tit}>组织</Text> isShowOrg && (
<TouchableOpacity <View style={styles.qui_cell}>
activeOpacity={.8} <Text style={styles.qui_cell_tit}>组织</Text>
style={styles.qui_cell_rig} <TouchableOpacity
onPress={() => this.handleOrganizationCheck() } activeOpacity={.8}
> style={styles.qui_cell_rig}
<Text style={styles.cell_rig_sel}>{consumeListOptionData[2].name}</Text> onPress={() => this.handleOrganizationCheck() }
<View style={styles.arr_icon_box}> >
<Image source={require('../../../images/arr_rig.png')} style={icon_style} /> <Text style={styles.cell_rig_sel}>{consumeListOptionData[2].name}</Text>
<View style={styles.arr_icon_box}>
<Image source={require('../../../images/arr_rig.png')} style={icon_style} />
</View>
</TouchableOpacity>
</View> </View>
</TouchableOpacity> )
</View> }
<View style={styles.qui_cell}> <View style={styles.qui_cell}>
<Text style={styles.qui_cell_tit}>客户名称</Text> <Text style={styles.qui_cell_tit}>客户名称</Text>
<TouchableOpacity <TouchableOpacity
...@@ -2344,19 +2348,23 @@ class FilterModel extends Component { ...@@ -2344,19 +2348,23 @@ class FilterModel extends Component {
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </View>
<View style={styles.qui_cell}> {
<Text style={styles.qui_cell_tit}>组织</Text> isShowOrg && (
<TouchableOpacity <View style={styles.qui_cell}>
activeOpacity={.8} <Text style={styles.qui_cell_tit}>组织</Text>
style={styles.qui_cell_rig} <TouchableOpacity
onPress={() => this.handleOrganizationCheck() } activeOpacity={.8}
> style={styles.qui_cell_rig}
<Text style={styles.cell_rig_sel}>{transferListOptionData[2].name}</Text> onPress={() => this.handleOrganizationCheck() }
<View style={styles.arr_icon_box}> >
<Image source={require('../../../images/arr_rig.png')} style={icon_style} /> <Text style={styles.cell_rig_sel}>{transferListOptionData[2].name}</Text>
<View style={styles.arr_icon_box}>
<Image source={require('../../../images/arr_rig.png')} style={icon_style} />
</View>
</TouchableOpacity>
</View> </View>
</TouchableOpacity> )
</View> }
<View style={styles.qui_cell}> <View style={styles.qui_cell}>
<Text style={styles.qui_cell_tit}>客户名称</Text> <Text style={styles.qui_cell_tit}>客户名称</Text>
<TouchableOpacity <TouchableOpacity
......
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