|
|
@@ -32,7 +32,7 @@ Page({
|
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|
|
|
{ code: 'followType', name: 'followTypeName', type: 'textarea', dropType: 'followType', type: 'drop', required: true, title: mixins.$t('followType') },
|
|
|
{ code: 'followData', type: 'textarea', required: true, title: mixins.$t('followData') },
|
|
|
- { code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
+ { code: 'nextFollowTime', type: 'remindDateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
{ code: 'stayTimeLen', name: 'stayTimeLenName', required: true, title: mixins.$t('stayTimeLen'), dropType: 'storeRetentionTime', type: 'drop', },
|
|
|
],
|
|
|
},
|
|
|
@@ -262,7 +262,7 @@ Page({
|
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|
|
|
{ code: 'followType', name: 'followTypeName', type: 'textarea', dropType: 'followType', type: 'drop', required: true, title: mixins.$t('followType') },
|
|
|
{ code: 'followData', type: 'textarea', required: true, title: mixins.$t('followData') },
|
|
|
- { code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
+ { code: 'nextFollowTime', type: 'remindDateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
{ code: 'stayTimeLen', name: 'stayTimeLenName', required: true, title: mixins.$t('stayTimeLen'), dropType: 'storeRetentionTime', type: 'drop', },
|
|
|
]
|
|
|
|
|
|
@@ -288,7 +288,7 @@ Page({
|
|
|
// { code: 'followType', name: 'followTypeName', type: 'textarea', dropType: 'followType', type: 'drop', required: true, title: mixins.$t('followType') },
|
|
|
{ code: 'followData', type: 'textarea', required: true, title: mixins.$t('followData') },
|
|
|
{ code: 'nextFollowPlan', type: 'textarea', required: false, title: mixins.$t('nextFollowPlan') },
|
|
|
- { code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
+ { code: 'nextFollowTime', type: 'remindDateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
]
|
|
|
let radioFollowUpList22 = [
|
|
|
{ code: 'cusName', type: 'str', required: false, title: mixins.$t('customerName'), readonly: true },
|
|
|
@@ -315,7 +315,7 @@ Page({
|
|
|
{ code: 'followTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTimeS') },
|
|
|
{ code: 'followData', type: 'textarea', required: true, title: mixins.$t('followData') },
|
|
|
{ code: 'nextFollowPlan', type: 'textarea', required: false, title: mixins.$t('nextFollowPlan') },
|
|
|
- { code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
+ { code: 'nextFollowTime', type: 'remindDateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
|
|
|
]
|
|
|
let radioFollowUpList33 = [
|