|
@@ -686,21 +686,18 @@ class EgressDetails extends Component {
|
|
|
<View className="item">
|
|
|
<View className="title">
|
|
|
公出企业
|
|
|
- {
|
|
|
- dtails.viewPermission == 1 &&
|
|
|
- <View className="tbuttom">
|
|
|
- { dtails.type == 0 ? (
|
|
|
- <View style={{ margin: '6px 0'}} onClick={e => {
|
|
|
- e.stopPropagation()
|
|
|
- this.onSelFiles(dtails, 2)
|
|
|
- }}>查看面谈思路表</View>
|
|
|
- ) : null }
|
|
|
- <View onClick={e => {
|
|
|
+ <View className="tbuttom">
|
|
|
+ { dtails.type == 0 ? (
|
|
|
+ <View style={{ margin: '6px 0'}} onClick={e => {
|
|
|
e.stopPropagation()
|
|
|
- this.onSelFiles(dtails, 1)
|
|
|
- }}>查看客户档案</View>
|
|
|
- </View>
|
|
|
- }
|
|
|
+ this.onSelFiles(dtails, 2)
|
|
|
+ }}>查看面谈思路表</View>
|
|
|
+ ) : null }
|
|
|
+ <View onClick={e => {
|
|
|
+ e.stopPropagation()
|
|
|
+ this.onSelFiles(dtails, 1)
|
|
|
+ }}>查看客户档案</View>
|
|
|
+ </View>
|
|
|
</View>
|
|
|
<View className="value">
|
|
|
{/* {dtails.nickname} */}
|