|
|
@@ -1214,9 +1214,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.interviewIdeas || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.interviewIdeas = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1241,9 +1241,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.interviewPurpose || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.interviewPurpose = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1270,9 +1270,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.interviewFeedback || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.interviewFeedback = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1297,9 +1297,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.followUpPlan || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.followUpPlan = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1619,9 +1619,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.earlyCommunication || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.earlyCommunication = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1646,9 +1646,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.customerDemand || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.customerDemand = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1673,9 +1673,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.interviewIdeas || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.interviewIdeas = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1700,9 +1700,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.interviewPurpose || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.interviewPurpose = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1727,9 +1727,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.interviewRecommend || ''}
|
|
|
- maxLength={500}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.interviewRecommend = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1756,9 +1756,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.interviewFeedback || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.interviewFeedback = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1783,9 +1783,9 @@ class CustomerProfile extends Component {
|
|
|
<View className="item-value">
|
|
|
<AtTextarea
|
|
|
value={dtails.followUpPlan || ''}
|
|
|
- maxLength={200}
|
|
|
placeholder='~'
|
|
|
- height={70}
|
|
|
+ count={false}
|
|
|
+ maxLength={1000}
|
|
|
onChange={value => {
|
|
|
dtails.followUpPlan = value;
|
|
|
this.setState({ dtails });
|
|
|
@@ -1808,7 +1808,7 @@ class CustomerProfile extends Component {
|
|
|
)}
|
|
|
</View>
|
|
|
|
|
|
- <AtModal
|
|
|
+ {/* <AtModal
|
|
|
isOpened={this.state.isOpened}
|
|
|
onClose={() => {
|
|
|
this.setState({
|
|
|
@@ -1928,7 +1928,6 @@ class CustomerProfile extends Component {
|
|
|
cursor={-1}
|
|
|
/>
|
|
|
|
|
|
- {/* 高新项目 */}
|
|
|
{this.state.checkProject.length && this.state.checkProject[0].cSort == 9 ? <View style={{ backgroundColor: '#eee', padding: '20rpx 24rpx', margin: '24rpx' }}>
|
|
|
<RadioGroup onChange={e => {
|
|
|
const { info } = this.state;
|
|
|
@@ -1948,7 +1947,6 @@ class CustomerProfile extends Component {
|
|
|
</View>}
|
|
|
</View> : null}
|
|
|
|
|
|
- {/* 会员项目 */}
|
|
|
{this.state.checkProject.length && this.state.checkProject[0].cSort == 6 ? <View style={{ backgroundColor: '#eee', padding: '20rpx 24rpx', margin: '24rpx' }}>
|
|
|
<RadioGroup onChange={e => {
|
|
|
const { info } = this.state;
|
|
|
@@ -2002,9 +2000,9 @@ class CustomerProfile extends Component {
|
|
|
}}>取消</Button>
|
|
|
<Button type='primary' onClick={this.update}>确定修改</Button>
|
|
|
</AtModalAction>
|
|
|
- </AtModal>
|
|
|
+ </AtModal> */}
|
|
|
|
|
|
- <AtModal
|
|
|
+ {/* <AtModal
|
|
|
isOpened={this.state.isAdd}
|
|
|
onClose={() => {
|
|
|
this.setState({
|
|
|
@@ -2109,10 +2107,10 @@ class CustomerProfile extends Component {
|
|
|
}}>取消</Button>
|
|
|
<Button type='primary' onClick={this.add}>保存</Button>
|
|
|
</AtModalAction>
|
|
|
- </AtModal>
|
|
|
+ </AtModal> */}
|
|
|
|
|
|
{/* 新增项目 */}
|
|
|
- <AtModal
|
|
|
+ {/* <AtModal
|
|
|
isOpened={this.state.addItemShow}
|
|
|
onClose={this.handleCloseAddItemDialog}
|
|
|
>
|
|
|
@@ -2132,7 +2130,7 @@ class CustomerProfile extends Component {
|
|
|
<Button type='secondary' onClick={this.handleCloseAddItemDialog}>取消</Button>
|
|
|
<Button type='primary' onClick={this.handleAddItemSave}>保存</Button>
|
|
|
</AtModalAction>
|
|
|
- </AtModal>
|
|
|
+ </AtModal> */}
|
|
|
|
|
|
{/* 多选框 */}
|
|
|
<CheckboxPicker
|