|
@@ -30,7 +30,8 @@ Page({
|
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|
|
|
{ code: 'remarks', type: 'textarea', rows: '5', required: true, showWordLimit: true, title: mixins.$t('followData') },
|
|
{ code: 'remarks', type: 'textarea', rows: '5', required: true, showWordLimit: true, title: mixins.$t('followData') },
|
|
|
{ code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
{ code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
- { code: 'stayTimeLen', name: 'stayTimeLenName', required: true, title: mixins.$t('stayTimeLen'), dropType: 'storeRetentionTime', type: 'drop', }
|
|
|
|
|
|
|
+ { code: 'stayTimeLen', name: 'stayTimeLenName', required: true, title: mixins.$t('stayTimeLen'), dropType: 'storeRetentionTime', type: 'drop', },
|
|
|
|
|
+ { code: 'file', type: 'uploader', title: mixins.$t("uploader") }
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
table: Constants.tables.cusFollow,
|
|
table: Constants.tables.cusFollow,
|
|
@@ -119,6 +120,14 @@ Page({
|
|
|
})
|
|
})
|
|
|
console.log('onRadioFollowUp', e.detail)
|
|
console.log('onRadioFollowUp', e.detail)
|
|
|
},
|
|
},
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @desc : 跳转购物车
|
|
|
|
|
+ * @date : 2024/2/1 15:49
|
|
|
|
|
+ * @author : 于继渤
|
|
|
|
|
+ */
|
|
|
|
|
+ toShopping(){
|
|
|
|
|
+
|
|
|
|
|
+ },
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @desc : 设置跟进form 字段
|
|
* @desc : 设置跟进form 字段
|
|
@@ -134,7 +143,8 @@ Page({
|
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|
|
|
{ code: 'remarks', type: 'textarea', rows: '5', required: true, showWordLimit: true, title: mixins.$t('followData') },
|
|
{ code: 'remarks', type: 'textarea', rows: '5', required: true, showWordLimit: true, title: mixins.$t('followData') },
|
|
|
{ code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
{ code: 'nextFollowTime', type: 'dateTime', required: true, title: mixins.$t('nextFollowTime') },
|
|
|
- { code: 'stayTimeLen', name: 'stayTimeLenName', required: true, title: mixins.$t('stayTimeLen'), dropType: 'storeRetentionTime', type: 'drop', }
|
|
|
|
|
|
|
+ { code: 'stayTimeLen', name: 'stayTimeLenName', required: true, title: mixins.$t('stayTimeLen'), dropType: 'storeRetentionTime', type: 'drop', },
|
|
|
|
|
+ { code: 'file', type: 'uploader', title: mixins.$t("uploader") }
|
|
|
]
|
|
]
|
|
|
let radioFollowUpTwolist = [
|
|
let radioFollowUpTwolist = [
|
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|
|
{ code: 'intention', name: 'intentionName', type: 'drop', required: true, dropType: 'customerIntention', title: mixins.$t('intention') },
|