cnhis-design-vue 0.1.81-beta → 0.1.85-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/affix/index.js +8 -8
- package/es/age/index.js +10 -10
- package/es/alert/index.js +8 -8
- package/es/anchor/index.js +8 -8
- package/es/auto-complete/index.js +8 -8
- package/es/avatar/index.js +8 -8
- package/es/back-top/index.js +8 -8
- package/es/badge/index.js +8 -8
- package/es/base/index.js +8 -8
- package/es/big-table/index.js +107 -98
- package/es/big-table/style.css +1 -1
- package/es/breadcrumb/index.js +8 -8
- package/es/button/index.js +20 -20
- package/es/calendar/index.js +8 -8
- package/es/captcha/index.js +3 -3
- package/es/card/index.js +8 -8
- package/es/carousel/index.js +8 -8
- package/es/cascader/index.js +8 -8
- package/es/checkbox/index.js +9 -9
- package/es/col/index.js +8 -8
- package/es/collapse/index.js +8 -8
- package/es/color-picker/index.js +1 -1
- package/es/comment/index.js +8 -8
- package/es/config-provider/index.js +8 -8
- package/es/date-picker/index.js +8 -8
- package/es/descriptions/index.js +8 -8
- package/es/divider/index.js +8 -8
- package/es/drag-layout/index.js +3 -3
- package/es/drawer/index.js +8 -8
- package/es/dropdown/index.js +8 -8
- package/es/editor/index.js +1 -1
- package/es/empty/index.js +8 -8
- package/es/fabric-chart/index.js +9 -9
- package/es/form/index.js +8 -8
- package/es/form-model/index.js +8 -8
- package/es/index/index.js +589 -531
- package/es/index/style.css +1 -1
- package/es/input/index.js +9 -9
- package/es/input-number/index.js +8 -8
- package/es/layout/index.js +8 -8
- package/es/list/index.js +8 -8
- package/es/locale-provider/index.js +8 -8
- package/es/map/index.js +9 -9
- package/es/mentions/index.js +8 -8
- package/es/menu/index.js +8 -8
- package/es/message/index.js +8 -8
- package/es/multi-chat/index.js +144 -121
- package/es/multi-chat/style.css +1 -1
- package/es/multi-chat-client/index.js +137 -114
- package/es/multi-chat-client/style.css +1 -1
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +14 -14
- package/es/multi-chat-setting/index.js +22 -22
- package/es/multi-chat-sip/index.js +1 -1
- package/es/notification/index.js +8 -8
- package/es/page-header/index.js +8 -8
- package/es/pagination/index.js +8 -8
- package/es/popconfirm/index.js +8 -8
- package/es/popover/index.js +8 -8
- package/es/progress/index.js +8 -8
- package/es/radio/index.js +9 -9
- package/es/rate/index.js +8 -8
- package/es/result/index.js +8 -8
- package/es/row/index.js +8 -8
- package/es/scale-view/index.js +100 -73
- package/es/scale-view/style.css +1 -1
- package/es/select/index.js +11 -11
- package/es/select-label/index.js +10 -10
- package/es/select-person/index.js +2 -2
- package/es/skeleton/index.js +8 -8
- package/es/slider/index.js +8 -8
- package/es/space/index.js +8 -8
- package/es/spin/index.js +8 -8
- package/es/statistic/index.js +8 -8
- package/es/steps/index.js +8 -8
- package/es/switch/index.js +8 -8
- package/es/table-filter/index.js +136 -137
- package/es/table-filter/style.css +1 -1
- package/es/tabs/index.js +8 -8
- package/es/tag/index.js +9 -9
- package/es/time-picker/index.js +8 -8
- package/es/timeline/index.js +8 -8
- package/es/tooltip/index.js +8 -8
- package/es/transfer/index.js +8 -8
- package/es/tree/index.js +8 -8
- package/es/tree-select/index.js +8 -8
- package/es/upload/index.js +8 -8
- package/es/utils/vexutils.js +93 -0
- package/es/verification-code/index.js +2 -2
- package/lib/cui.common.js +1745 -1097
- package/lib/cui.umd.js +1745 -1097
- package/lib/cui.umd.min.js +94 -94
- package/package.json +2 -2
- package/packages/big-table/src/BigTable.vue +19 -9
- package/packages/multi-chat/chat/chatFooter.vue +18 -5
- package/packages/multi-chat/chat/scrollList.vue +1 -1
- package/packages/scale-view/formitem/r-choice.vue +8 -1
- package/packages/scale-view/scaleView.vue +19 -5
- package/packages/table-filter/src/base-search-com/BaseSearch.vue +1 -1
- package/packages/table-filter/src/components/multi-select/multi-select.vue +2 -2
- package/packages/table-filter/src/mixins/wordBookutils.js +2 -1
- package/packages/table-filter/src/quick-search/QuickSearch.vue +9 -9
- package/src/utils/vexutils.js +70 -0
|
@@ -280,7 +280,7 @@ module.exports = require("core-js/modules/es.array.find.js");
|
|
|
280
280
|
|
|
281
281
|
"use strict";
|
|
282
282
|
|
|
283
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
283
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-describe.vue?vue&type=template&id=4b76a796&scoped=true&
|
|
284
284
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"msg-describe"},[_c('div',{staticClass:"msg-describe__header"},[_vm._v(_vm._s(_vm.content.title || ''))]),_c('div',{staticClass:"msg-describe__content"},[_c('div',{ref:"wrapper",class:_vm.isOpen ? '' : 'wrapper'},_vm._l((_vm.contentParams),function(item,i){return _c('div',{key:i,staticClass:"desc-item"},[_c('div',{staticClass:"desc-title"},[_vm._v(" "+_vm._s(item.p_name)+" ")]),_c('div',{staticClass:"desc-txt"},[_vm._v(" "+_vm._s(item.p_value)+" ")])])}),0),(_vm.foldVisible)?_c('div',{staticClass:"fold-btn",on:{"click":_vm.toggleOpen}},[_vm._v(" "+_vm._s(_vm.isOpen ? _vm.i18nText('1.4.9.33') : _vm.i18nText('1.10.233') + _vm.i18nText('1.10.149'))+" "),_c('a-icon',{attrs:{"type":_vm.isOpen ? 'up' : 'down'}})],1):_vm._e()])])}
|
|
285
285
|
var staticRenderFns = []
|
|
286
286
|
|
|
@@ -911,7 +911,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
911
911
|
|
|
912
912
|
"use strict";
|
|
913
913
|
|
|
914
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
914
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/audio.vue?vue&type=template&id=35a92011&scoped=true&
|
|
915
915
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"single-audio",style:({ width: _vm.size === 'big' ? '414px' : '207px' }),on:{"mousedown":_vm.handleMove}},[_c('div',{staticClass:"header",style:({
|
|
916
916
|
height: _vm.size === 'big' ? '40px' : '30px',
|
|
917
917
|
lineHeight: _vm.size === 'big' ? '40px' : '30px',
|
|
@@ -2015,6 +2015,17 @@ module.exports = getBuiltIn('navigator', 'userAgent') || '';
|
|
|
2015
2015
|
|
|
2016
2016
|
module.exports = require("ant-design-vue/es/carousel");
|
|
2017
2017
|
|
|
2018
|
+
/***/ }),
|
|
2019
|
+
|
|
2020
|
+
/***/ "350c":
|
|
2021
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2022
|
+
|
|
2023
|
+
"use strict";
|
|
2024
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_0_id_3aec7011_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9b4b");
|
|
2025
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_0_id_3aec7011_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_0_id_3aec7011_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
2026
|
+
/* unused harmony reexport * */
|
|
2027
|
+
|
|
2028
|
+
|
|
2018
2029
|
/***/ }),
|
|
2019
2030
|
|
|
2020
2031
|
/***/ "35a1":
|
|
@@ -2148,7 +2159,7 @@ function _slicedToArray(arr, i) {
|
|
|
2148
2159
|
|
|
2149
2160
|
"use strict";
|
|
2150
2161
|
|
|
2151
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2162
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-prescription.vue?vue&type=template&id=a9aa04b2&scoped=true&
|
|
2152
2163
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['msg-prescription', _vm.theme],on:{"click":_vm.handleTemplateDetail}},[_c('div',{staticClass:"prescription_header"},[_c('span',{staticClass:"prescription_header-title"},[_vm._v(_vm._s(_vm.content.title))]),(_vm.topRightButton)?_c('span',{staticClass:"prescription_header-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.topRightButton)}}},[_vm._v(" "+_vm._s(_vm.topRightButton.title)+" ")]):(_vm.showArrow)?_c('a-icon',{attrs:{"type":"right","color":"#969696"}}):_vm._e()],1),_c('div',{staticClass:"prescription_wrapper"},[(_vm.content.icon)?_c('svg-icon',{staticClass:"prescription_logo",attrs:{"icon-class":_vm.content.icon}}):(_vm.content.image)?_c('img',{staticClass:"prescription_logo",attrs:{"src":_vm.content.image}}):_vm._e(),_c('bodyComp',{staticClass:"prescription_body",attrs:{"body":_vm.body}})],1),(_vm.toolbarButton.length)?_c('div',{staticClass:"prescription_btn-group"},_vm._l((_vm.toolbarButton),function(btn,index){return _c('a-button',{key:index,attrs:{"type":"primary","shape":"round","ghost":""},on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, btn)}}},[_vm._v(" "+_vm._s(btn.title)+" ")])}),1):_vm._e(),(_vm.bottomButton)?_c('div',{staticClass:"prescription_footer"},[_c('span',{staticClass:"prescription_footer-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.bottomButton)}}},[_vm._v(" "+_vm._s(_vm.bottomButton.title)+" ")])]):_vm._e()])}
|
|
2153
2164
|
var staticRenderFns = []
|
|
2154
2165
|
|
|
@@ -2389,7 +2400,7 @@ module.exports = function (it) {
|
|
|
2389
2400
|
|
|
2390
2401
|
"use strict";
|
|
2391
2402
|
|
|
2392
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2403
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=744a9a49&scoped=true&
|
|
2393
2404
|
var render = function () {
|
|
2394
2405
|
var this$1 = this;
|
|
2395
2406
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-wrapper"},[(_vm.isServer && _vm.enable)?_c('chat-header',{attrs:{"hideHeader":_vm.hideHeader},on:{"openPortraitPanel":_vm.handleOpenPortraitPanel}}):_vm._e(),_c('a-layout-content',[_vm._t("default"),(_vm.showBroadcast)?_c('div',{staticClass:"broadcast-wrap"},[(_vm.broadcastCarousel)?_c('div',{staticClass:"carousel-item",class:{ 'has-link': _vm.assemblySetting.broadcast.PC.list[0].url },on:{"click":function($event){return _vm.goToBroadcastLink(_vm.assemblySetting.broadcast.PC.list[0])}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(" "+_vm._s(_vm.assemblySetting.broadcast.PC.list[0].content)+" ")])],1):[_c('a-carousel',{attrs:{"dotPosition":"right","autoplay":"","dots":false}},_vm._l((_vm.assemblySetting.broadcast.PC.list),function(item,i){return _c('div',{key:i,staticClass:"carousel-item",class:{ 'has-link': item.url },on:{"click":function($event){return _vm.goToBroadcastLink(item)}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(_vm._s(item.content))])],1)}),0)]],2):_vm._e(),(_vm.sessionHistoryList.length > 1 && !(!_vm.onChating && _vm.currentTab === 'end') && !_vm.sessionEnd)?_c('div',{staticStyle:{"position":"absolute","top":"0","left":"20px","z-index":"1"}},[_c('a-radio-group',{attrs:{"value":_vm.selectedSession,"buttonStyle":"solid"},on:{"change":_vm.handleSessionIdChange}},_vm._l((_vm.sessionHistoryList),function(item){return _c('a-radio-button',{key:item.id + item.fromId,attrs:{"value":item.id + '-' + item.fromId}},[_vm._v(_vm._s(item.fromName))])}),1)],1):_vm._e(),_c('div',{directives:[{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],ref:"message-wrapper",staticClass:"online-message"},[_vm._l((_vm.msgList),function(item,index){return [(item)?_c('div',{key:index},[(_vm.isNeedShowTime(item, index))?_c('p',{staticClass:"message-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime))+" ")]):_vm._e(),(item.recallFlag)?_c('div',{staticStyle:{"margin":"10px 0"}},[(_vm.handleRecallFlag(item))?[_vm._v(" "+_vm._s(_vm.getRecallText(item, _vm.isServer))+" "),([0, 4].includes(item.content && item.content.type) && _vm.onChating && _vm.isServer)?_c('a',{staticStyle:{"text-decoration":"underline"},on:{"click":function($event){return _vm.reEditMessage(item)}}},[_vm._v(","+_vm._s(_vm.i18nText('1.9.368')))]):_vm._e()]:[_vm._v(" "+_vm._s(_vm.getRecallText(item) || ((item.fromName) + " " + (_vm.i18nText('1.9.365'))))+" ")]],2):(_vm.isSystemMsg(item))?_c('div',{staticClass:"system-msg"},[_c('a-icon',{staticClass:"system-icon",attrs:{"theme":"filled","type":"exclamation-circle"}}),_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.getSystemMsgContent(item))}}),_vm._l((_vm.getTemplateButton(item)),function(btn,index){return _c('span',{key:index,staticClass:"system-btn",on:{"click":function($event){return _vm.handleTemplateButton(btn)}}},[_vm._v(_vm._s(btn.title))])})],2)],1):(!item.recallFlag)?_c('div',{staticClass:"message-item",class:[_vm.getMessageItemClass(item), { 'read-status': _vm.enableReadRecord && item.readStatus }],attrs:{"data-rid":item.readStatus === 'N' ? item.id : ''}},[(!_vm.isServer && item.fromPortrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.fromPortrait}}):(!_vm.isServer && item.fromName)?_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")]):(!_vm.isServer)?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.getAvatar(item),"width":"40","height":"40"}}):[(item.fromId === 'SYSTEM')?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.customerStaffIcon,"width":"40","height":"40"}}):(item.content && item.content.source === 1)?_c('img',{staticClass:"msg-avatar",attrs:{"src":__webpack_require__("6753"),"width":"40","height":"40"}}):(item.portrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.portrait}}):_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")])],_c('div',{staticStyle:{"display":"flex"},on:{"contextmenu":function($event){return _vm.handleContextmenu($event, item)}}},[(item.sending)?_c('a-spin',[_c('a-icon',{staticStyle:{"font-size":"24px"},attrs:{"slot":"indicator","type":"loading","spin":""},slot:"indicator"})],1):_vm._e(),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":function($event){return _vm.handleSendFail(item)}}},[_c('a-icon',{attrs:{"slot":"icon","type":"exclamation-circle"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v("确认重新发送该消息?")])]),(item.fail)?_c('a-icon',{staticStyle:{"font-size":"16px","display":"flex","align-items":"center","color":"red"},attrs:{"theme":"filled","type":"exclamation-circle"}}):_vm._e()],1),(item.content.type === 0)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{class:{
|
|
@@ -2466,7 +2477,7 @@ module.exports = {};
|
|
|
2466
2477
|
|
|
2467
2478
|
"use strict";
|
|
2468
2479
|
|
|
2469
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2480
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatHeader.vue?vue&type=template&id=c1c98ea8&scoped=true&
|
|
2470
2481
|
var render = function () {
|
|
2471
2482
|
var this$1 = this;
|
|
2472
2483
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-header',[(!_vm.hideHeader)?_c('div',{staticClass:"chat-header-wrapper"},[_c('div',{staticClass:"chat-header-title",on:{"click":function($event){return _vm.$emit('openPortraitPanel', { fromId: _vm.clientId })}}},[(_vm.clientParams.name)?_c('Avatar',{attrs:{"src":_vm.curScrollItem && _vm.curScrollItem.portrait,"size":30,"name":_vm.clientParams.name,"len":2}}):_vm._e(),_c('span',{staticClass:"chat-header-username"},[_vm._v(_vm._s(_vm.clientParams.name))]),(_vm.curScrollItem)?[(_vm.curScrollItem.sendName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.curScrollItem.sendName + '转接给了你'))]),_c('span',{staticClass:"zhuanjie"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanchu"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.sendName)+" ")],1)],2):_vm._e(),(_vm.curScrollItem.receiveName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s('你转接给了' + _vm.curScrollItem.receiveName))]),_c('span',{staticClass:"zhuanchu"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanru"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.receiveName)+" ")],1)],2):_vm._e()]:_vm._e()],2),_c('div',[(_vm.isShow('TRANSFER') && _vm.sessionType == 1 && _vm.onChating)?_c('a-button',{attrs:{"disabled":!_vm.onChating && !!_vm.convertButtonTitle},on:{"click":_vm.handleConvertShow}},[_vm._v(_vm._s(_vm.convertButtonTitle))]):_vm._e(),_c('a-dropdown',{attrs:{"placement":"bottomCenter"}},[_c('a-button',[(_vm.statusIcon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":_vm.statusIcon}}):_c('img',{attrs:{"src":_vm.getImg(_vm.status),"height":"16"}}),_vm._v(" "+_vm._s(_vm.statusDesc)+" "),_c('a-icon',{attrs:{"type":"down"}})],1),_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},_vm._l((_vm.statusList),function(ref){
|
|
@@ -3691,17 +3702,6 @@ module.exports = {
|
|
|
3691
3702
|
};
|
|
3692
3703
|
|
|
3693
3704
|
|
|
3694
|
-
/***/ }),
|
|
3695
|
-
|
|
3696
|
-
/***/ "4f40":
|
|
3697
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3698
|
-
|
|
3699
|
-
"use strict";
|
|
3700
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_0_id_75b69092_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8bd1");
|
|
3701
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_0_id_75b69092_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_0_id_75b69092_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
3702
|
-
/* unused harmony reexport * */
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
3705
|
/***/ }),
|
|
3706
3706
|
|
|
3707
3707
|
/***/ "50c4":
|
|
@@ -3898,7 +3898,7 @@ var store = __webpack_require__("c6cd");
|
|
|
3898
3898
|
|
|
3899
3899
|
"use strict";
|
|
3900
3900
|
|
|
3901
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3901
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/video.vue?vue&type=template&id=2b705d8c&scoped=true&
|
|
3902
3902
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"video",staticClass:"video-popover"},[_c('div',{staticClass:"video-header"},[_c('span',{staticClass:"video-title"},[_c('span',[_vm._v("视频通话")]),(_vm.sipName)?_c('a-tooltip',{attrs:{"placement":"bottom","overlayStyle":{ maxWidth: 'auto', fontSize: '12px' }}},[_c('span',{attrs:{"slot":"title"},slot:"title"},[_vm._v(" 当前设备"+_vm._s(_vm.sipName)),_c('br'),_vm._v(" 若要更换音视频设备,请点击设置进行更改 ")]),_c('svg-icon',{attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],1):_vm._e()],1),_c('a-icon',{staticClass:"icon-item",attrs:{"type":_vm.size === 'big' ? 'shrink' : 'arrows-alt'},on:{"click":_vm.handleSize}}),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":_vm.handleClose}},[_c('a-icon',{staticStyle:{"color":"red"},attrs:{"slot":"icon","type":"question-circle-o"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.384')))]),_c('br'),_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.385'))+"?")])]),_c('a-icon',{staticClass:"icon-item",attrs:{"type":"close"}})],1)],1),_c('div',{style:(_vm.remoteVideoWrapStyle),attrs:{"id":"remote-video-wrap"}},[_c('div',{staticClass:"video-placeholder",style:(_vm.localStreamStyle),attrs:{"id":"local_stream"}})]),_c('div',{staticClass:"panel-wrapper",style:(_vm.panelWrapperStyle)},[_c('ul',{staticClass:"operation-panel"},[_c('li',{staticClass:"panel-item",on:{"click":_vm.handleAudio}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteAudio ? 'muted-audio' : 'audio') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("静音")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleReject}},[_c('img',{attrs:{"src":__webpack_require__("73ff"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("挂断")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleVideo}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteVideo ? 'muted-video' : 'normal-video') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("视频")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleScreenToggle}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.screen ? 'normal-screen' : 'muted-screen') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("屏幕共享")])])])])])}
|
|
3903
3903
|
var staticRenderFns = []
|
|
3904
3904
|
|
|
@@ -5091,9 +5091,9 @@ module.exports = __webpack_require__.p + "img/customer_staff.426f87de.png";
|
|
|
5091
5091
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5092
5092
|
|
|
5093
5093
|
"use strict";
|
|
5094
|
-
/* harmony import */ var
|
|
5095
|
-
/* harmony import */ var
|
|
5096
|
-
/* harmony import */ var
|
|
5094
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
|
|
5095
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
|
|
5096
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
|
|
5097
5097
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("13e3");
|
|
5098
5098
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
5099
5099
|
/* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("4692");
|
|
@@ -5125,26 +5125,26 @@ var ChatSock = /*#__PURE__*/function () {
|
|
|
5125
5125
|
* @param {Number} options.reconnectMaxCount 重连最大次数
|
|
5126
5126
|
*/
|
|
5127
5127
|
function ChatSock(url, options) {
|
|
5128
|
-
Object(
|
|
5128
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ChatSock);
|
|
5129
5129
|
|
|
5130
|
-
Object(
|
|
5130
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "stompClient", void 0);
|
|
5131
5131
|
|
|
5132
|
-
Object(
|
|
5132
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectTimer", void 0);
|
|
5133
5133
|
|
|
5134
|
-
Object(
|
|
5134
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectionCount", 0);
|
|
5135
5135
|
|
|
5136
|
-
Object(
|
|
5136
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "heartbeatTimer", void 0);
|
|
5137
5137
|
|
|
5138
|
-
Object(
|
|
5138
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "options", {});
|
|
5139
5139
|
|
|
5140
|
-
Object(
|
|
5140
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "url", '');
|
|
5141
5141
|
|
|
5142
5142
|
this.url = url;
|
|
5143
5143
|
this.options = options;
|
|
5144
5144
|
this.connection();
|
|
5145
5145
|
}
|
|
5146
5146
|
|
|
5147
|
-
Object(
|
|
5147
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ChatSock, [{
|
|
5148
5148
|
key: "connection",
|
|
5149
5149
|
value: function connection() {
|
|
5150
5150
|
var _this = this;
|
|
@@ -5379,7 +5379,7 @@ module.exports = !$assign || fails(function () {
|
|
|
5379
5379
|
|
|
5380
5380
|
"use strict";
|
|
5381
5381
|
|
|
5382
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5382
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=3aec7011&scoped=true&
|
|
5383
5383
|
var render = function () {
|
|
5384
5384
|
var this$1 = this;
|
|
5385
5385
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-footer',{directives:[{name:"show",rawName:"v-show",value:(!_vm.queueItem || !_vm.hideQueueBtns),expression:"!queueItem || !hideQueueBtns"}],staticStyle:{"position":"relative","cursor":"pointer"}},[_c('div',{staticClass:"message-operate"},[(_vm.isShow('PICTURE'))?_c('a-upload',{directives:[{name:"decorator",rawName:"v-decorator",value:([
|
|
@@ -5395,7 +5395,7 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layo
|
|
|
5395
5395
|
var staticRenderFns = []
|
|
5396
5396
|
|
|
5397
5397
|
|
|
5398
|
-
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=
|
|
5398
|
+
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=3aec7011&scoped=true&
|
|
5399
5399
|
|
|
5400
5400
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
|
|
5401
5401
|
var slicedToArray = __webpack_require__("3835");
|
|
@@ -5845,7 +5845,7 @@ function getPanelSetting(params, setting, clientParams) {
|
|
|
5845
5845
|
// EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
|
|
5846
5846
|
var helper = __webpack_require__("e3c5");
|
|
5847
5847
|
|
|
5848
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5848
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/quickReply.vue?vue&type=template&id=428cfe0f&
|
|
5849
5849
|
var quickReplyvue_type_template_id_428cfe0f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"quick-reply"},[_c('div',{staticClass:"quick-search"},[_c('a-input',{attrs:{"allowClear":""},on:{"change":_vm.handleSearch},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}})],1),_c('a-tabs',{model:{value:(_vm.quickReplyKey),callback:function ($$v) {_vm.quickReplyKey=$$v},expression:"quickReplyKey"}},_vm._l((_vm.validQuick),function(data){return _c('a-tab-pane',{key:data.category},[_c('template',{slot:"tab"},[_vm._v(_vm._s(data.category))]),(data.list.length > 0)?_c('ul',{ref:"quick-reply",refInFor:true,staticClass:"quick-reply-wrapper"},[_vm._l((data.list),function(item,index){return [(item.content !== undefined)?_c('li',{key:index,staticClass:"quick-reply-item",class:{ 'quick-input': item.edit }},[(!item.edit)?_c('div',{staticClass:"text",on:{"click":function($event){return _vm.setFooterMessage(item.content)}}},[_vm._v(" "+_vm._s(item.content)+" "),_c('span',{staticClass:"operate"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"fasong"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'send')}}}),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"edit"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'show')}}}):_vm._e(),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"delete"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickDelete(item)}}}):_vm._e()],1)]):_c('div',{staticClass:"input"},[_c('a-textarea',{attrs:{"placeholder":_vm.i18nText('1.9.40') + '...',"autosize":"","maxLength":200},on:{"change":_vm.handleChange},model:{value:(item.editValue),callback:function ($$v) {_vm.$set(item, "editValue", $$v)},expression:"item.editValue"}}),_c('div',{staticClass:"confirm"},[_c('span',{staticStyle:{"color":"#969696"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'cancel')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.4')))]),_vm._v(" | "),_c('span',{staticStyle:{"color":"#5585F5"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'ok')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.3')))])])],1)]):_vm._e()]}),_c('div',{staticStyle:{"text-align":"center","margin-top":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('3.5.13'))+"~ ")])],2):_c('div',{staticClass:"quick-reply-no-wrapper"},[_c('img',{attrs:{"src":__webpack_require__("1caa")}}),_c('span',{staticStyle:{"display":"inline-block","margin-top":"20px","font-size":"20px"}},[_vm._v(_vm._s(_vm.i18nText('1.1.6.11')))])])],2)}),1),(_vm.isOrgAdmin || _vm.quickReplyKey === "个人")?_c('div',{staticClass:"quick-add",on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickAdd.apply(null, arguments)}}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.355'))+" ")],1):_vm._e()],1)}
|
|
5850
5850
|
var quickReplyvue_type_template_id_428cfe0f_staticRenderFns = []
|
|
5851
5851
|
|
|
@@ -6195,7 +6195,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
6195
6195
|
)
|
|
6196
6196
|
|
|
6197
6197
|
/* harmony default export */ var quickReply = (component.exports);
|
|
6198
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6198
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/voice.vue?vue&type=template&id=7e851a0c&scoped=true&
|
|
6199
6199
|
var voicevue_type_template_id_7e851a0c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.canRecordering),expression:"canRecordering"}],staticClass:"voice-page"},[_c('div',{staticClass:"voice-containter"},[_c('a-icon',{staticClass:"close-icon",attrs:{"type":"close"},on:{"click":_vm.closeVoice}}),_c('div',{staticClass:"img-wrap"},[(!_vm.isEndRecord)?_c('div',{staticClass:"end-wrap"},[_c('img',{attrs:{"src":__webpack_require__("fdf2"),"alt":""}}),_c('a-progress',{staticClass:"progress-ele",attrs:{"type":"circle","percent":_vm.percent,"showInfo":false,"width":122,"strokeWidth":2,"showText":false,"strokeColor":'#C80606'},nativeOn:{"click":function($event){return _vm.stopRecored.apply(null, arguments)}}})],1):_c('div',{staticClass:"play-wrap"},[(!_vm.isRecordPlay)?_c('img',{attrs:{"src":__webpack_require__("c2ae"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(true)}}}):_c('img',{attrs:{"src":__webpack_require__("320f"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(false)}}})])]),_c('p',[_vm._v(_vm._s(_vm.voiceText))]),_c('div',{staticClass:"time-wrap"},[_vm._v(_vm._s(_vm.handleVoiceTime))]),_c('div',{staticClass:"btn-wrap"},[_c('span',{on:{"click":_vm.deleteVoice}},[_vm._v("删除")]),_c('span',{staticClass:"send-btn",on:{"click":_vm.uploadFile}},[_vm._v("发送")])])],1),_c('div',{staticStyle:{"display":"none"}},[_c('audio',{ref:"audio",attrs:{"controls":"","autoplay":"","preload":"auto","crossOrigin":"anonymous","media-player":"audioPlayer","src":_vm.curAudioUrl},on:{"ended":_vm.audioEnd}})])])}
|
|
6200
6200
|
var voicevue_type_template_id_7e851a0c_scoped_true_staticRenderFns = []
|
|
6201
6201
|
|
|
@@ -6637,7 +6637,7 @@ var voice_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6637
6637
|
)
|
|
6638
6638
|
|
|
6639
6639
|
/* harmony default export */ var voice = (voice_component.exports);
|
|
6640
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6640
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-user-transfer.vue?vue&type=template&id=f50a4f90&
|
|
6641
6641
|
var modal_user_transfervue_type_template_id_f50a4f90_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":_vm.title,"visible":_vm.visible,"maskClosable":false,"mask":true,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('img',{attrs:{"src":__webpack_require__("a703"),"width":"20"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.392'))+": "),_c('br'),_c('a-select',{staticStyle:{"width":"100%","margin":"10px 0"},attrs:{"placeholder":_vm.i18nText('1.9.327'),"showSearch":"","filterOption":_vm.filterOption},model:{value:(_vm.converUserId),callback:function ($$v) {_vm.converUserId=$$v},expression:"converUserId"}},_vm._l((_vm.serviceList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.userId}},[_vm._v(_vm._s(item.userName))])}),1),_c('br'),_vm._v(" "+_vm._s(_vm.i18nText('1.9.328'))+": "),_c('a-textarea',{staticStyle:{"margin":"10px 0"},model:{value:(_vm.converMark),callback:function ($$v) {_vm.converMark=$$v},expression:"converMark"}})],1)}
|
|
6642
6642
|
var modal_user_transfervue_type_template_id_f50a4f90_staticRenderFns = []
|
|
6643
6643
|
|
|
@@ -6772,7 +6772,7 @@ var modal_user_transfer_component = Object(componentNormalizer["a" /* default */
|
|
|
6772
6772
|
)
|
|
6773
6773
|
|
|
6774
6774
|
/* harmony default export */ var modal_user_transfer = (modal_user_transfer_component.exports);
|
|
6775
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6775
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-refuse-reason.vue?vue&type=template&id=375e05a7&scoped=true&
|
|
6776
6776
|
var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"wrapClassName":"standard-modal standard-modal-white has-mask","title":_vm.i18nText('1.9.678'),"visible":_vm.visible,"maskClosable":false,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('div',{staticClass:"reason-tips"},[_vm._v(_vm._s(_vm.i18nText('1.1.6.7') + _vm.i18nText('1.9.678')))]),_c('a-radio-group',{staticClass:"reason-options",model:{value:(_vm.reason),callback:function ($$v) {_vm.reason=$$v},expression:"reason"}},[_vm._l((_vm.reasonList),function(item,i){return _c('a-radio',{key:i,attrs:{"value":i}},[_vm._v(" "+_vm._s(item.text)+" ")])}),_c('a-radio',{key:"-1",attrs:{"value":-1}},[_vm._v(_vm._s(_vm.i18nText('1.9.679')))])],2),_c('div',{staticClass:"reason-remark"},[_c('a-textarea',{attrs:{"disabled":_vm.reason != -1,"placeholder":_vm.i18nText('1.9.40') + _vm.i18nText('1.9.679'),"maxLength":100,"auto-size":{ minRows: 3, maxRows: 5 }},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}}),_c('div',{staticClass:"word-count"},[_vm._v(_vm._s(_vm.i18nText('1.9.272'))+_vm._s(_vm.remarkLen)+"/100")])],1)],1)}
|
|
6777
6777
|
var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_staticRenderFns = []
|
|
6778
6778
|
|
|
@@ -6927,6 +6927,7 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
6927
6927
|
|
|
6928
6928
|
|
|
6929
6929
|
|
|
6930
|
+
|
|
6930
6931
|
|
|
6931
6932
|
|
|
6932
6933
|
/* harmony default export */ var chatFootervue_type_script_lang_js_ = ({
|
|
@@ -6979,7 +6980,9 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
6979
6980
|
curToolbarItem: {},
|
|
6980
6981
|
showVoice: false,
|
|
6981
6982
|
transferVisible: false,
|
|
6982
|
-
refuseVisible: false
|
|
6983
|
+
refuseVisible: false,
|
|
6984
|
+
apiResult: {} // 前置条件的返回值
|
|
6985
|
+
|
|
6983
6986
|
};
|
|
6984
6987
|
},
|
|
6985
6988
|
computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo', 'assemblyId', 'sessionId', 'serviceId', 'onChating', 'roomId', 'isServer', 'assemblySetting', 'chatType', 'sessionEnd', 'clientParams', 'footerMessage', 'queueItem', 'sessionType', 'groupMembers', 'curScrollItem'])), Object(helper["d" /* mapState */])({
|
|
@@ -7066,10 +7069,13 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
7066
7069
|
},
|
|
7067
7070
|
// 拦截url
|
|
7068
7071
|
accessInterceptUrl: function accessInterceptUrl() {
|
|
7069
|
-
var obj = this.accessInterceptObj
|
|
7072
|
+
var obj = this.accessInterceptObj,
|
|
7073
|
+
apiResult = this.apiResult;
|
|
7070
7074
|
|
|
7071
7075
|
if (obj) {
|
|
7072
|
-
return this.getLinkAddress(obj
|
|
7076
|
+
return this.getLinkAddress(obj, {
|
|
7077
|
+
result: apiResult
|
|
7078
|
+
});
|
|
7073
7079
|
}
|
|
7074
7080
|
|
|
7075
7081
|
return '';
|
|
@@ -7721,6 +7727,13 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
7721
7727
|
getLinkAddress: function getLinkAddress(item) {
|
|
7722
7728
|
var _this11 = this;
|
|
7723
7729
|
|
|
7730
|
+
var paramsData = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
7731
|
+
var t = {
|
|
7732
|
+
talbe: {},
|
|
7733
|
+
form: {},
|
|
7734
|
+
sys: {}
|
|
7735
|
+
};
|
|
7736
|
+
Object.assign(t, paramsData || {});
|
|
7724
7737
|
var _item$address = item.address,
|
|
7725
7738
|
address = _item$address === void 0 ? '' : _item$address,
|
|
7726
7739
|
_item$params = item.params,
|
|
@@ -7733,12 +7746,19 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
7733
7746
|
|
|
7734
7747
|
if (p_value.startsWith('form.')) {
|
|
7735
7748
|
value = _this11.clientParams[p_value.slice(5)];
|
|
7749
|
+
} else if (/\${result.(.*?)\}/g.test(p_value)) {
|
|
7750
|
+
value = vexutils_default.a.handleSysParams(p_value, t);
|
|
7736
7751
|
} else {
|
|
7737
7752
|
value = p_value;
|
|
7738
7753
|
}
|
|
7739
7754
|
|
|
7740
7755
|
urlParams.push("".concat(p_name, "=").concat(value));
|
|
7741
7756
|
});
|
|
7757
|
+
|
|
7758
|
+
if (/\${result.(.*?)\}/g.test(address)) {
|
|
7759
|
+
address = vexutils_default.a.handleSysParams(address, t);
|
|
7760
|
+
}
|
|
7761
|
+
|
|
7742
7762
|
var actionType = this.curToolbarItem.actionType;
|
|
7743
7763
|
actionType && urlParams.push("actionType=".concat(actionType));
|
|
7744
7764
|
|
|
@@ -7977,30 +7997,31 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
7977
7997
|
while (1) {
|
|
7978
7998
|
switch (_context2.prev = _context2.next) {
|
|
7979
7999
|
case 0:
|
|
8000
|
+
_this15.apiResult = {};
|
|
7980
8001
|
accessInterceptValidate = _this15.handleAccessInterceptValue();
|
|
7981
8002
|
data = null; // 接口参数
|
|
7982
8003
|
|
|
7983
8004
|
if (!(accessInterceptValidate && _this15.accessInterceptUrl)) {
|
|
7984
|
-
_context2.next =
|
|
8005
|
+
_context2.next = 16;
|
|
7985
8006
|
break;
|
|
7986
8007
|
}
|
|
7987
8008
|
|
|
7988
|
-
_context2.next =
|
|
8009
|
+
_context2.next = 6;
|
|
7989
8010
|
return _this15.beforeAccessIntercept();
|
|
7990
8011
|
|
|
7991
|
-
case
|
|
8012
|
+
case 6:
|
|
7992
8013
|
r = _context2.sent;
|
|
7993
8014
|
|
|
7994
8015
|
if (r) {
|
|
7995
|
-
_context2.next =
|
|
8016
|
+
_context2.next = 9;
|
|
7996
8017
|
break;
|
|
7997
8018
|
}
|
|
7998
8019
|
|
|
7999
8020
|
return _context2.abrupt("return");
|
|
8000
8021
|
|
|
8001
|
-
case
|
|
8022
|
+
case 9:
|
|
8002
8023
|
if (!(r.value == 'Y')) {
|
|
8003
|
-
_context2.next =
|
|
8024
|
+
_context2.next = 15;
|
|
8004
8025
|
break;
|
|
8005
8026
|
}
|
|
8006
8027
|
|
|
@@ -8012,16 +8033,16 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
8012
8033
|
|
|
8013
8034
|
return _context2.abrupt("return");
|
|
8014
8035
|
|
|
8015
|
-
case
|
|
8036
|
+
case 15:
|
|
8016
8037
|
data = r.data; // 获取接入拦截返回参数
|
|
8017
8038
|
|
|
8018
|
-
case
|
|
8039
|
+
case 16:
|
|
8019
8040
|
clearTimeout(_this15.timer);
|
|
8020
8041
|
_this15.timer = setTimeout(function () {
|
|
8021
8042
|
_this15.accessChat(data);
|
|
8022
8043
|
}, 300);
|
|
8023
8044
|
|
|
8024
|
-
case
|
|
8045
|
+
case 18:
|
|
8025
8046
|
case "end":
|
|
8026
8047
|
return _context2.stop();
|
|
8027
8048
|
}
|
|
@@ -8052,7 +8073,7 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
8052
8073
|
var _this16 = this;
|
|
8053
8074
|
|
|
8054
8075
|
return Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
8055
|
-
var parseResult, accessInterceptSetting, setting, precondition, res, _res$data$map, value;
|
|
8076
|
+
var parseResult, accessInterceptSetting, setting, precondition, _res$data, res, _res$data$map, value;
|
|
8056
8077
|
|
|
8057
8078
|
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
8058
8079
|
while (1) {
|
|
@@ -8083,26 +8104,28 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
8083
8104
|
};
|
|
8084
8105
|
};
|
|
8085
8106
|
|
|
8107
|
+
_this16.apiResult = {};
|
|
8086
8108
|
accessInterceptSetting = _this16.assemblySetting.accessInterceptSetting || [];
|
|
8087
8109
|
setting = accessInterceptSetting.find(function (item) {
|
|
8088
8110
|
return item.source == 'PC' && item.isChecked == 'Y' && item.precondition;
|
|
8089
8111
|
});
|
|
8090
8112
|
|
|
8091
8113
|
if (!setting) {
|
|
8092
|
-
_context3.next =
|
|
8114
|
+
_context3.next = 25;
|
|
8093
8115
|
break;
|
|
8094
8116
|
}
|
|
8095
8117
|
|
|
8096
8118
|
precondition = setting.precondition;
|
|
8097
|
-
_context3.prev =
|
|
8098
|
-
_context3.next =
|
|
8119
|
+
_context3.prev = 6;
|
|
8120
|
+
_context3.next = 9;
|
|
8099
8121
|
return _this16.requestPreCondition(precondition);
|
|
8100
8122
|
|
|
8101
|
-
case
|
|
8123
|
+
case 9:
|
|
8102
8124
|
res = _context3.sent;
|
|
8125
|
+
_this16.apiResult = (res === null || res === void 0 ? void 0 : (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.map) || {};
|
|
8103
8126
|
|
|
8104
8127
|
if (!(res.data.result === 'SUCCESS')) {
|
|
8105
|
-
_context3.next =
|
|
8128
|
+
_context3.next = 17;
|
|
8106
8129
|
break;
|
|
8107
8130
|
}
|
|
8108
8131
|
|
|
@@ -8110,35 +8133,35 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
8110
8133
|
value = value ? JSON.parse(value) : {};
|
|
8111
8134
|
return _context3.abrupt("return", value.value ? parseResult(value.value) : false);
|
|
8112
8135
|
|
|
8113
|
-
case
|
|
8136
|
+
case 17:
|
|
8114
8137
|
_this16.$message.error(res.data.resultMsg || _this16.i18nText('1.9.22'));
|
|
8115
8138
|
|
|
8116
8139
|
return _context3.abrupt("return", false);
|
|
8117
8140
|
|
|
8118
|
-
case
|
|
8119
|
-
_context3.next =
|
|
8141
|
+
case 19:
|
|
8142
|
+
_context3.next = 25;
|
|
8120
8143
|
break;
|
|
8121
8144
|
|
|
8122
|
-
case
|
|
8123
|
-
_context3.prev =
|
|
8124
|
-
_context3.t0 = _context3["catch"](
|
|
8145
|
+
case 21:
|
|
8146
|
+
_context3.prev = 21;
|
|
8147
|
+
_context3.t0 = _context3["catch"](6);
|
|
8125
8148
|
|
|
8126
8149
|
_this16.$message.error(_context3.t0.resultMsg || _this16.i18nText('1.9.22'));
|
|
8127
8150
|
|
|
8128
8151
|
return _context3.abrupt("return", false);
|
|
8129
8152
|
|
|
8130
|
-
case
|
|
8153
|
+
case 25:
|
|
8131
8154
|
return _context3.abrupt("return", {
|
|
8132
8155
|
value: 'Y',
|
|
8133
8156
|
data: null
|
|
8134
8157
|
});
|
|
8135
8158
|
|
|
8136
|
-
case
|
|
8159
|
+
case 26:
|
|
8137
8160
|
case "end":
|
|
8138
8161
|
return _context3.stop();
|
|
8139
8162
|
}
|
|
8140
8163
|
}
|
|
8141
|
-
}, _callee3, null, [[
|
|
8164
|
+
}, _callee3, null, [[6, 21]]);
|
|
8142
8165
|
}))();
|
|
8143
8166
|
},
|
|
8144
8167
|
handleAccessInterceptValue: function handleAccessInterceptValue() {
|
|
@@ -8456,8 +8479,8 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
8456
8479
|
});
|
|
8457
8480
|
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=script&lang=js&
|
|
8458
8481
|
/* harmony default export */ var chat_chatFootervue_type_script_lang_js_ = (chatFootervue_type_script_lang_js_);
|
|
8459
|
-
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=0&id=
|
|
8460
|
-
var
|
|
8482
|
+
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=0&id=3aec7011&lang=less&scoped=true&
|
|
8483
|
+
var chatFootervue_type_style_index_0_id_3aec7011_lang_less_scoped_true_ = __webpack_require__("350c");
|
|
8461
8484
|
|
|
8462
8485
|
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue
|
|
8463
8486
|
|
|
@@ -8474,7 +8497,7 @@ var chatFooter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8474
8497
|
staticRenderFns,
|
|
8475
8498
|
false,
|
|
8476
8499
|
null,
|
|
8477
|
-
"
|
|
8500
|
+
"3aec7011",
|
|
8478
8501
|
null
|
|
8479
8502
|
|
|
8480
8503
|
)
|
|
@@ -8748,7 +8771,7 @@ module.exports = require("core-js/modules/es.typed-array.find-index.js");
|
|
|
8748
8771
|
/* unused harmony export chatUidUp */
|
|
8749
8772
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getRecallText; });
|
|
8750
8773
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return chatAuthentication; });
|
|
8751
|
-
/* harmony import */ var
|
|
8774
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
|
|
8752
8775
|
/* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f2f7");
|
|
8753
8776
|
/* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__);
|
|
8754
8777
|
/* harmony import */ var ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("23a4");
|
|
@@ -8881,7 +8904,7 @@ function checkTalkingEnv(_x, _x2, _x3) {
|
|
|
8881
8904
|
}
|
|
8882
8905
|
|
|
8883
8906
|
function _checkTalkingEnv() {
|
|
8884
|
-
_checkTalkingEnv = Object(
|
|
8907
|
+
_checkTalkingEnv = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
|
|
8885
8908
|
var _sips;
|
|
8886
8909
|
|
|
8887
8910
|
var mediaConstraints, getSips, getDeviceAuth, chooseSip, _status, sip, sips, id, status, value;
|
|
@@ -9542,13 +9565,6 @@ module.exports = __webpack_require__.p + "img/mute-audio.03ce245b.png";
|
|
|
9542
9565
|
|
|
9543
9566
|
/***/ }),
|
|
9544
9567
|
|
|
9545
|
-
/***/ "8bd1":
|
|
9546
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
9547
|
-
|
|
9548
|
-
// extracted by mini-css-extract-plugin
|
|
9549
|
-
|
|
9550
|
-
/***/ }),
|
|
9551
|
-
|
|
9552
9568
|
/***/ "8be8":
|
|
9553
9569
|
/***/ (function(module, exports, __webpack_require__) {
|
|
9554
9570
|
|
|
@@ -11285,6 +11301,13 @@ module.exports = require("core-js/modules/es.symbol.js");
|
|
|
11285
11301
|
|
|
11286
11302
|
/***/ }),
|
|
11287
11303
|
|
|
11304
|
+
/***/ "9b4b":
|
|
11305
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
11306
|
+
|
|
11307
|
+
// extracted by mini-css-extract-plugin
|
|
11308
|
+
|
|
11309
|
+
/***/ }),
|
|
11310
|
+
|
|
11288
11311
|
/***/ "9bb5":
|
|
11289
11312
|
/***/ (function(module, exports) {
|
|
11290
11313
|
|
|
@@ -11297,7 +11320,7 @@ module.exports = require("core-js/modules/es.string.iterator.js");
|
|
|
11297
11320
|
|
|
11298
11321
|
"use strict";
|
|
11299
11322
|
|
|
11300
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11323
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/read-record.vue?vue&type=template&id=7034bfab&
|
|
11301
11324
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:(_vm.handleClickOutside),expression:"handleClickOutside"}],staticClass:"chat-read-record"},[_c('div',{staticClass:"chat-read-record__title"},[_c('span',[_vm._v("消息接收人列表")]),_c('a-icon',{attrs:{"type":"close"},on:{"click":_vm.handleClickOutside}})],1),_c('div',[_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.unread.length))]),_vm._v(" 人未读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.unread),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)]),_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.readed.length))]),_vm._v(" 人已读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.readed),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)])])])}
|
|
11302
11325
|
var staticRenderFns = []
|
|
11303
11326
|
|
|
@@ -11476,10 +11499,10 @@ module.exports = require("ant-design-vue/es/popover/style");
|
|
|
11476
11499
|
|
|
11477
11500
|
"use strict";
|
|
11478
11501
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return RtcClient; });
|
|
11479
|
-
/* harmony import */ var
|
|
11480
|
-
/* harmony import */ var
|
|
11481
|
-
/* harmony import */ var
|
|
11482
|
-
/* harmony import */ var
|
|
11502
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("5530");
|
|
11503
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("1da1");
|
|
11504
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("d4ec");
|
|
11505
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("bee2");
|
|
11483
11506
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("d16b");
|
|
11484
11507
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
11485
11508
|
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("f989");
|
|
@@ -11513,7 +11536,7 @@ var RtcClient = /*#__PURE__*/function () {
|
|
|
11513
11536
|
function RtcClient(options) {
|
|
11514
11537
|
var _this = this;
|
|
11515
11538
|
|
|
11516
|
-
Object(
|
|
11539
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, RtcClient);
|
|
11517
11540
|
|
|
11518
11541
|
this.sdkAppId_ = options.sdkAppId;
|
|
11519
11542
|
this.userId_ = options.userId;
|
|
@@ -11546,10 +11569,10 @@ var RtcClient = /*#__PURE__*/function () {
|
|
|
11546
11569
|
});
|
|
11547
11570
|
}
|
|
11548
11571
|
|
|
11549
|
-
Object(
|
|
11572
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])(RtcClient, [{
|
|
11550
11573
|
key: "join",
|
|
11551
11574
|
value: function () {
|
|
11552
|
-
var _join = Object(
|
|
11575
|
+
var _join = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
11553
11576
|
var _document$getElementB;
|
|
11554
11577
|
|
|
11555
11578
|
return regeneratorRuntime.wrap(function _callee$(_context) {
|
|
@@ -11680,7 +11703,7 @@ var RtcClient = /*#__PURE__*/function () {
|
|
|
11680
11703
|
}, {
|
|
11681
11704
|
key: "leave",
|
|
11682
11705
|
value: function () {
|
|
11683
|
-
var _leave = Object(
|
|
11706
|
+
var _leave = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee2() {
|
|
11684
11707
|
return regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
11685
11708
|
while (1) {
|
|
11686
11709
|
switch (_context2.prev = _context2.next) {
|
|
@@ -11744,7 +11767,7 @@ var RtcClient = /*#__PURE__*/function () {
|
|
|
11744
11767
|
}, {
|
|
11745
11768
|
key: "publish",
|
|
11746
11769
|
value: function () {
|
|
11747
|
-
var _publish = Object(
|
|
11770
|
+
var _publish = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() {
|
|
11748
11771
|
var sip;
|
|
11749
11772
|
return regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
11750
11773
|
while (1) {
|
|
@@ -11814,7 +11837,7 @@ var RtcClient = /*#__PURE__*/function () {
|
|
|
11814
11837
|
}, {
|
|
11815
11838
|
key: "unpublish",
|
|
11816
11839
|
value: function () {
|
|
11817
|
-
var _unpublish = Object(
|
|
11840
|
+
var _unpublish = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee4(isLeaving) {
|
|
11818
11841
|
return regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
11819
11842
|
while (1) {
|
|
11820
11843
|
switch (_context4.prev = _context4.next) {
|
|
@@ -11992,7 +12015,7 @@ var RtcClient = /*#__PURE__*/function () {
|
|
|
11992
12015
|
}, {
|
|
11993
12016
|
key: "toggleScreen",
|
|
11994
12017
|
value: function () {
|
|
11995
|
-
var _toggleScreen = Object(
|
|
12018
|
+
var _toggleScreen = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee5(flag, options) {
|
|
11996
12019
|
var _this$localStream_, client_, stream;
|
|
11997
12020
|
|
|
11998
12021
|
return regeneratorRuntime.wrap(function _callee5$(_context5) {
|
|
@@ -12084,7 +12107,7 @@ var RtcClient = /*#__PURE__*/function () {
|
|
|
12084
12107
|
|
|
12085
12108
|
case 34:
|
|
12086
12109
|
this.screen = flag;
|
|
12087
|
-
return _context5.abrupt("return", new RtcClient(Object(
|
|
12110
|
+
return _context5.abrupt("return", new RtcClient(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({}, this.options), {}, {
|
|
12088
12111
|
options: options,
|
|
12089
12112
|
openVideo: true,
|
|
12090
12113
|
screen: this.screen
|
|
@@ -12652,9 +12675,9 @@ module.exports = require("ant-design-vue/es/menu");
|
|
|
12652
12675
|
|
|
12653
12676
|
"use strict";
|
|
12654
12677
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ObserverScroll; });
|
|
12655
|
-
/* harmony import */ var
|
|
12656
|
-
/* harmony import */ var
|
|
12657
|
-
/* harmony import */ var
|
|
12678
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
|
|
12679
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
|
|
12680
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
|
|
12658
12681
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("97d3");
|
|
12659
12682
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
12660
12683
|
/* harmony import */ var core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("8535");
|
|
@@ -12679,11 +12702,11 @@ module.exports = require("ant-design-vue/es/menu");
|
|
|
12679
12702
|
|
|
12680
12703
|
var ObserverScroll = /*#__PURE__*/function () {
|
|
12681
12704
|
function ObserverScroll(root, cb) {
|
|
12682
|
-
Object(
|
|
12705
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ObserverScroll);
|
|
12683
12706
|
|
|
12684
|
-
Object(
|
|
12707
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "list", new Set());
|
|
12685
12708
|
|
|
12686
|
-
Object(
|
|
12709
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "timer", 0);
|
|
12687
12710
|
|
|
12688
12711
|
this.once = true;
|
|
12689
12712
|
this.cb = cb;
|
|
@@ -12693,7 +12716,7 @@ var ObserverScroll = /*#__PURE__*/function () {
|
|
|
12693
12716
|
});
|
|
12694
12717
|
}
|
|
12695
12718
|
|
|
12696
|
-
Object(
|
|
12719
|
+
Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ObserverScroll, [{
|
|
12697
12720
|
key: "handler",
|
|
12698
12721
|
value: function handler(entries) {
|
|
12699
12722
|
var _this = this;
|
|
@@ -13366,7 +13389,7 @@ var es_promise_finally = __webpack_require__("a79d");
|
|
|
13366
13389
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
13367
13390
|
var es_function_name_js_ = __webpack_require__("db0a");
|
|
13368
13391
|
|
|
13369
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13392
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/client/index.vue?vue&type=template&id=25007efe&scoped=true&
|
|
13370
13393
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"clientIndex"},[_c('a-spin',{staticStyle:{"width":"100%","height":"100%"},attrs:{"tip":((_vm.i18nText('3.2.8')) + "..."),"spinning":_vm.spinning}},[(!_vm.spinning)?[(_vm.isRobot)?_c('robotChat',{attrs:{"chatURL":_vm.chatURL},on:{"goCustomServe":_vm.goCustomServe}}):_c('clientChat',_vm._b({attrs:{"chatURL":_vm.chatURL,"isCustomServe":_vm.isCustomServe}},'clientChat',_vm.$attrs,false))]:_vm._e()],2)],1)}
|
|
13371
13394
|
var staticRenderFns = []
|
|
13372
13395
|
|
|
@@ -13404,7 +13427,7 @@ var create = __webpack_require__("8aef");
|
|
|
13404
13427
|
// EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
|
|
13405
13428
|
var helper = __webpack_require__("e3c5");
|
|
13406
13429
|
|
|
13407
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13430
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/client/clientChat.vue?vue&type=template&id=6d78accb&scoped=true&
|
|
13408
13431
|
var clientChatvue_type_template_id_6d78accb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"online-chat client-chat"},[_c('a-layout',[_c('a-layout-header',[_vm._v(" "+_vm._s(_vm.chatTitle)+" "),(_vm.sessionTimer)?_c('span',{staticClass:"session-time",staticStyle:{"flex":"1","text-align":"center","color":"red"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.324'))+": "+_vm._s(_vm.formatedSessionTime)+" ")]):_vm._e()]),_c('chat-main'),(_vm.queueMsg)?_c('div',{staticClass:"notice-bottom"},[_c('svg-icon',{attrs:{"icon-class":"anniuyuyue"}}),_c('span',{domProps:{"innerHTML":_vm._s(_vm.queueMsg)}})],1):_vm._e(),_c('chat-footer',{attrs:{"validTalkingEnv":_vm.validTalkingEnv}})],1),(_vm.evaluateModal)?_c('Evaluate',{attrs:{"orgId":_vm.accessParams.orgId,"evaluateSetting":_vm.evaluateSetting},on:{"closeEvaluate":_vm.closeEvaluate}}):_vm._e(),(_vm.showVideo)?_c('ChatVideo'):_vm._e(),(_vm.showAudio)?_c('ChatAudio',{attrs:{"validTalkingEnv":_vm.validTalkingEnv}}):_vm._e()],1)}
|
|
13409
13432
|
var clientChatvue_type_template_id_6d78accb_scoped_true_staticRenderFns = []
|
|
13410
13433
|
|
|
@@ -13457,7 +13480,7 @@ var chatFooter = __webpack_require__("61f8");
|
|
|
13457
13480
|
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatMain.vue + 3 modules
|
|
13458
13481
|
var chatMain = __webpack_require__("3cee");
|
|
13459
13482
|
|
|
13460
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13483
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/evaluate.vue?vue&type=template&id=018624f2&scoped=true&
|
|
13461
13484
|
var evaluatevue_type_template_id_018624f2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"evaluate-page"},[_c('a-modal',{staticClass:"evaluate-modal",attrs:{"visible":_vm.isEvaluate,"maskClosable":false,"width":'60%',"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"ok":_vm.submitEvaluate,"cancel":function($event){return _vm.$emit('closeEvaluate', false)}}},[_c('div',[_c('p',{staticStyle:{"font-size":"16px","color":"#000"}},[_vm._v(_vm._s(_vm.i18nText("3.11.62")))]),(_vm.starCount > 2)?_c('span',{staticClass:"rate-wrap"},[_c('a-rate',{attrs:{"count":_vm.starCount,"allowClear":false},on:{"change":_vm.changeRate},model:{value:(_vm.star),callback:function ($$v) {_vm.star=$$v},expression:"star"}}),_c('span',{staticClass:"ant-rate-text ellips"},[_vm._v(_vm._s(_vm.starTitle))])],1):_c('span',{staticClass:"rate-two"},[_c('div',[(_vm.setting.starSetting[1].star == 2)?_c('a-icon',{class:{ 'rate-checked': _vm.star == _vm.setting.starSetting[1].star },attrs:{"type":"like","theme":_vm.star == _vm.setting.starSetting[1].star ? 'filled' : 'outlined'},on:{"click":function($event){return _vm.changeRate(_vm.setting.starSetting[1].star)}}}):_vm._e(),_c('span',{staticClass:"ellips",staticStyle:{"margin-top":"8px"}},[_vm._v(_vm._s(_vm.setting.starSetting[1].title))])],1),_c('div',[(_vm.setting.starSetting[0].star == 1)?_c('a-icon',{class:{ 'rate-checked': _vm.star == _vm.setting.starSetting[0].star },attrs:{"type":"dislike","theme":_vm.star == _vm.setting.starSetting[0].star ? 'filled' : 'outlined'},on:{"click":function($event){return _vm.changeRate(_vm.setting.starSetting[0].star)}}}):_vm._e(),_c('span',{staticClass:"ellips",staticStyle:{"margin-top":"8px"}},[_vm._v(_vm._s(_vm.setting.starSetting[0].title))])],1)])]),(_vm.rateTags.length > 0)?_c('div',[_c('p',[_vm._v(_vm._s(_vm.i18nText("1.9.393")))]),_vm._l((_vm.rateTags),function(tag){return [_c('a-checkable-tag',{key:tag,attrs:{"checked":_vm.selectedTags.indexOf(tag) > -1},on:{"change":function (checked) { return _vm.changeTag(tag, checked); }}},[_vm._v(_vm._s(tag))])]})],2):_vm._e(),(_vm.usageMode != 'form')?_vm._t("default",function(){return [(_vm.problemSolved === 'Y')?_c('div',[_c('p',[_vm._v(_vm._s(_vm.i18nText("1.9.347")))]),_c('a-radio-group',{model:{value:(_vm.solved),callback:function ($$v) {_vm.solved=$$v},expression:"solved"}},[_c('a-radio',{attrs:{"value":"N"}},[_vm._v(_vm._s(_vm.i18nText("1.9.394")))]),_c('a-radio',{attrs:{"value":"Y"}},[_vm._v(_vm._s(_vm.i18nText("1.9.395")))])],1)],1):_vm._e()]}):_vm._e(),_c('div',{staticStyle:{"margin-top":"16px"}},[_c('a-textarea',{staticClass:"remark-input",attrs:{"placeholder":_vm.i18nText('1.9.396')},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}})],1)],2)],1)}
|
|
13462
13485
|
var evaluatevue_type_template_id_018624f2_scoped_true_staticRenderFns = []
|
|
13463
13486
|
|
|
@@ -14648,7 +14671,7 @@ var clientChat_component = Object(componentNormalizer["a" /* default */])(
|
|
|
14648
14671
|
)
|
|
14649
14672
|
|
|
14650
14673
|
/* harmony default export */ var clientChat = (clientChat_component.exports);
|
|
14651
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14674
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/robot/index.vue?vue&type=template&id=c7d05068&scoped=true&
|
|
14652
14675
|
var robotvue_type_template_id_c7d05068_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"online-chat robot-chat"},[_c('a-layout',[_c('a-layout-header',[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.chatTitle))]),(_vm.showCustomServe)?_c('span',{staticClass:"custom-serve",on:{"click":function($event){return _vm.$emit('goCustomServe')}}},[_vm._v(" 转人工客服 ")]):_vm._e()]),_c('chat-main',_vm._g({attrs:{"curChatType":'robot',"robotAvatar":_vm.robotAvatar},on:{"sendQuestion":_vm.sendQuestion,"sendIntention":_vm.sendIntention,"sendDictionary":_vm.sendDictionary}},_vm.$listeners),[(_vm.stompStatus)?_c('a-alert',{attrs:{"type":"warning","message":_vm.stompStatus,"show-icon":""}},[_c('a-icon',{attrs:{"slot":"icon","type":"exclamation-circle"},slot:"icon"})],1):_vm._e()],1),_c('chat-footer',{attrs:{"curChatType":'robot',"clientFinish":_vm.clientFinish}})],1),(_vm.evaluateModal)?_c('Evaluate',{attrs:{"orgId":_vm.accessParams.orgId,"evaluateSetting":_vm.evaluateSetting},on:{"closeEvaluate":_vm.closeEvaluate}}):_vm._e()],1)}
|
|
14653
14676
|
var robotvue_type_template_id_c7d05068_scoped_true_staticRenderFns = []
|
|
14654
14677
|
|
|
@@ -15348,7 +15371,7 @@ module.exports = require("core-js/modules/es.typed-array.uint8-array.js");
|
|
|
15348
15371
|
|
|
15349
15372
|
"use strict";
|
|
15350
15373
|
|
|
15351
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
15374
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"22bc584a-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
|
|
15352
15375
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{"aria-hidden":"true"}},_vm.$listeners),[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e(),_c('use',{attrs:{"xlink:href":_vm.iconName}})])}
|
|
15353
15376
|
var staticRenderFns = []
|
|
15354
15377
|
|
|
@@ -15509,8 +15532,8 @@ module.exports = require("core-js/modules/es.function.name.js");
|
|
|
15509
15532
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
15510
15533
|
|
|
15511
15534
|
"use strict";
|
|
15512
|
-
/* harmony import */ var
|
|
15513
|
-
/* harmony import */ var
|
|
15535
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2909");
|
|
15536
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ade3");
|
|
15514
15537
|
/* harmony import */ var ant_design_vue_es_carousel_style__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("7442");
|
|
15515
15538
|
/* harmony import */ var ant_design_vue_es_carousel_style__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_carousel_style__WEBPACK_IMPORTED_MODULE_2__);
|
|
15516
15539
|
/* harmony import */ var ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("34fc");
|
|
@@ -15539,9 +15562,9 @@ module.exports = require("core-js/modules/es.function.name.js");
|
|
|
15539
15562
|
/* harmony import */ var ant_design_vue_es_modal_style__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_modal_style__WEBPACK_IMPORTED_MODULE_14__);
|
|
15540
15563
|
/* harmony import */ var ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__("929f");
|
|
15541
15564
|
/* harmony import */ var ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15__);
|
|
15542
|
-
/* harmony import */ var
|
|
15543
|
-
/* harmony import */ var
|
|
15544
|
-
/* harmony import */ var
|
|
15565
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__("3835");
|
|
15566
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__("1da1");
|
|
15567
|
+
/* harmony import */ var F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__("5530");
|
|
15545
15568
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__("d16b");
|
|
15546
15569
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19__);
|
|
15547
15570
|
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__("0d58");
|
|
@@ -15705,7 +15728,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
15705
15728
|
readRecordList: []
|
|
15706
15729
|
};
|
|
15707
15730
|
},
|
|
15708
|
-
computed: Object(
|
|
15731
|
+
computed: Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapGetters */ "b"])(['userInfo', 'currentTab', 'isAppendMsg', 'message', 'msgList', 'sessionId', 'serviceId', 'scrollTo', 'isServer', 'clientId', 'sessionEnd', 'assemblyId', 'footerMessage', 'portraitPanelParams', 'assemblySetting', 'clientParams', 'onChating', 'classify', 'collapsed', 'barStatus', 'sessionHistoryList', 'enable', 'appendList', 'queueItem', 'isRecorderVoice'])), {}, {
|
|
15709
15732
|
orgId: function orgId() {
|
|
15710
15733
|
var _this$userInfo, _this$userInfo$sysPar;
|
|
15711
15734
|
|
|
@@ -15828,7 +15851,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
15828
15851
|
created: function created() {
|
|
15829
15852
|
this.attachEvent();
|
|
15830
15853
|
},
|
|
15831
|
-
methods: Object(
|
|
15854
|
+
methods: Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapMutations */ "c"])(['setIsAppendMsg', 'setMsgList', 'setScrollTo', 'setFooterMessage', 'setIsScrollListChange', 'setListChangeItem', 'setSessionId', 'setOnChating', 'setServiceId', 'setShowAudio', 'setVideoMode', 'setVideoMembers', 'setIsRecorderVoice'])), Object(_store_helper__WEBPACK_IMPORTED_MODULE_41__[/* mapActions */ "a"])({
|
|
15832
15855
|
getEarlierMsg: 'setMsgList',
|
|
15833
15856
|
handleBotChat: 'handleBotChat',
|
|
15834
15857
|
sendMessage: 'sendMessage'
|
|
@@ -16078,7 +16101,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
16078
16101
|
_data$params = data.params,
|
|
16079
16102
|
params = _data$params === void 0 ? [] : _data$params,
|
|
16080
16103
|
openMode = data.openMode;
|
|
16081
|
-
dispatch && this.dispatchEvent('click_templateCard', Object(
|
|
16104
|
+
dispatch && this.dispatchEvent('click_templateCard', Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, data));
|
|
16082
16105
|
if (!address) return;
|
|
16083
16106
|
|
|
16084
16107
|
if (targetType === 'LINK_ADDRESS') {
|
|
@@ -16143,8 +16166,8 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
16143
16166
|
if (data.result === 'SUCCESS') {
|
|
16144
16167
|
var _this4$getContent;
|
|
16145
16168
|
|
|
16146
|
-
_this4.dispatchEvent('msg_recallSuccess', Object(
|
|
16147
|
-
message: Object(
|
|
16169
|
+
_this4.dispatchEvent('msg_recallSuccess', Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
|
|
16170
|
+
message: Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, item)
|
|
16148
16171
|
}, params));
|
|
16149
16172
|
|
|
16150
16173
|
_this4.$set(item, 'recallFlag', 1); // 撤回成功提示
|
|
@@ -16304,7 +16327,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
16304
16327
|
});
|
|
16305
16328
|
},
|
|
16306
16329
|
postReadMessage: function postReadMessage(data) {
|
|
16307
|
-
_utils_chatFetch__WEBPACK_IMPORTED_MODULE_42___default.a.post("/chat/".concat(this.isServer ? 'service' : 'access', "/readMessage"), _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42__["qs"].stringify(Object(
|
|
16330
|
+
_utils_chatFetch__WEBPACK_IMPORTED_MODULE_42___default.a.post("/chat/".concat(this.isServer ? 'service' : 'access', "/readMessage"), _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42__["qs"].stringify(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
|
|
16308
16331
|
assemblyId: this.assemblyId,
|
|
16309
16332
|
orgId: this.orgId,
|
|
16310
16333
|
userId: this.userId,
|
|
@@ -16379,7 +16402,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
16379
16402
|
handleOpenPortraitPanel: function handleOpenPortraitPanel(item) {
|
|
16380
16403
|
var _this8 = this;
|
|
16381
16404
|
|
|
16382
|
-
return Object(
|
|
16405
|
+
return Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
16383
16406
|
var _this8$assemblySettin;
|
|
16384
16407
|
|
|
16385
16408
|
var portraitPanelParams, clientParams, panelSetting;
|
|
@@ -16495,7 +16518,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
16495
16518
|
*/
|
|
16496
16519
|
handleSessionIdChange: function handleSessionIdChange(e) {
|
|
16497
16520
|
var _e$target$value$split = e.target.value.split('-'),
|
|
16498
|
-
_e$target$value$split2 = Object(
|
|
16521
|
+
_e$target$value$split2 = Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__[/* default */ "a"])(_e$target$value$split, 2),
|
|
16499
16522
|
sessionId = _e$target$value$split2[0],
|
|
16500
16523
|
serviceId = _e$target$value$split2[1];
|
|
16501
16524
|
|
|
@@ -16573,7 +16596,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
16573
16596
|
},
|
|
16574
16597
|
components: (_components = {
|
|
16575
16598
|
AModal: ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15___default.a
|
|
16576
|
-
}, Object(
|
|
16599
|
+
}, Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_13___default.a.Content.name, ant_design_vue_es_layout__WEBPACK_IMPORTED_MODULE_13___default.a.Content), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_spin__WEBPACK_IMPORTED_MODULE_11___default.a.name, ant_design_vue_es_spin__WEBPACK_IMPORTED_MODULE_11___default.a), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_9___default.a.name, ant_design_vue_es_icon__WEBPACK_IMPORTED_MODULE_9___default.a), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_popconfirm__WEBPACK_IMPORTED_MODULE_7___default.a.name, ant_design_vue_es_popconfirm__WEBPACK_IMPORTED_MODULE_7___default.a), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Button.name, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Button), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Group.name, ant_design_vue_es_radio__WEBPACK_IMPORTED_MODULE_5___default.a.Group), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3___default.a.name, ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3___default.a), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "SvgIcon", _component_svg_index_vue__WEBPACK_IMPORTED_MODULE_39__[/* default */ "a"]), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgPrescription", _components_msg_prescription__WEBPACK_IMPORTED_MODULE_45__[/* default */ "a"]), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "ReadStatus", _components_read_status__WEBPACK_IMPORTED_MODULE_46__[/* default */ "a"]), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "ReadRecord", _components_read_record__WEBPACK_IMPORTED_MODULE_47__[/* default */ "a"]), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgPicture", _components_msg_picture__WEBPACK_IMPORTED_MODULE_44__[/* default */ "a"]), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "MsgDescribe", _components_msg_describe__WEBPACK_IMPORTED_MODULE_43__[/* default */ "a"]), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "chatHeader", _chatHeader__WEBPACK_IMPORTED_MODULE_48__[/* default */ "a"]), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_components, "Viewer", v_viewer_src_component_vue__WEBPACK_IMPORTED_MODULE_50___default.a), _components),
|
|
16577
16600
|
watch: {
|
|
16578
16601
|
msgList: function msgList() {
|
|
16579
16602
|
this.observeMsg();
|
|
@@ -16585,9 +16608,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
16585
16608
|
var newArr = [];
|
|
16586
16609
|
|
|
16587
16610
|
if (_utils_vexutils__WEBPACK_IMPORTED_MODULE_52___default.a.isPlainObject(this.message)) {
|
|
16588
|
-
newArr = [].concat(Object(
|
|
16611
|
+
newArr = [].concat(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), [this.message]);
|
|
16589
16612
|
} else if (_utils_vexutils__WEBPACK_IMPORTED_MODULE_52___default.a.isArray(this.message)) {
|
|
16590
|
-
newArr = [].concat(Object(
|
|
16613
|
+
newArr = [].concat(Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), Object(F_project_crm_new_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.message));
|
|
16591
16614
|
}
|
|
16592
16615
|
|
|
16593
16616
|
this.setMsgList(newArr);
|