Commit 66740df1 by peii

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

parent 4e303644
...@@ -2138,6 +2138,8 @@ class FilterModel extends Component { ...@@ -2138,6 +2138,8 @@ class FilterModel extends Component {
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </View>
{
isShowOrg && (
<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
...@@ -2151,6 +2153,8 @@ class FilterModel extends Component { ...@@ -2151,6 +2153,8 @@ class FilterModel extends Component {
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </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,6 +2348,8 @@ class FilterModel extends Component { ...@@ -2344,6 +2348,8 @@ class FilterModel extends Component {
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </View>
{
isShowOrg && (
<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
...@@ -2357,6 +2363,8 @@ class FilterModel extends Component { ...@@ -2357,6 +2363,8 @@ class FilterModel extends Component {
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </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