Ver código fonte

fix:打卡和跟进去掉联系人必填项

liuzl 2 anos atrás
pai
commit
5d5345ab79
2 arquivos alterados com 0 adições e 15 exclusões
  1. 0 8
      pages/home/checkIn.vue
  2. 0 7
      pages/publicPages/follow.vue

+ 0 - 8
pages/home/checkIn.vue

@@ -69,7 +69,6 @@
             v-if="form.punchType == 50 && form.targetId"
             @click="openPartnersConcat()">
             <view class="form-label flex_l">
-              <view class="label-tag"></view>
               合作伙伴联系人
             </view>
             <u-input
@@ -201,13 +200,6 @@
               message: `请选择用户`,
             },
           ],
-          partnerContactName: [
-            {
-              required: true,
-              trigger: ['blur', 'change'],
-              message: `请选择合作伙伴联系人`,
-            },
-          ],
         },
       }
     },

+ 0 - 7
pages/publicPages/follow.vue

@@ -104,7 +104,6 @@
         </u-form-item>
         <u-form-item prop="contactsName" borderBottom customStyle="padding:40rpx 0 30rpx" @click="open">
           <view class="form-label flex_l">
-            <view class="label-tag"></view>
             联系人
           </view>
           <u-input
@@ -253,12 +252,6 @@
             message: '请选择跟进方式',
             trigger: ['blur', 'change'],
           },
-          contactsName: {
-            type: 'string',
-            required: true,
-            message: '请选择联系人',
-            trigger: ['blur', 'change'],
-          },
         },
         details: {},
         curId: 0,