瀏覽代碼

14.7修改完成

bding 1 年之前
父節點
當前提交
f3f52427bc
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/views/custom_manage/customList/customDetail.vue

+ 12 - 0
src/views/custom_manage/customList/customDetail.vue

@@ -1612,6 +1612,8 @@ export default {
 	},
 	// 开通严选
     isOpenMfyxStatusHandler(item) {
+	 if(item.BusinessCardUrl){
+
       let str = `${item.MfyxStatus == "试用" ? "关闭" : "开通"}`;
       this.$confirm(`确定要${str}个人的研选试用权限吗?`, `${str}试用`, {
         confirmButtonText: "确定",
@@ -1634,6 +1636,16 @@ export default {
             message: "已取消删除",
           });
         });
+	 }else {
+		this.$alert('该联系人尚未添加名片,请点击编辑,上传名片后再开通试用', '开通试用', {
+          confirmButtonText: '知道了',
+          callback: action => {
+            this.$message({
+              type: 'info',
+            });
+          }
+        });
+	 }
     },
 	},
 	mounted() {