|
@@ -1234,12 +1234,13 @@ class CustomerProfile extends Component {
|
|
|
<AtInput
|
|
|
value={dtails.businessScope}
|
|
|
name='businessScope'
|
|
|
- placeholder='可填写多个,用“、”隔开'
|
|
|
+ placeholder='请用,符号隔开关键字'
|
|
|
size='mini'
|
|
|
onChange={value => {
|
|
|
dtails.businessScope = value;
|
|
|
this.setState({ dtails })
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
|
|
@@ -1684,6 +1685,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
<AtInput
|
|
|
name='utilityModelCount'
|
|
@@ -1697,6 +1699,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
<AtInput
|
|
|
name='appearancePatentCount'
|
|
@@ -1710,6 +1713,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
<AtInput
|
|
|
name='softwareWorksCount'
|
|
@@ -1723,6 +1727,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
<View style={{display: 'flex', margin: '12rpx 0'}}>
|
|
|
<Text style={{ fontSize: '32rpx', marginRight: '16rpx', width: '172rpx' }}>标准</Text>
|
|
@@ -1750,6 +1755,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</View>
|
|
|
}
|
|
@@ -1769,6 +1775,7 @@ class CustomerProfile extends Component {
|
|
|
value: "",
|
|
|
}, () => { this.getBusinessProjectByName(this.state.value) });
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
|
|
|
{/* 高新项目 */}
|
|
@@ -1887,6 +1894,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
<AtInput
|
|
|
required
|
|
@@ -1902,6 +1910,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
<AtInput
|
|
|
required
|
|
@@ -1917,6 +1926,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
<AtInput
|
|
|
required
|
|
@@ -1932,6 +1942,7 @@ class CustomerProfile extends Component {
|
|
|
})
|
|
|
})
|
|
|
}}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</AtModalContent>
|
|
|
<AtModalAction>
|
|
@@ -1956,11 +1967,12 @@ class CustomerProfile extends Component {
|
|
|
<AtModalContent>
|
|
|
<AtInput
|
|
|
required
|
|
|
- name='mobile'
|
|
|
+ name='companyName'
|
|
|
title='企业名称'
|
|
|
placeholder='请输入企业名称'
|
|
|
value={this.state.addItemInputVal}
|
|
|
onChange={value => this.setState({ addItemInputVal: value })}
|
|
|
+ cursor={-1}
|
|
|
/>
|
|
|
</AtModalContent>
|
|
|
<AtModalAction>
|