diff --git a/src/App.vue b/src/App.vue old mode 100755 new mode 100644 diff --git a/src/api/admin/application.js b/src/api/admin/application.js old mode 100755 new mode 100644 diff --git a/src/api/admin/config.js b/src/api/admin/config.js old mode 100755 new mode 100644 diff --git a/src/api/admin/crm.js b/src/api/admin/crm.js old mode 100755 new mode 100644 diff --git a/src/api/admin/employeeDep.js b/src/api/admin/employeeDep.js old mode 100755 new mode 100644 diff --git a/src/api/admin/file.js b/src/api/admin/file.js old mode 100755 new mode 100644 diff --git a/src/api/admin/init.js b/src/api/admin/init.js old mode 100755 new mode 100644 diff --git a/src/api/admin/log.js b/src/api/admin/log.js old mode 100755 new mode 100644 diff --git a/src/api/admin/oa.js b/src/api/admin/oa.js old mode 100755 new mode 100644 diff --git a/src/api/admin/other.js b/src/api/admin/other.js old mode 100755 new mode 100644 diff --git a/src/api/admin/project.js b/src/api/admin/project.js old mode 100755 new mode 100644 diff --git a/src/api/admin/update.js b/src/api/admin/update.js old mode 100755 new mode 100644 diff --git a/src/api/admin/user.js b/src/api/admin/user.js old mode 100755 new mode 100644 diff --git a/src/api/bi/achievement.js b/src/api/bi/achievement.js old mode 100755 new mode 100644 diff --git a/src/api/bi/bi.js b/src/api/bi/bi.js old mode 100755 new mode 100644 diff --git a/src/api/bi/business.js b/src/api/bi/business.js old mode 100755 new mode 100644 diff --git a/src/api/bi/customer.js b/src/api/bi/customer.js old mode 100755 new mode 100644 diff --git a/src/api/bi/customerPortrayal.js b/src/api/bi/customerPortrayal.js old mode 100755 new mode 100644 diff --git a/src/api/bi/oa.js b/src/api/bi/oa.js old mode 100755 new mode 100644 diff --git a/src/api/bi/product.js b/src/api/bi/product.js old mode 100755 new mode 100644 diff --git a/src/api/bi/ranking.js b/src/api/bi/ranking.js old mode 100755 new mode 100644 diff --git a/src/api/calendar/index.js b/src/api/calendar/index.js old mode 100755 new mode 100644 diff --git a/src/api/common.js b/src/api/common.js old mode 100755 new mode 100644 diff --git a/src/api/config.js b/src/api/config.js old mode 100755 new mode 100644 diff --git a/src/api/crm/business.js b/src/api/crm/business.js old mode 100755 new mode 100644 diff --git a/src/api/crm/common.js b/src/api/crm/common.js old mode 100755 new mode 100644 diff --git a/src/api/crm/contacts.js b/src/api/crm/contacts.js old mode 100755 new mode 100644 diff --git a/src/api/crm/contract.js b/src/api/crm/contract.js old mode 100755 new mode 100644 diff --git a/src/api/crm/customer.js b/src/api/crm/customer.js old mode 100755 new mode 100644 diff --git a/src/api/crm/invoice.js b/src/api/crm/invoice.js old mode 100755 new mode 100644 diff --git a/src/api/crm/leads.js b/src/api/crm/leads.js old mode 100755 new mode 100644 diff --git a/src/api/crm/message.js b/src/api/crm/message.js old mode 100755 new mode 100644 index 68e298e..7c03074 --- a/src/api/crm/message.js +++ b/src/api/crm/message.js @@ -197,6 +197,21 @@ export function crmMessageCheckInvoiceAPI(data) { }) } +/** + * 待审核商机 + * @param {*} data + */ +export function crmMessageCheckBusinessAPI(data) { + return request({ + url: 'crm/message/checkBusiness', + method: 'post', + data: data, + headers: { + 'Content-Type': 'application/json;charset=UTF-8' + } + }) +} + /** * 全部标为已处理接口 * @param {*} data diff --git a/src/api/crm/nearby.js b/src/api/crm/nearby.js old mode 100755 new mode 100644 diff --git a/src/api/crm/product.js b/src/api/crm/product.js old mode 100755 new mode 100644 diff --git a/src/api/crm/receivables.js b/src/api/crm/receivables.js old mode 100755 new mode 100644 diff --git a/src/api/crm/visit.js b/src/api/crm/visit.js old mode 100755 new mode 100644 diff --git a/src/api/crm/workbench.js b/src/api/crm/workbench.js old mode 100755 new mode 100644 diff --git a/src/api/examine/index.js b/src/api/examine/index.js old mode 100755 new mode 100644 diff --git a/src/api/login.js b/src/api/login.js old mode 100755 new mode 100644 diff --git a/src/api/oa/addressBook.js b/src/api/oa/addressBook.js old mode 100755 new mode 100644 diff --git a/src/api/oa/common.js b/src/api/oa/common.js old mode 100755 new mode 100644 diff --git a/src/api/oa/examine.js b/src/api/oa/examine.js old mode 100755 new mode 100644 diff --git a/src/api/oa/journal.js b/src/api/oa/journal.js old mode 100755 new mode 100644 diff --git a/src/api/oa/notice.js b/src/api/oa/notice.js old mode 100755 new mode 100644 diff --git a/src/api/pm/archive.js b/src/api/pm/archive.js old mode 100755 new mode 100644 diff --git a/src/api/pm/project.js b/src/api/pm/project.js old mode 100755 new mode 100644 diff --git a/src/api/pm/projectTask.js b/src/api/pm/projectTask.js old mode 100755 new mode 100644 diff --git a/src/api/pm/recycle.js b/src/api/pm/recycle.js old mode 100755 new mode 100644 diff --git a/src/api/pm/statistics.js b/src/api/pm/statistics.js old mode 100755 new mode 100644 diff --git a/src/api/pm/tag.js b/src/api/pm/tag.js old mode 100755 new mode 100644 diff --git a/src/api/pm/task.js b/src/api/pm/task.js old mode 100755 new mode 100644 diff --git a/src/api/task/task.js b/src/api/task/task.js old mode 100755 new mode 100644 diff --git a/src/api/user/personCenter.js b/src/api/user/personCenter.js old mode 100755 new mode 100644 diff --git a/src/assets/401_images/1.gif b/src/assets/401_images/1.gif old mode 100755 new mode 100644 diff --git a/src/assets/401_images/401.gif b/src/assets/401_images/401.gif old mode 100755 new mode 100644 diff --git a/src/assets/404_images/404.png b/src/assets/404_images/404.png old mode 100755 new mode 100644 diff --git a/src/assets/404_images/404_cloud.png b/src/assets/404_images/404_cloud.png old mode 100755 new mode 100644 diff --git a/src/assets/activity/activity_five.jpg b/src/assets/activity/activity_five.jpg old mode 100755 new mode 100644 diff --git a/src/assets/activity/activity_four.jpg b/src/assets/activity/activity_four.jpg old mode 100755 new mode 100644 diff --git a/src/assets/activity/activity_one.jpg b/src/assets/activity/activity_one.jpg old mode 100755 new mode 100644 diff --git a/src/assets/activity/activity_six.jpg b/src/assets/activity/activity_six.jpg old mode 100755 new mode 100644 diff --git a/src/assets/activity/activity_three.jpg b/src/assets/activity/activity_three.jpg old mode 100755 new mode 100644 diff --git a/src/assets/activity/activity_two.jpg b/src/assets/activity/activity_two.jpg old mode 100755 new mode 100644 diff --git a/src/assets/android_10.png b/src/assets/android_10.png old mode 100755 new mode 100644 diff --git a/src/assets/icon_light.png b/src/assets/icon_light.png old mode 100755 new mode 100644 diff --git a/src/assets/iconfont copy1/iconfont.css b/src/assets/iconfont copy1/iconfont.css old mode 100755 new mode 100644 diff --git a/src/assets/iconfont copy1/iconfont.eot b/src/assets/iconfont copy1/iconfont.eot old mode 100755 new mode 100644 diff --git a/src/assets/iconfont copy1/iconfont.svg b/src/assets/iconfont copy1/iconfont.svg old mode 100755 new mode 100644 diff --git a/src/assets/iconfont copy1/iconfont.ttf b/src/assets/iconfont copy1/iconfont.ttf old mode 100755 new mode 100644 diff --git a/src/assets/iconfont copy1/iconfont.woff b/src/assets/iconfont copy1/iconfont.woff old mode 100755 new mode 100644 diff --git a/src/assets/iconfont copy1/iconfont.woff2 b/src/assets/iconfont copy1/iconfont.woff2 old mode 100755 new mode 100644 diff --git a/src/assets/iconfont/iconfont.css b/src/assets/iconfont/iconfont.css old mode 100755 new mode 100644 diff --git a/src/assets/iconfont/iconfont.eot b/src/assets/iconfont/iconfont.eot old mode 100755 new mode 100644 diff --git a/src/assets/iconfont/iconfont.svg b/src/assets/iconfont/iconfont.svg old mode 100755 new mode 100644 diff --git a/src/assets/iconfont/iconfont.ttf b/src/assets/iconfont/iconfont.ttf old mode 100755 new mode 100644 diff --git a/src/assets/iconfont/iconfont.woff b/src/assets/iconfont/iconfont.woff old mode 100755 new mode 100644 diff --git a/src/assets/iconfont/iconfont.woff2 b/src/assets/iconfont/iconfont.woff2 old mode 100755 new mode 100644 diff --git a/src/assets/img/1.png b/src/assets/img/1.png old mode 100755 new mode 100644 diff --git a/src/assets/img/2.png b/src/assets/img/2.png old mode 100755 new mode 100644 diff --git a/src/assets/img/3.png b/src/assets/img/3.png old mode 100755 new mode 100644 diff --git a/src/assets/img/add_examine.png b/src/assets/img/add_examine.png old mode 100755 new mode 100644 diff --git a/src/assets/img/addressBook/address_logo.png b/src/assets/img/addressBook/address_logo.png old mode 100755 new mode 100644 diff --git a/src/assets/img/browse_count.png b/src/assets/img/browse_count.png old mode 100755 new mode 100644 diff --git a/src/assets/img/c_filtrate.png b/src/assets/img/c_filtrate.png old mode 100755 new mode 100644 diff --git a/src/assets/img/calendar_cus.png b/src/assets/img/calendar_cus.png old mode 100755 new mode 100644 diff --git a/src/assets/img/calendar_sys.png b/src/assets/img/calendar_sys.png old mode 100755 new mode 100644 diff --git a/src/assets/img/card-code.jpg b/src/assets/img/card-code.jpg old mode 100755 new mode 100644 diff --git a/src/assets/img/check_cancel.png b/src/assets/img/check_cancel.png old mode 100755 new mode 100644 diff --git a/src/assets/img/check_create.png b/src/assets/img/check_create.png old mode 100755 new mode 100644 diff --git a/src/assets/img/check_fail.png b/src/assets/img/check_fail.png old mode 100755 new mode 100644 diff --git a/src/assets/img/check_revoke.png b/src/assets/img/check_revoke.png old mode 100755 new mode 100644 diff --git a/src/assets/img/check_suc.png b/src/assets/img/check_suc.png old mode 100755 new mode 100644 diff --git a/src/assets/img/check_wait.png b/src/assets/img/check_wait.png old mode 100755 new mode 100644 diff --git a/src/assets/img/collapse_white.png b/src/assets/img/collapse_white.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/board.png b/src/assets/img/crm/board.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/business.png b/src/assets/img/crm/business.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/contacts.png b/src/assets/img/crm/contacts.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/contract.png b/src/assets/img/crm/contract.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/customer.png b/src/assets/img/crm/customer.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/customer_not.png b/src/assets/img/crm/customer_not.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/invoice.png b/src/assets/img/crm/invoice.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/leads.png b/src/assets/img/crm/leads.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/leads_not.png b/src/assets/img/crm/leads_not.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/marketing.png b/src/assets/img/crm/marketing.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/nearby.png b/src/assets/img/crm/nearby.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/nearby_not.png b/src/assets/img/crm/nearby_not.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/product.png b/src/assets/img/crm/product.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/receivables.png b/src/assets/img/crm/receivables.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/receivables_plan.png b/src/assets/img/crm/receivables_plan.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/seas.png b/src/assets/img/crm/seas.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/seas_not.png b/src/assets/img/crm/seas_not.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/todo.png b/src/assets/img/crm/todo.png old mode 100755 new mode 100644 diff --git a/src/assets/img/crm/visit.png b/src/assets/img/crm/visit.png old mode 100755 new mode 100644 diff --git a/src/assets/img/customer_active.png b/src/assets/img/customer_active.png old mode 100755 new mode 100644 diff --git a/src/assets/img/delete_task.png b/src/assets/img/delete_task.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/126.png b/src/assets/img/email/126.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/163.png b/src/assets/img/email/163.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/189.png b/src/assets/img/email/189.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/Outlook.png b/src/assets/img/email/Outlook.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/deleted.png b/src/assets/img/email/deleted.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/draft.png b/src/assets/img/email/draft.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/email_set.png b/src/assets/img/email/email_set.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/enterprise.png b/src/assets/img/email/enterprise.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/left.png b/src/assets/img/email/left.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/qq.png b/src/assets/img/email/qq.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/receive.png b/src/assets/img/email/receive.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/sent.png b/src/assets/img/email/sent.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/soho.png b/src/assets/img/email/soho.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/spam.png b/src/assets/img/email/spam.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/star.png b/src/assets/img/email/star.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/tom.png b/src/assets/img/email/tom.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/writeLetter.png b/src/assets/img/email/writeLetter.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/xinlang.png b/src/assets/img/email/xinlang.png old mode 100755 new mode 100644 diff --git a/src/assets/img/email/yahu.png b/src/assets/img/email/yahu.png old mode 100755 new mode 100644 diff --git a/src/assets/img/empty.png b/src/assets/img/empty.png old mode 100755 new mode 100644 diff --git a/src/assets/img/examine_head.png b/src/assets/img/examine_head.png old mode 100755 new mode 100644 diff --git a/src/assets/img/favicon.png b/src/assets/img/favicon.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_bmp.png b/src/assets/img/file/file_bmp.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_excle.png b/src/assets/img/file/file_excle.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_img.png b/src/assets/img/file/file_img.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_music.png b/src/assets/img/file/file_music.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_pdf.png b/src/assets/img/file/file_pdf.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_ppt.png b/src/assets/img/file/file_ppt.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_psd.png b/src/assets/img/file/file_psd.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_tif.png b/src/assets/img/file/file_tif.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_txt.png b/src/assets/img/file/file_txt.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_unknown.png b/src/assets/img/file/file_unknown.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_video.png b/src/assets/img/file/file_video.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_word.png b/src/assets/img/file/file_word.png old mode 100755 new mode 100644 diff --git a/src/assets/img/file/file_zip.png b/src/assets/img/file/file_zip.png old mode 100755 new mode 100644 diff --git a/src/assets/img/fold.png b/src/assets/img/fold.png old mode 100755 new mode 100644 diff --git a/src/assets/img/fun.png b/src/assets/img/fun.png old mode 100755 new mode 100644 diff --git a/src/assets/img/head.png b/src/assets/img/head.png old mode 100755 new mode 100644 diff --git a/src/assets/img/loading.gif b/src/assets/img/loading.gif old mode 100755 new mode 100644 diff --git a/src/assets/img/login/login.png b/src/assets/img/login/login.png old mode 100755 new mode 100644 diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png old mode 100755 new mode 100644 diff --git a/src/assets/img/nearby_bg.png b/src/assets/img/nearby_bg.png old mode 100755 new mode 100644 diff --git a/src/assets/img/no_data.png b/src/assets/img/no_data.png old mode 100755 new mode 100644 diff --git a/src/assets/img/nopermission.png b/src/assets/img/nopermission.png old mode 100755 new mode 100644 diff --git a/src/assets/img/position.png b/src/assets/img/position.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/archive_project.png b/src/assets/img/project/archive_project.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/head.png b/src/assets/img/project/head.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/my_task.png b/src/assets/img/project/my_task.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/project_add.png b/src/assets/img/project/project_add.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/project_filtrate.png b/src/assets/img/project/project_filtrate.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/relevance_file.png b/src/assets/img/project/relevance_file.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/schedule.png b/src/assets/img/project/schedule.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/send_contacts.png b/src/assets/img/project/send_contacts.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/smiling_face.png b/src/assets/img/project/smiling_face.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/t_set.png b/src/assets/img/project/t_set.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_accessory.png b/src/assets/img/project/task_accessory.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_add.png b/src/assets/img/project/task_add.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_circle.png b/src/assets/img/project/task_circle.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_close.png b/src/assets/img/project/task_close.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_download.png b/src/assets/img/project/task_download.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_ellipsis.png b/src/assets/img/project/task_ellipsis.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_end_time.png b/src/assets/img/project/task_end_time.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_priority.png b/src/assets/img/project/task_priority.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_subtask.png b/src/assets/img/project/task_subtask.png old mode 100755 new mode 100644 diff --git a/src/assets/img/project/task_tag.png b/src/assets/img/project/task_tag.png old mode 100755 new mode 100644 diff --git a/src/assets/img/relevance_file.png b/src/assets/img/relevance_file.png old mode 100755 new mode 100644 diff --git a/src/assets/img/resource/cycle.png b/src/assets/img/resource/cycle.png old mode 100755 new mode 100644 diff --git a/src/assets/img/resource/people.png b/src/assets/img/resource/people.png old mode 100755 new mode 100644 diff --git a/src/assets/img/resource/setting.png b/src/assets/img/resource/setting.png old mode 100755 new mode 100644 diff --git a/src/assets/img/scene_add.png b/src/assets/img/scene_add.png old mode 100755 new mode 100644 diff --git a/src/assets/img/scene_set.png b/src/assets/img/scene_set.png old mode 100755 new mode 100644 diff --git a/src/assets/img/sprite/vue-emoji.png b/src/assets/img/sprite/vue-emoji.png old mode 100755 new mode 100644 diff --git a/src/assets/img/status-achieve.png b/src/assets/img/status-achieve.png old mode 100755 new mode 100644 diff --git a/src/assets/img/status-stop.png b/src/assets/img/status-stop.png old mode 100755 new mode 100644 diff --git a/src/assets/img/submit_count.png b/src/assets/img/submit_count.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/bi_disable.png b/src/assets/img/system/app/bi_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/bi_enable.png b/src/assets/img/system/app/bi_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/book_disable.png b/src/assets/img/system/app/book_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/book_enable.png b/src/assets/img/system/app/book_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/call_disable.png b/src/assets/img/system/app/call_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/call_enable.png b/src/assets/img/system/app/call_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/ce_disable.png b/src/assets/img/system/app/ce_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/ce_enable.png b/src/assets/img/system/app/ce_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/ce_index.png b/src/assets/img/system/app/ce_index.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/crm_disable.png b/src/assets/img/system/app/crm_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/crm_enable.png b/src/assets/img/system/app/crm_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/log_disable.png b/src/assets/img/system/app/log_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/log_enable.png b/src/assets/img/system/app/log_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/oa_disable.png b/src/assets/img/system/app/oa_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/oa_enable.png b/src/assets/img/system/app/oa_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/other_disable.png b/src/assets/img/system/app/other_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/other_enable.png b/src/assets/img/system/app/other_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/phone.png b/src/assets/img/system/app/phone.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/project_disable.png b/src/assets/img/system/app/project_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/project_enable.png b/src/assets/img/system/app/project_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/taskExamine_disable.png b/src/assets/img/system/app/taskExamine_disable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/app/taskExamine_enable.png b/src/assets/img/system/app/taskExamine_enable.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/customer_pool_module.png b/src/assets/img/system/customer_pool_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/examine_module.png b/src/assets/img/system/examine_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/leads_module.png b/src/assets/img/system/leads_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/leads_pool_module.png b/src/assets/img/system/leads_pool_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/log_module.png b/src/assets/img/system/log_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/notice_module.png b/src/assets/img/system/notice_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/schedule_module.png b/src/assets/img/system/schedule_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/system/task_module.png b/src/assets/img/system/task_module.png old mode 100755 new mode 100644 diff --git a/src/assets/img/t_set.png b/src/assets/img/t_set.png old mode 100755 new mode 100644 diff --git a/src/assets/img/task_close.png b/src/assets/img/task_close.png old mode 100755 new mode 100644 diff --git a/src/assets/img/unfold.png b/src/assets/img/unfold.png old mode 100755 new mode 100644 diff --git a/src/assets/img/upgrade_bar.png b/src/assets/img/upgrade_bar.png old mode 100755 new mode 100644 diff --git a/src/assets/img/weixin.png b/src/assets/img/weixin.png old mode 100755 new mode 100644 diff --git a/src/assets/img/weixin_di1.png b/src/assets/img/weixin_di1.png old mode 100755 new mode 100644 diff --git a/src/assets/img/weixin_di2.png b/src/assets/img/weixin_di2.png old mode 100755 new mode 100644 diff --git a/src/assets/img/weixin_ding1.png b/src/assets/img/weixin_ding1.png old mode 100755 new mode 100644 diff --git a/src/assets/img/weixin_ding2.png b/src/assets/img/weixin_ding2.png old mode 100755 new mode 100644 diff --git a/src/assets/img/weixin_phone.png b/src/assets/img/weixin_phone.png old mode 100755 new mode 100644 diff --git a/src/assets/img/weixin_two.png b/src/assets/img/weixin_two.png old mode 100755 new mode 100644 diff --git a/src/assets/img/white.png b/src/assets/img/white.png old mode 100755 new mode 100644 diff --git a/src/assets/ios_10.png b/src/assets/ios_10.png old mode 100755 new mode 100644 diff --git a/src/assets/login/360.png b/src/assets/login/360.png old mode 100755 new mode 100644 diff --git a/src/assets/login/android.png b/src/assets/login/android.png old mode 100755 new mode 100644 diff --git a/src/assets/login/android_white.png b/src/assets/login/android_white.png old mode 100755 new mode 100644 diff --git a/src/assets/login/bg.png b/src/assets/login/bg.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card1.png b/src/assets/login/card1.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card2.png b/src/assets/login/card2.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card3.png b/src/assets/login/card3.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card4.png b/src/assets/login/card4.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card5.png b/src/assets/login/card5.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card6.png b/src/assets/login/card6.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card7.png b/src/assets/login/card7.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card8.png b/src/assets/login/card8.png old mode 100755 new mode 100644 diff --git a/src/assets/login/card9.png b/src/assets/login/card9.png old mode 100755 new mode 100644 diff --git a/src/assets/login/chrome.png b/src/assets/login/chrome.png old mode 100755 new mode 100644 diff --git a/src/assets/login/dialogebg.png b/src/assets/login/dialogebg.png old mode 100755 new mode 100644 diff --git a/src/assets/login/error.png b/src/assets/login/error.png old mode 100755 new mode 100644 diff --git a/src/assets/login/fast.png b/src/assets/login/fast.png old mode 100755 new mode 100644 diff --git a/src/assets/login/firefox.png b/src/assets/login/firefox.png old mode 100755 new mode 100644 diff --git a/src/assets/login/gift.png b/src/assets/login/gift.png old mode 100755 new mode 100644 diff --git a/src/assets/login/help.png b/src/assets/login/help.png old mode 100755 new mode 100644 diff --git a/src/assets/login/icon.png b/src/assets/login/icon.png old mode 100755 new mode 100644 diff --git a/src/assets/login/ios.png b/src/assets/login/ios.png old mode 100755 new mode 100644 diff --git a/src/assets/login/ios_white.png b/src/assets/login/ios_white.png old mode 100755 new mode 100644 diff --git a/src/assets/login/m_checked.png b/src/assets/login/m_checked.png old mode 100755 new mode 100644 diff --git a/src/assets/login/m_company.png b/src/assets/login/m_company.png old mode 100755 new mode 100644 diff --git a/src/assets/login/ma.png b/src/assets/login/ma.png old mode 100755 new mode 100644 diff --git a/src/assets/login/mac.png b/src/assets/login/mac.png old mode 100755 new mode 100644 diff --git a/src/assets/login/main_pic.png b/src/assets/login/main_pic.png old mode 100755 new mode 100644 diff --git a/src/assets/login/mobile.png b/src/assets/login/mobile.png old mode 100755 new mode 100644 diff --git a/src/assets/login/mobile_white.png b/src/assets/login/mobile_white.png old mode 100755 new mode 100644 diff --git a/src/assets/login/official.png b/src/assets/login/official.png old mode 100755 new mode 100644 diff --git a/src/assets/login/pwd.png b/src/assets/login/pwd.png old mode 100755 new mode 100644 diff --git a/src/assets/login/pwd_active.png b/src/assets/login/pwd_active.png old mode 100755 new mode 100644 diff --git a/src/assets/login/qq.png b/src/assets/login/qq.png old mode 100755 new mode 100644 diff --git a/src/assets/login/qrcode.png b/src/assets/login/qrcode.png old mode 100755 new mode 100644 diff --git a/src/assets/login/safari.png b/src/assets/login/safari.png old mode 100755 new mode 100644 diff --git a/src/assets/login/sougou.png b/src/assets/login/sougou.png old mode 100755 new mode 100644 diff --git a/src/assets/login/username.png b/src/assets/login/username.png old mode 100755 new mode 100644 diff --git a/src/assets/login/username_active.png b/src/assets/login/username_active.png old mode 100755 new mode 100644 diff --git a/src/assets/login/verify_picture.png b/src/assets/login/verify_picture.png old mode 100755 new mode 100644 diff --git a/src/assets/login/verify_success.png b/src/assets/login/verify_success.png old mode 100755 new mode 100644 diff --git a/src/assets/login/welcome_bg.png b/src/assets/login/welcome_bg.png old mode 100755 new mode 100644 diff --git a/src/assets/login/wen.png b/src/assets/login/wen.png old mode 100755 new mode 100644 diff --git a/src/assets/login/windows.png b/src/assets/login/windows.png old mode 100755 new mode 100644 diff --git a/src/assets/logo_white.png b/src/assets/logo_white.png old mode 100755 new mode 100644 diff --git a/src/assets/post/post-five.jpg b/src/assets/post/post-five.jpg old mode 100755 new mode 100644 diff --git a/src/assets/post/post-four.jpg b/src/assets/post/post-four.jpg old mode 100755 new mode 100644 diff --git a/src/assets/post/post-one.jpg b/src/assets/post/post-one.jpg old mode 100755 new mode 100644 diff --git a/src/assets/post/post-six.jpg b/src/assets/post/post-six.jpg old mode 100755 new mode 100644 diff --git a/src/assets/post/post-three.jpg b/src/assets/post/post-three.jpg old mode 100755 new mode 100644 diff --git a/src/assets/post/post-two.jpg b/src/assets/post/post-two.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/1.jpg b/src/assets/verify_img/1.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/10.jpg b/src/assets/verify_img/10.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/11.jpg b/src/assets/verify_img/11.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/12.jpg b/src/assets/verify_img/12.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/13.jpg b/src/assets/verify_img/13.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/14.jpg b/src/assets/verify_img/14.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/15.jpg b/src/assets/verify_img/15.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/16.jpg b/src/assets/verify_img/16.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/17.jpg b/src/assets/verify_img/17.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/18.jpg b/src/assets/verify_img/18.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/19.jpg b/src/assets/verify_img/19.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/2.jpg b/src/assets/verify_img/2.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/20.jpg b/src/assets/verify_img/20.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/3.jpg b/src/assets/verify_img/3.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/4.jpg b/src/assets/verify_img/4.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/5.jpg b/src/assets/verify_img/5.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/6.jpg b/src/assets/verify_img/6.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/7.jpg b/src/assets/verify_img/7.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/8.jpg b/src/assets/verify_img/8.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/9.jpg b/src/assets/verify_img/9.jpg old mode 100755 new mode 100644 diff --git a/src/assets/verify_img/weixin_di1.png b/src/assets/verify_img/weixin_di1.png old mode 100755 new mode 100644 diff --git a/src/components/BaseTabsHead/index.vue b/src/components/BaseTabsHead/index.vue old mode 100755 new mode 100644 diff --git a/src/components/CRMFullScreenDetail.vue b/src/components/CRMFullScreenDetail.vue old mode 100755 new mode 100644 diff --git a/src/components/CRMImport/CRMImportHistory.vue b/src/components/CRMImport/CRMImportHistory.vue old mode 100755 new mode 100644 diff --git a/src/components/CRMImport/index.vue b/src/components/CRMImport/index.vue old mode 100755 new mode 100644 diff --git a/src/components/CommentList.vue b/src/components/CommentList.vue old mode 100755 new mode 100644 diff --git a/src/components/CommonWords/Set.vue b/src/components/CommonWords/Set.vue old mode 100755 new mode 100644 diff --git a/src/components/CommonWords/index.vue b/src/components/CommonWords/index.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/CrmRelative.vue b/src/components/CreateCom/CrmRelative.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/CrmRelativeCell.vue b/src/components/CreateCom/CrmRelativeCell.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/CrmRelativeTable.vue b/src/components/CreateCom/CrmRelativeTable.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhBusinessStatus.vue b/src/components/CreateCom/XhBusinessStatus.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhCustomerAddress.vue b/src/components/CreateCom/XhCustomerAddress.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhDate.vue b/src/components/CreateCom/XhDate.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhDateTime.vue b/src/components/CreateCom/XhDateTime.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhFiles.vue b/src/components/CreateCom/XhFiles.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhInput.vue b/src/components/CreateCom/XhInput.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhMultipleSelect.vue b/src/components/CreateCom/XhMultipleSelect.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhProduct.vue b/src/components/CreateCom/XhProduct.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhProuctCate.vue b/src/components/CreateCom/XhProuctCate.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhReceivablesPlan.vue b/src/components/CreateCom/XhReceivablesPlan.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhSelect.vue b/src/components/CreateCom/XhSelect.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhStrucUserCell.vue b/src/components/CreateCom/XhStrucUserCell.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhStructure.vue b/src/components/CreateCom/XhStructure.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhStructureCell.vue b/src/components/CreateCom/XhStructureCell.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhTextarea.vue b/src/components/CreateCom/XhTextarea.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/XhUser.vue b/src/components/CreateCom/XhUser.vue old mode 100755 new mode 100644 index 1bb99e2..0c76a7c --- a/src/components/CreateCom/XhUser.vue +++ b/src/components/CreateCom/XhUser.vue @@ -155,6 +155,7 @@ export default { this.infoType === 'crm_contract' || this.infoType === 'crm_invoice' || this.infoType === 'crm_receivables' || + this.infoType === 'crm_business' || this.infoType === 'oa_examine' ) { return userListAPI @@ -173,6 +174,7 @@ export default { this.infoType === 'crm_contract' || this.infoType === 'crm_invoice' || this.infoType === 'crm_receivables' || + this.infoType === 'crm_business' || this.infoType === 'oa_examine' ) { params.pageType = 0 diff --git a/src/components/CreateCom/XhUserCell.vue b/src/components/CreateCom/XhUserCell.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/arrayMixin.js b/src/components/CreateCom/arrayMixin.js old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/index.js b/src/components/CreateCom/index.js old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/objMixin.js b/src/components/CreateCom/objMixin.js old mode 100755 new mode 100644 diff --git a/src/components/CreateCom/stringMixin.js b/src/components/CreateCom/stringMixin.js old mode 100755 new mode 100644 diff --git a/src/components/CreateSections.vue b/src/components/CreateSections.vue old mode 100755 new mode 100644 diff --git a/src/components/CreateView.vue b/src/components/CreateView.vue old mode 100755 new mode 100644 diff --git a/src/components/EditImage.vue b/src/components/EditImage.vue old mode 100755 new mode 100644 diff --git a/src/components/Emoji.vue b/src/components/Emoji.vue old mode 100755 new mode 100644 diff --git a/src/components/Examine/CheckFlow.vue b/src/components/Examine/CheckFlow.vue old mode 100755 new mode 100644 index ac3f2c8..88a9bc4 --- a/src/components/Examine/CheckFlow.vue +++ b/src/components/Examine/CheckFlow.vue @@ -94,6 +94,7 @@ export default { crm_contract: crmExamineRecordLogListAPI, crm_receivables: crmExamineRecordLogListAPI, crm_invoice: crmExamineRecordLogListAPI, + crm_business: crmExamineRecordLogListAPI, oa_examine: oaExamineFlowRecordListAPI }[this.examineType] diff --git a/src/components/Examine/CreateExamineInfo.vue b/src/components/Examine/CreateExamineInfo.vue old mode 100755 new mode 100644 index ec76d78..5cf5631 --- a/src/components/Examine/CreateExamineInfo.vue +++ b/src/components/Examine/CreateExamineInfo.vue @@ -117,7 +117,8 @@ export default { oa_examine: oaCreateExamineFlowAPI, crm_contract: crmExamineStepAPI, crm_invoice: crmExamineStepAPI, - crm_receivables: crmExamineStepAPI + crm_receivables: crmExamineStepAPI, + crm_business: crmExamineStepAPI }[this.types] // const params = {} @@ -131,8 +132,9 @@ export default { params.categoryType = { crm_contract: 1, crm_receivables: 2, - crm_invoice: 3 - }[this.types] // 1 合同 2 回款 3 发票 + crm_invoice: 3, + crm_business: 4 + }[this.types] // 1 合同 2 回款 3 发票 4 商机 params.types = this.types } reqeust(params) diff --git a/src/components/Examine/ExamineHandle.vue b/src/components/Examine/ExamineHandle.vue old mode 100755 new mode 100644 index fda152f..9fae9cc --- a/src/components/Examine/ExamineHandle.vue +++ b/src/components/Examine/ExamineHandle.vue @@ -164,7 +164,8 @@ export default { if ( this.examineType == 'crm_contract' || this.examineType == 'crm_invoice' || - this.examineType == 'crm_receivables' + this.examineType == 'crm_receivables' || + this.examineType == 'crm_business' ) { this.$store.dispatch('GetMessageNum') } @@ -220,7 +221,8 @@ export default { if ( this.examineType == 'crm_contract' || this.examineType == 'crm_invoice' || - this.examineType == 'crm_receivables' + this.examineType == 'crm_receivables' || + this.examineType == 'crm_business' ) { this.$store.dispatch('GetMessageNum') } diff --git a/src/components/Examine/ExamineInfo.vue b/src/components/Examine/ExamineInfo.vue old mode 100755 new mode 100644 index b3ab7b0..69020b0 --- a/src/components/Examine/ExamineInfo.vue +++ b/src/components/Examine/ExamineInfo.vue @@ -204,6 +204,7 @@ export default { crm_contract: crmExamineRecordRecordListAPI, crm_receivables: crmExamineRecordRecordListAPI, crm_invoice: crmExamineRecordRecordListAPI, + crm_business: crmExamineRecordRecordListAPI, oa_examine: oaExamineFlowStepListAPI }[this.examineType] diff --git a/src/components/FileListView.vue b/src/components/FileListView.vue old mode 100755 new mode 100644 diff --git a/src/components/FileUpload/index.js b/src/components/FileUpload/index.js old mode 100755 new mode 100644 diff --git a/src/components/FileUpload/src/WkUploadCell.vue b/src/components/FileUpload/src/WkUploadCell.vue old mode 100755 new mode 100644 diff --git a/src/components/FileUpload/src/main.js b/src/components/FileUpload/src/main.js old mode 100755 new mode 100644 diff --git a/src/components/FileUpload/src/main.vue b/src/components/FileUpload/src/main.vue old mode 100755 new mode 100644 diff --git a/src/components/MapView.vue b/src/components/MapView.vue old mode 100755 new mode 100644 diff --git a/src/components/Menu/XrRadioMenu/index.vue b/src/components/Menu/XrRadioMenu/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkCheckbox/index.vue b/src/components/NewCom/WkCheckbox/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDepSelect/index.vue b/src/components/NewCom/WkDepSelect/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDepSelect/src/SelectDropdown.vue b/src/components/NewCom/WkDepSelect/src/SelectDropdown.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDepSelect/src/WkDep.vue b/src/components/NewCom/WkDepSelect/src/WkDep.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDescText/index.vue b/src/components/NewCom/WkDescText/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDetailTable/View.vue b/src/components/NewCom/WkDetailTable/View.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDetailTable/WkTableItems.vue b/src/components/NewCom/WkDetailTable/WkTableItems.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDetailTable/index.vue b/src/components/NewCom/WkDetailTable/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkDistpicker/index.vue b/src/components/NewCom/WkDistpicker/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkFile/Select/index.vue b/src/components/NewCom/WkFile/Select/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkFile/Select/main.js b/src/components/NewCom/WkFile/Select/main.js old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkFile/Select/main.vue b/src/components/NewCom/WkFile/Select/main.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/GenerateRules.js b/src/components/NewCom/WkForm/GenerateRules.js old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/Mixin.js b/src/components/NewCom/WkForm/Mixin.js old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/WkField.vue b/src/components/NewCom/WkForm/WkField.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/WkFieldView.vue b/src/components/NewCom/WkForm/WkFieldView.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/WkFormItem.vue b/src/components/NewCom/WkForm/WkFormItem.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/WkFormItems.vue b/src/components/NewCom/WkForm/WkFormItems.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/index.vue b/src/components/NewCom/WkForm/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkForm/utils.js b/src/components/NewCom/WkForm/utils.js old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkLocation/index.vue b/src/components/NewCom/WkLocation/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkLocationPointDialog/index.vue b/src/components/NewCom/WkLocationPointDialog/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkPercentInput/index.vue b/src/components/NewCom/WkPercentInput/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkPosition/index.vue b/src/components/NewCom/WkPosition/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkSelect/index.vue b/src/components/NewCom/WkSelect/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkSignaturePad/Image.vue b/src/components/NewCom/WkSignaturePad/Image.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkSignaturePad/VueSignaturePad/index.vue b/src/components/NewCom/WkSignaturePad/VueSignaturePad/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkSignaturePad/VueSignaturePad/signature.png b/src/components/NewCom/WkSignaturePad/VueSignaturePad/signature.png old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkSignaturePad/index.vue b/src/components/NewCom/WkSignaturePad/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkSignaturePad/utils/index.js b/src/components/NewCom/WkSignaturePad/utils/index.js old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkUserDepSelect/index.vue b/src/components/NewCom/WkUserDepSelect/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkUserSelect/Dep.vue b/src/components/NewCom/WkUserSelect/Dep.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkUserSelect/DepDialog.vue b/src/components/NewCom/WkUserSelect/DepDialog.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkUserSelect/index.vue b/src/components/NewCom/WkUserSelect/index.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkUserSelect/src/SelectDropdown.vue b/src/components/NewCom/WkUserSelect/src/SelectDropdown.vue old mode 100755 new mode 100644 diff --git a/src/components/NewCom/WkUserSelect/src/WkUser.vue b/src/components/NewCom/WkUserSelect/src/WkUser.vue old mode 100755 new mode 100644 diff --git a/src/components/PictureListView.vue b/src/components/PictureListView.vue old mode 100755 new mode 100644 diff --git a/src/components/QuickAdd/AddFileList.vue b/src/components/QuickAdd/AddFileList.vue old mode 100755 new mode 100644 diff --git a/src/components/QuickAdd/AddImageList.vue b/src/components/QuickAdd/AddImageList.vue old mode 100755 new mode 100644 diff --git a/src/components/QuickAdd/AddRelateList.vue b/src/components/QuickAdd/AddRelateList.vue old mode 100755 new mode 100644 diff --git a/src/components/RelatedBusiness.vue b/src/components/RelatedBusiness.vue old mode 100755 new mode 100644 diff --git a/src/components/RelatedBusinessList.vue b/src/components/RelatedBusinessList.vue old mode 100755 new mode 100644 diff --git a/src/components/Reminder.vue b/src/components/Reminder.vue old mode 100755 new mode 100644 diff --git a/src/components/ReplyComment.vue b/src/components/ReplyComment.vue old mode 100755 new mode 100644 diff --git a/src/components/SelectEmployee/MembersDep.vue b/src/components/SelectEmployee/MembersDep.vue old mode 100755 new mode 100644 diff --git a/src/components/SelectEmployee/MembersDepDialog.vue b/src/components/SelectEmployee/MembersDepDialog.vue old mode 100755 new mode 100644 diff --git a/src/components/SelectEmployee/main.vue b/src/components/SelectEmployee/main.vue old mode 100755 new mode 100644 diff --git a/src/components/SlideVerify.vue b/src/components/SlideVerify.vue old mode 100755 new mode 100644 diff --git a/src/components/SlideView.vue b/src/components/SlideView.vue old mode 100755 new mode 100644 diff --git a/src/components/SvgIcon/index.vue b/src/components/SvgIcon/index.vue old mode 100755 new mode 100644 diff --git a/src/components/TimeTypeSelect/index.vue b/src/components/TimeTypeSelect/index.vue old mode 100755 new mode 100644 diff --git a/src/components/VDistpicker/Distpicker.vue b/src/components/VDistpicker/Distpicker.vue old mode 100755 new mode 100644 diff --git a/src/components/VDistpicker/districts.js b/src/components/VDistpicker/districts.js old mode 100755 new mode 100644 diff --git a/src/components/VDistpicker/index.js b/src/components/VDistpicker/index.js old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/img/pre_close.png b/src/components/VuePictureViewer/img/pre_close.png old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/img/pre_down.png b/src/components/VuePictureViewer/img/pre_down.png old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/img/pre_left.png b/src/components/VuePictureViewer/img/pre_left.png old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/img/pre_max.png b/src/components/VuePictureViewer/img/pre_max.png old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/img/pre_min.png b/src/components/VuePictureViewer/img/pre_min.png old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/img/pre_right.png b/src/components/VuePictureViewer/img/pre_right.png old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/img/pre_rotate.png b/src/components/VuePictureViewer/img/pre_rotate.png old mode 100755 new mode 100644 diff --git a/src/components/VuePictureViewer/index.vue b/src/components/VuePictureViewer/index.vue old mode 100755 new mode 100644 diff --git a/src/components/WkBaseDetail/WkBaseDetailSection.vue b/src/components/WkBaseDetail/WkBaseDetailSection.vue old mode 100755 new mode 100644 diff --git a/src/components/WkBaseDetail/index.vue b/src/components/WkBaseDetail/index.vue old mode 100755 new mode 100644 diff --git a/src/components/WkDetailHeader/index.vue b/src/components/WkDetailHeader/index.vue old mode 100755 new mode 100644 diff --git a/src/components/WkEmpty/index.vue b/src/components/WkEmpty/index.vue old mode 100755 new mode 100644 diff --git a/src/components/WkImport/ImportHistory.vue b/src/components/WkImport/ImportHistory.vue old mode 100755 new mode 100644 diff --git a/src/components/WkImport/ImportMixins.js b/src/components/WkImport/ImportMixins.js old mode 100755 new mode 100644 diff --git a/src/components/WkImport/XrImport.vue b/src/components/WkImport/XrImport.vue old mode 100755 new mode 100644 diff --git a/src/components/WkImport/index.vue b/src/components/WkImport/index.vue old mode 100755 new mode 100644 diff --git a/src/components/WkImport/main.js b/src/components/WkImport/main.js old mode 100755 new mode 100644 diff --git a/src/components/XrAvatar/index.vue b/src/components/XrAvatar/index.vue old mode 100755 new mode 100644 diff --git a/src/components/XrBreadcrumb/index.vue b/src/components/XrBreadcrumb/index.vue old mode 100755 new mode 100644 diff --git a/src/components/XrCreate/index.vue b/src/components/XrCreate/index.vue old mode 100755 new mode 100644 diff --git a/src/components/XrHeader/index.vue b/src/components/XrHeader/index.vue old mode 100755 new mode 100644 diff --git a/src/components/XrImport/XrImportMixins.js b/src/components/XrImport/XrImportMixins.js old mode 100755 new mode 100644 diff --git a/src/components/XrImport/index.vue b/src/components/XrImport/index.vue old mode 100755 new mode 100644 diff --git a/src/components/XrMenu/XrMenuItem.vue b/src/components/XrMenu/XrMenuItem.vue old mode 100755 new mode 100644 diff --git a/src/components/XrMenu/index.vue b/src/components/XrMenu/index.vue old mode 100755 new mode 100644 diff --git a/src/components/XrTableHeader/index.vue b/src/components/XrTableHeader/index.vue old mode 100755 new mode 100644 diff --git a/src/components/XrUpgradeDialog.vue b/src/components/XrUpgradeDialog.vue old mode 100755 new mode 100644 diff --git a/src/components/XrUserView/index.vue b/src/components/XrUserView/index.vue old mode 100755 new mode 100644 diff --git a/src/config.js b/src/config.js old mode 100755 new mode 100644 diff --git a/src/directives/clickDebounce/index.js b/src/directives/clickDebounce/index.js old mode 100755 new mode 100644 diff --git a/src/directives/clickoutside/index.js b/src/directives/clickoutside/index.js old mode 100755 new mode 100644 diff --git a/src/directives/elClickoutside/index.js b/src/directives/elClickoutside/index.js old mode 100755 new mode 100644 diff --git a/src/directives/empty/empty.scss b/src/directives/empty/empty.scss old mode 100755 new mode 100644 diff --git a/src/directives/empty/empty.vue b/src/directives/empty/empty.vue old mode 100755 new mode 100644 diff --git a/src/directives/empty/index.js b/src/directives/empty/index.js old mode 100755 new mode 100644 diff --git a/src/directives/fitText/index.js b/src/directives/fitText/index.js old mode 100755 new mode 100644 diff --git a/src/directives/inputLimit/index.js b/src/directives/inputLimit/index.js old mode 100755 new mode 100644 diff --git a/src/directives/scrollx/index.js b/src/directives/scrollx/index.js old mode 100755 new mode 100644 diff --git a/src/directives/src/index.js b/src/directives/src/index.js old mode 100755 new mode 100644 diff --git a/src/directives/style.scss b/src/directives/style.scss old mode 100755 new mode 100644 diff --git a/src/filters/index.js b/src/filters/index.js old mode 100755 new mode 100644 diff --git a/src/filters/vueNumeralFilter/filters.js b/src/filters/vueNumeralFilter/filters.js old mode 100755 new mode 100644 diff --git a/src/filters/vueNumeralFilter/index.js b/src/filters/vueNumeralFilter/index.js old mode 100755 new mode 100644 diff --git a/src/main.js b/src/main.js old mode 100755 new mode 100644 diff --git a/src/mixins/AdvancedFilter.js b/src/mixins/AdvancedFilter.js old mode 100755 new mode 100644 diff --git a/src/mixins/CheckStatusMixin.js b/src/mixins/CheckStatusMixin.js old mode 100755 new mode 100644 diff --git a/src/mixins/CustomFields.js b/src/mixins/CustomFields.js old mode 100755 new mode 100644 diff --git a/src/mixins/ElDialogLoading.js b/src/mixins/ElDialogLoading.js old mode 100755 new mode 100644 diff --git a/src/mixins/Emitter.js b/src/mixins/Emitter.js old mode 100755 new mode 100644 diff --git a/src/mixins/XrSystemIcon.js b/src/mixins/XrSystemIcon.js old mode 100755 new mode 100644 diff --git a/src/permission.js b/src/permission.js old mode 100755 new mode 100644 diff --git a/src/router/index.js b/src/router/index.js old mode 100755 new mode 100644 diff --git a/src/router/modules/addressBook.js b/src/router/modules/addressBook.js old mode 100755 new mode 100644 diff --git a/src/router/modules/admin.js b/src/router/modules/admin.js old mode 100755 new mode 100644 diff --git a/src/router/modules/bi.js b/src/router/modules/bi.js old mode 100755 new mode 100644 diff --git a/src/router/modules/calendar.js b/src/router/modules/calendar.js old mode 100755 new mode 100644 diff --git a/src/router/modules/crm.js b/src/router/modules/crm.js old mode 100755 new mode 100644 diff --git a/src/router/modules/pm.js b/src/router/modules/pm.js old mode 100755 new mode 100644 diff --git a/src/router/modules/taskExamine.js b/src/router/modules/taskExamine.js old mode 100755 new mode 100644 index ccd6d37..ebac792 --- a/src/router/modules/taskExamine.js +++ b/src/router/modules/taskExamine.js @@ -124,5 +124,16 @@ export default [ icon: 'invoice' } }] + }, + { + ...layout(false), + ignore: true, + children: [{ + path: 'crm/business', + meta: { + title: '待我审批(商机)', + icon: 'business' + } + }] } ] diff --git a/src/router/modules/user.js b/src/router/modules/user.js old mode 100755 new mode 100644 diff --git a/src/router/modules/workLog.js b/src/router/modules/workLog.js old mode 100755 new mode 100644 diff --git a/src/store/getters.js b/src/store/getters.js old mode 100755 new mode 100644 diff --git a/src/store/index.js b/src/store/index.js old mode 100755 new mode 100644 diff --git a/src/store/modules/app.js b/src/store/modules/app.js old mode 100755 new mode 100644 diff --git a/src/store/modules/crm.js b/src/store/modules/crm.js old mode 100755 new mode 100644 diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js old mode 100755 new mode 100644 diff --git a/src/store/modules/user.js b/src/store/modules/user.js old mode 100755 new mode 100644 diff --git a/src/styles/animate.css b/src/styles/animate.css old mode 100755 new mode 100644 diff --git a/src/styles/button.scss b/src/styles/button.scss old mode 100755 new mode 100644 diff --git a/src/styles/calendars.scss b/src/styles/calendars.scss old mode 100755 new mode 100644 diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss old mode 100755 new mode 100644 diff --git a/src/styles/element-variables.scss b/src/styles/element-variables.scss old mode 100755 new mode 100644 diff --git a/src/styles/emoji-sprite.scss b/src/styles/emoji-sprite.scss old mode 100755 new mode 100644 diff --git a/src/styles/iconfont/iconfont.css b/src/styles/iconfont/iconfont.css old mode 100755 new mode 100644 diff --git a/src/styles/iconfont/iconfont.eot b/src/styles/iconfont/iconfont.eot old mode 100755 new mode 100644 diff --git a/src/styles/iconfont/iconfont.svg b/src/styles/iconfont/iconfont.svg old mode 100755 new mode 100644 diff --git a/src/styles/iconfont/iconfont.ttf b/src/styles/iconfont/iconfont.ttf old mode 100755 new mode 100644 diff --git a/src/styles/iconfont/iconfont.woff b/src/styles/iconfont/iconfont.woff old mode 100755 new mode 100644 diff --git a/src/styles/iconfont/iconfont.woff2 b/src/styles/iconfont/iconfont.woff2 old mode 100755 new mode 100644 diff --git a/src/styles/index.scss b/src/styles/index.scss old mode 100755 new mode 100644 diff --git a/src/styles/mixin.scss b/src/styles/mixin.scss old mode 100755 new mode 100644 diff --git a/src/styles/org-tree.scss b/src/styles/org-tree.scss old mode 100755 new mode 100644 diff --git a/src/styles/side-detail.scss b/src/styles/side-detail.scss old mode 100755 new mode 100644 diff --git a/src/styles/table.scss b/src/styles/table.scss old mode 100755 new mode 100644 diff --git a/src/styles/transition.scss b/src/styles/transition.scss old mode 100755 new mode 100644 diff --git a/src/styles/wk-form.scss b/src/styles/wk-form.scss old mode 100755 new mode 100644 diff --git a/src/styles/xr-theme.scss b/src/styles/xr-theme.scss old mode 100755 new mode 100644 diff --git a/src/utils/acc.js b/src/utils/acc.js old mode 100755 new mode 100644 diff --git a/src/utils/auth.js b/src/utils/auth.js old mode 100755 new mode 100644 diff --git a/src/utils/cache.js b/src/utils/cache.js old mode 100755 new mode 100644 diff --git a/src/utils/dom.js b/src/utils/dom.js old mode 100755 new mode 100644 diff --git a/src/utils/emoji-data.js b/src/utils/emoji-data.js old mode 100755 new mode 100644 diff --git a/src/utils/emoji.js b/src/utils/emoji.js old mode 100755 new mode 100644 diff --git a/src/utils/index.js b/src/utils/index.js old mode 100755 new mode 100644 diff --git a/src/utils/merge.js b/src/utils/merge.js old mode 100755 new mode 100644 diff --git a/src/utils/request.js b/src/utils/request.js old mode 100755 new mode 100644 diff --git a/src/utils/types.js b/src/utils/types.js old mode 100755 new mode 100644 diff --git a/src/utils/validate.js b/src/utils/validate.js old mode 100755 new mode 100644 diff --git a/src/views/404.vue b/src/views/404.vue old mode 100755 new mode 100644 diff --git a/src/views/addressBook/index.vue b/src/views/addressBook/index.vue old mode 100755 new mode 100644 diff --git a/src/views/addressBook/style.scss b/src/views/addressBook/style.scss old mode 100755 new mode 100644 diff --git a/src/views/admin/application/index.vue b/src/views/admin/application/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/components/BusinessDialog.vue b/src/views/admin/components/BusinessDialog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/components/PreviewFieldView.vue b/src/views/admin/components/PreviewFieldView.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/config/index.vue b/src/views/admin/config/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/HandleField.vue b/src/views/admin/crm/HandleField.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizGoals/components/AddGoal.vue b/src/views/admin/crm/bizGoals/components/AddGoal.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizGoals/components/TaskSetStatistics.vue b/src/views/admin/crm/bizGoals/components/TaskSetStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizGoals/index.vue b/src/views/admin/crm/bizGoals/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/BusinessGroupSet.vue b/src/views/admin/crm/bizParam/components/BusinessGroupSet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/ContractExpireSet.vue b/src/views/admin/crm/bizParam/components/ContractExpireSet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/CustomerLimitSet.vue b/src/views/admin/crm/bizParam/components/CustomerLimitSet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/EditCustomerLimit.vue b/src/views/admin/crm/bizParam/components/EditCustomerLimit.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/FollowLogTypeSet.vue b/src/views/admin/crm/bizParam/components/FollowLogTypeSet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/ProductCategorySet.vue b/src/views/admin/crm/bizParam/components/ProductCategorySet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/SerialNumberSet.vue b/src/views/admin/crm/bizParam/components/SerialNumberSet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/components/VisitRemindSet.vue b/src/views/admin/crm/bizParam/components/VisitRemindSet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/bizParam/index.vue b/src/views/admin/crm/bizParam/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/FieldInfo.vue b/src/views/admin/crm/components/FieldInfo.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/CheckboxForm.vue b/src/views/admin/crm/components/Fields/CheckboxForm.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/FileForm.vue b/src/views/admin/crm/components/Fields/FileForm.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/MultiLineText.vue b/src/views/admin/crm/components/Fields/MultiLineText.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/SelectForm.vue b/src/views/admin/crm/components/Fields/SelectForm.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/SingleLineText.vue b/src/views/admin/crm/components/Fields/SingleLineText.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/TableForm.vue b/src/views/admin/crm/components/Fields/TableForm.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/form.scss b/src/views/admin/crm/components/Fields/form.scss old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/index.js b/src/views/admin/crm/components/Fields/index.js old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/components/Fields/mixin.js b/src/views/admin/crm/components/Fields/mixin.js old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customField/index.vue b/src/views/admin/crm/customField/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customer/components/DetailRecycleRule.vue b/src/views/admin/crm/customer/components/DetailRecycleRule.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customer/components/PoolAdd.vue b/src/views/admin/crm/customer/components/PoolAdd.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customer/components/PoolDetail.vue b/src/views/admin/crm/customer/components/PoolDetail.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customer/components/PoolTransfer.vue b/src/views/admin/crm/customer/components/PoolTransfer.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customer/components/RecycleRule.vue b/src/views/admin/crm/customer/components/RecycleRule.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customer/index.vue b/src/views/admin/crm/customer/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/customerPool/index.vue b/src/views/admin/crm/customerPool/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/field.js b/src/views/admin/crm/model/field.js old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/fieldList.js b/src/views/admin/crm/model/fieldList.js old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_checkbox.png b/src/views/admin/crm/model/img/field_checkbox.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_date.png b/src/views/admin/crm/model/img/field_date.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_datetime.png b/src/views/admin/crm/model/img/field_datetime.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_email.png b/src/views/admin/crm/model/img/field_email.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_file.png b/src/views/admin/crm/model/img/field_file.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_floatnumber.png b/src/views/admin/crm/model/img/field_floatnumber.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_line.png b/src/views/admin/crm/model/img/field_line.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_mobile.png b/src/views/admin/crm/model/img/field_mobile.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_multi_line.png b/src/views/admin/crm/model/img/field_multi_line.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_number.png b/src/views/admin/crm/model/img/field_number.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_select.png b/src/views/admin/crm/model/img/field_select.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_structure.png b/src/views/admin/crm/model/img/field_structure.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_table.png b/src/views/admin/crm/model/img/field_table.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/model/img/field_user.png b/src/views/admin/crm/model/img/field_user.png old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/printTemplates/PrintTemplateDetail.vue b/src/views/admin/crm/printTemplates/PrintTemplateDetail.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/printTemplates/components/TemplateTypeAdd.vue b/src/views/admin/crm/printTemplates/components/TemplateTypeAdd.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/crm/printTemplates/index.vue b/src/views/admin/crm/printTemplates/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/employeeDep/components/BulkImportUser.vue b/src/views/admin/employeeDep/components/BulkImportUser.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/employeeDep/components/EditDepDialog.vue b/src/views/admin/employeeDep/components/EditDepDialog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/employeeDep/components/EditRoleDialog.vue b/src/views/admin/employeeDep/components/EditRoleDialog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/employeeDep/components/EmployeeDetail.vue b/src/views/admin/employeeDep/components/EmployeeDetail.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/employeeDep/components/RoleEmployeeSelect.vue b/src/views/admin/employeeDep/components/RoleEmployeeSelect.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/employeeDep/index.vue b/src/views/admin/employeeDep/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/examine/components/CreateSystemExamine.vue b/src/views/admin/examine/components/CreateSystemExamine.vue old mode 100755 new mode 100644 index 643409c..9f6e825 --- a/src/views/admin/examine/components/CreateSystemExamine.vue +++ b/src/views/admin/examine/components/CreateSystemExamine.vue @@ -309,7 +309,8 @@ export default { const categoryTypeList = [ { name: '合同', value: 'crm_contract', type: 'crm_contract' }, { name: '回款', value: 'crm_receivables', type: 'crm_receivables' }, - { name: '发票', value: 'crm_invoice', type: 'crm_invoice' } + { name: '发票', value: 'crm_invoice', type: 'crm_invoice' }, + { name: '商机', value: 'crm_business', type: 'crm_business' } // { name: '薪资', value: 4 }, // { name: '采购审批', value: 5 }, // { name: '采购退货审批', value: 6 }, diff --git a/src/views/admin/examine/components/SystemExamineDetail.vue b/src/views/admin/examine/components/SystemExamineDetail.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/examine/index.vue b/src/views/admin/examine/index.vue old mode 100755 new mode 100644 index cc27afa..119bff0 --- a/src/views/admin/examine/index.vue +++ b/src/views/admin/examine/index.vue @@ -158,7 +158,8 @@ export default { categoryTypeList: [ { name: '合同', value: 'crm_contract' }, { name: '回款', value: 'crm_receivables' }, - { name: '发票', value: 'crm_invoice' } + { name: '发票', value: 'crm_invoice' }, + { name: '商机', value: 'crm_business' } // { name: '薪资', value: 4 }, // { name: '采购审批', value: 5 }, // { name: '采购退货审批', value: 6 }, diff --git a/src/views/admin/fields/components/FieldItem/FieldBoolean.vue b/src/views/admin/fields/components/FieldItem/FieldBoolean.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldCheckbox.vue b/src/views/admin/fields/components/FieldItem/FieldCheckbox.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldDateInterval.vue b/src/views/admin/fields/components/FieldItem/FieldDateInterval.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldDescText.vue b/src/views/admin/fields/components/FieldItem/FieldDescText.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldDetailTable.vue b/src/views/admin/fields/components/FieldItem/FieldDetailTable.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldFile.vue b/src/views/admin/fields/components/FieldItem/FieldFile.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldInput.vue b/src/views/admin/fields/components/FieldItem/FieldInput.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldLocation.vue b/src/views/admin/fields/components/FieldItem/FieldLocation.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldPercent.vue b/src/views/admin/fields/components/FieldItem/FieldPercent.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldPosition.vue b/src/views/admin/fields/components/FieldItem/FieldPosition.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldSelect.vue b/src/views/admin/fields/components/FieldItem/FieldSelect.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldTextarea.vue b/src/views/admin/fields/components/FieldItem/FieldTextarea.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldWrapper.vue b/src/views/admin/fields/components/FieldItem/FieldWrapper.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/FieldWritingSign.vue b/src/views/admin/fields/components/FieldItem/FieldWritingSign.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/index.js b/src/views/admin/fields/components/FieldItem/index.js old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/FieldItem/mixins.js b/src/views/admin/fields/components/FieldItem/mixins.js old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/SettingDefault.vue b/src/views/admin/fields/components/SettingField/SettingDefault.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/SettingDescText.vue b/src/views/admin/fields/components/SettingField/SettingDescText.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/SettingDetailTable.vue b/src/views/admin/fields/components/SettingField/SettingDetailTable.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/SettingLogicForm.vue b/src/views/admin/fields/components/SettingField/SettingLogicForm.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/SettingNumber.vue b/src/views/admin/fields/components/SettingField/SettingNumber.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/SettingOptions.vue b/src/views/admin/fields/components/SettingField/SettingOptions.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/SettingPrecisions.vue b/src/views/admin/fields/components/SettingField/SettingPrecisions.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/components/SettingField/index.vue b/src/views/admin/fields/components/SettingField/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/field.js b/src/views/admin/fields/field.js old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/fieldTypeLib.js b/src/views/admin/fields/fieldTypeLib.js old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/index.vue b/src/views/admin/fields/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/fields/utils.js b/src/views/admin/fields/utils.js old mode 100755 new mode 100644 diff --git a/src/views/admin/init/Set.vue b/src/views/admin/init/Set.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/log/DataHandleLog.vue b/src/views/admin/log/DataHandleLog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/log/LoginLog.vue b/src/views/admin/log/LoginLog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/log/SysHandleLog.vue b/src/views/admin/log/SysHandleLog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/log/mixins/HandleLog.js b/src/views/admin/log/mixins/HandleLog.js old mode 100755 new mode 100644 diff --git a/src/views/admin/oa/components/CreateExamineCategory.vue b/src/views/admin/oa/components/CreateExamineCategory.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/oa/components/ExamineCategoryDetail.vue b/src/views/admin/oa/components/ExamineCategoryDetail.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/oa/components/ExamineManager.vue b/src/views/admin/oa/components/ExamineManager.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/oa/components/XhIconPopover.vue b/src/views/admin/oa/components/XhIconPopover.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/oa/components/XhIconSelect.vue b/src/views/admin/oa/components/XhIconSelect.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/oa/index.vue b/src/views/admin/oa/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/other/components/CalendarType.vue b/src/views/admin/other/components/CalendarType.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/other/components/LogRuleSet.vue b/src/views/admin/other/components/LogRuleSet.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/other/components/LogWelcome.vue b/src/views/admin/other/components/LogWelcome.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/other/components/calendarColor.js b/src/views/admin/other/components/calendarColor.js old mode 100755 new mode 100644 diff --git a/src/views/admin/other/index.vue b/src/views/admin/other/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/project/components/JurisdictionCreate.vue b/src/views/admin/project/components/JurisdictionCreate.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/project/index.vue b/src/views/admin/project/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/roleAuth/components/FieldSetDialog.vue b/src/views/admin/roleAuth/components/FieldSetDialog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/roleAuth/components/RelateEmpoyee.vue b/src/views/admin/roleAuth/components/RelateEmpoyee.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/roleAuth/components/RoleRangeSetDialog.vue b/src/views/admin/roleAuth/components/RoleRangeSetDialog.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/roleAuth/index.vue b/src/views/admin/roleAuth/index.vue old mode 100755 new mode 100644 diff --git a/src/views/admin/styles/table.scss b/src/views/admin/styles/table.scss old mode 100755 new mode 100644 diff --git a/src/views/admin/update/index.vue b/src/views/admin/update/index.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/TaskCompleteStatistics.vue b/src/views/bi/TaskCompleteStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/achievement/AchievementBackStatistics.vue b/src/views/bi/achievement/AchievementBackStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/achievement/AchievementCountStatistics.vue b/src/views/bi/achievement/AchievementCountStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/achievement/AchievementInvoiceStatistics.vue b/src/views/bi/achievement/AchievementInvoiceStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/achievement/AchievementMoneyStatistics.vue b/src/views/bi/achievement/AchievementMoneyStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/achievement/AchievementSummaryStatistics.vue b/src/views/bi/achievement/AchievementSummaryStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/business/BusinessTrendStatistics.vue b/src/views/bi/business/BusinessTrendStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/business/BusinessWinStatistics.vue b/src/views/bi/business/BusinessWinStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/business/FunnelStatistics.vue b/src/views/bi/business/FunnelStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/components/FiltrateHandleView.vue b/src/views/bi/components/FiltrateHandleView.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/CustomerConversionStatistics.vue b/src/views/bi/customer/CustomerConversionStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/CustomerCycleStatistics.vue b/src/views/bi/customer/CustomerCycleStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/CustomerPoolStatistics.vue b/src/views/bi/customer/CustomerPoolStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/CustomerRecordModeStatistics.vue b/src/views/bi/customer/CustomerRecordModeStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/CustomerRecordStatistics.vue b/src/views/bi/customer/CustomerRecordStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/CustomerSatisfaction.vue b/src/views/bi/customer/CustomerSatisfaction.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/CustomerTotalStatistics.vue b/src/views/bi/customer/CustomerTotalStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/ProductSatisfaction.vue b/src/views/bi/customer/ProductSatisfaction.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customer/components/CycleView.vue b/src/views/bi/customer/components/CycleView.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customerPortrayal/CustomerAddressStatistics.vue b/src/views/bi/customerPortrayal/CustomerAddressStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/customerPortrayal/CustomerPortrayalStatistics.vue b/src/views/bi/customerPortrayal/CustomerPortrayalStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/mixins/Achievement.js b/src/views/bi/mixins/Achievement.js old mode 100755 new mode 100644 diff --git a/src/views/bi/mixins/Base.js b/src/views/bi/mixins/Base.js old mode 100755 new mode 100644 diff --git a/src/views/bi/mixins/Ranking.js b/src/views/bi/mixins/Ranking.js old mode 100755 new mode 100644 diff --git a/src/views/bi/mixins/Sort.js b/src/views/bi/mixins/Sort.js old mode 100755 new mode 100644 diff --git a/src/views/bi/mixins/Summary.js b/src/views/bi/mixins/Summary.js old mode 100755 new mode 100644 diff --git a/src/views/bi/oa/Examine.vue b/src/views/bi/oa/Examine.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/oa/Log.vue b/src/views/bi/oa/Log.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/oa/components/ExamineList.vue b/src/views/bi/oa/components/ExamineList.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/product/ProductCategoryStatistics.vue b/src/views/bi/product/ProductCategoryStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/product/ProductStatistics.vue b/src/views/bi/product/ProductStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingAddContactsStatistics.vue b/src/views/bi/ranking/RankingAddContactsStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingAddCustomerStatistics.vue b/src/views/bi/ranking/RankingAddCustomerStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingContractStatistics.vue b/src/views/bi/ranking/RankingContractStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingExamineStatistics.vue b/src/views/bi/ranking/RankingExamineStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingProductStatistics.vue b/src/views/bi/ranking/RankingProductStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingReceivablesStatistics.vue b/src/views/bi/ranking/RankingReceivablesStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingRecordCustomerStatistics.vue b/src/views/bi/ranking/RankingRecordCustomerStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingRecordNunStatistics.vue b/src/views/bi/ranking/RankingRecordNunStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/ranking/RankingSigningStatistics.vue b/src/views/bi/ranking/RankingSigningStatistics.vue old mode 100755 new mode 100644 diff --git a/src/views/bi/styles/detail.scss b/src/views/bi/styles/detail.scss old mode 100755 new mode 100644 diff --git a/src/views/calendar/Schedule.vue b/src/views/calendar/Schedule.vue old mode 100755 new mode 100644 diff --git a/src/views/calendar/components/CreateEvent.vue b/src/views/calendar/components/CreateEvent.vue old mode 100755 new mode 100644 diff --git a/src/views/calendar/components/Repeat.vue b/src/views/calendar/components/Repeat.vue old mode 100755 new mode 100644 diff --git a/src/views/calendar/components/TodayListDetail.vue b/src/views/calendar/components/TodayListDetail.vue old mode 100755 new mode 100644 diff --git a/src/views/calendar/index.vue b/src/views/calendar/index.vue old mode 100755 new mode 100644 diff --git a/src/views/calendar/style/color.scss b/src/views/calendar/style/color.scss old mode 100755 new mode 100644 diff --git a/src/views/calendar/style/fullCalendar.scss b/src/views/calendar/style/fullCalendar.scss old mode 100755 new mode 100644 diff --git a/src/views/crm/business/Create.vue b/src/views/crm/business/Create.vue old mode 100755 new mode 100644 diff --git a/src/views/crm/business/Detail.vue b/src/views/crm/business/Detail.vue old mode 100755 new mode 100644 index 7e15a0c..3ba2d87 --- a/src/views/crm/business/Detail.vue +++ b/src/views/crm/business/Detail.vue @@ -36,6 +36,7 @@ +