保誠-保戶業務員媒合平台
charlie
2022-01-21 fd800397a9cfed6490a04c616e5e3e360234b22c
Fixed:修正顧問結案頁面的驗證條件(移除備註required)
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/pages/appointment/_appointmentId/close/index.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/appointment/_appointmentId/close/index.vue
@@ -216,7 +216,7 @@
      remark
    } = this.appointmentCloseInfo;
    if (selectCloseOption === this.contactStatus.DONE) {
      return !policyholderIdentityId || !this.identityIdValid || !planCode || !this.appointmentCloseDate || !remark
      return !policyholderIdentityId || !this.identityIdValid || !planCode || !this.appointmentCloseDate
    } else if (closedReason === 'other' || closedReason === 'no_suitable_commodity') {
      return !closedOtherReason
    }