소스 검색

信息修改

1002884655 3 년 전
부모
커밋
72b933898e
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5
    5
      src/subpackages/pages/marketing/changeVisit/index.jsx

+ 5
- 5
src/subpackages/pages/marketing/changeVisit/index.jsx 파일 보기

253
           {
253
           {
254
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
254
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
255
             <Block>
255
             <Block>
256
-              <text className='required'>业绩分成人|占比/%</text>
256
+              <text>业绩分成人|占比/%</text>
257
               <view className='FormLine flex-h'>
257
               <view className='FormLine flex-h'>
258
                 <view className='flex-item'>
258
                 <view className='flex-item'>
259
                   <Input placeholder='请输入业绩分成人' value={FormData.dividendsName} onInput={InputChange.bind(this, 'dividendsName')}></Input>
259
                   <Input placeholder='请输入业绩分成人' value={FormData.dividendsName} onInput={InputChange.bind(this, 'dividendsName')}></Input>
268
           {
268
           {
269
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
269
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
270
             <Block>
270
             <Block>
271
-              <text className='required'>户型</text>
271
+              <text>户型</text>
272
               <view className='FormLine flex-h'>
272
               <view className='FormLine flex-h'>
273
                 <view className='flex-item'>
273
                 <view className='flex-item'>
274
                   <view className='CheckBoxList'>
274
                   <view className='CheckBoxList'>
292
           {
292
           {
293
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
293
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
294
             <Block>
294
             <Block>
295
-              <text className='required'>房号</text>
295
+              <text>房号</text>
296
               <view className='FormLine flex-h'>
296
               <view className='FormLine flex-h'>
297
                 <view className='flex-item'>
297
                 <view className='flex-item'>
298
                   <Input placeholder='请输入房号' value={FormData.houseInfo} onInput={InputChange.bind(this, 'houseInfo')}></Input>
298
                   <Input placeholder='请输入房号' value={FormData.houseInfo} onInput={InputChange.bind(this, 'houseInfo')}></Input>
304
           {
304
           {
305
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
305
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
306
             <Block>
306
             <Block>
307
-              <text className='required'>签约日期</text>
307
+              <text>签约日期</text>
308
               <view className='FormLine flex-h'>
308
               <view className='FormLine flex-h'>
309
                 <view className='flex-item'>
309
                 <view className='flex-item'>
310
                   <Picker mode='date' value={FormData.successDate} onChange={SuccessDateChange}>{SuccessDate || '请选择开始日期'}</Picker>
310
                   <Picker mode='date' value={FormData.successDate} onChange={SuccessDateChange}>{SuccessDate || '请选择开始日期'}</Picker>
317
           {
317
           {
318
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
318
             (CurrentStatusId === 4 || CurrentStatusId === 5) &&
319
             <Block>
319
             <Block>
320
-              <text className='required'>成交金额</text>
320
+              <text>成交金额</text>
321
               <view className='FormLine flex-h'>
321
               <view className='FormLine flex-h'>
322
                 <view className='flex-item'>
322
                 <view className='flex-item'>
323
                   <Input placeholder='请输入金额' value={FormData.price} onInput={InputChange.bind(this, 'price')}></Input>
323
                   <Input placeholder='请输入金额' value={FormData.price} onInput={InputChange.bind(this, 'price')}></Input>