保誠-保戶業務員媒合平台
Tomas
2022-01-17 6606018083f8cb58fb3b2c99f5b7d46b5c313f4f
update: 顧問預約單結案 - 未成交原因列表
修改1個檔案
25 ■■■■■ 已變更過的檔案
PAMapp/pages/appointment/_appointmentId/close/index.vue 25 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/appointment/_appointmentId/close/index.vue
@@ -61,7 +61,8 @@
              <div style="display: flex" class="mt-10">
                <input
                  v-if="appointmentCloseInfo.closedReason === 'other'"
                  v-if="appointmentCloseInfo.closedReason === 'other'
                      || appointmentCloseInfo.closedReason === 'no_suitable_commodity'"
                  class="appointment-client-detail-close__input"
                  v-model="appointmentCloseInfo.closedOtherReason"
                  placeholder="請輸入原因,限50字。"
@@ -150,9 +151,29 @@
  appointmentFailReason = [
    {
      key: '無法聯繫客戶',
      value: 'cannot_to_contact_customer'
    },
    {
      key: '單純諮詢',
      value: 'only_consultation'
    },
    {
      key: '無合適商品',
      value: 'no_suitable_commodity'
    },
    {
      key: '核保問題- 體況、財務、職業',
      value: 'prohibited_factors'
    },
    {
      key: '經濟因素',
      value: 'economy'
    },
    {
      key: '其他',
      value: 'other'
    }
    },
  ];
  closeAppointment(): void {