Commit 66740df1 by peii

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

parent 4e303644
......@@ -2138,6 +2138,8 @@ class FilterModel extends Component {
</View>
</TouchableOpacity>
</View>
{
isShowOrg && (
<View style={styles.qui_cell}>
<Text style={styles.qui_cell_tit}>组织</Text>
<TouchableOpacity
......@@ -2151,6 +2153,8 @@ class FilterModel extends Component {
</View>
</TouchableOpacity>
</View>
)
}
<View style={styles.qui_cell}>
<Text style={styles.qui_cell_tit}>客户名称</Text>
<TouchableOpacity
......@@ -2344,6 +2348,8 @@ class FilterModel extends Component {
</View>
</TouchableOpacity>
</View>
{
isShowOrg && (
<View style={styles.qui_cell}>
<Text style={styles.qui_cell_tit}>组织</Text>
<TouchableOpacity
......@@ -2357,6 +2363,8 @@ class FilterModel extends Component {
</View>
</TouchableOpacity>
</View>
)
}
<View style={styles.qui_cell}>
<Text style={styles.qui_cell_tit}>客户名称</Text>
<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