cnhis-design-vue 0.1.65-beta → 0.1.69-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 +97 -97
- 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 +732 -601
- 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 +57 -57
- package/es/multi-chat-client/index.js +48 -48
- 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 +302 -281
- 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 +39 -27
- package/es/select-person/style.css +1 -1
- 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 +134 -164
- 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/verification-code/index.js +2 -2
- package/lib/cui.common.js +738 -561
- package/lib/cui.umd.js +738 -561
- package/lib/cui.umd.min.js +93 -93
- package/package.json +9 -9
- package/packages/big-table/src/Fieldset.vue +12 -12
- package/packages/scale-view/answerParse.vue +106 -0
- package/packages/scale-view/evaluateCountdown.vue +3 -1
- package/packages/scale-view/formitem/r-choice.vue +20 -9
- package/packages/scale-view/scaleView.vue +126 -46
- package/packages/select-person/select-person.vue +5 -3
package/es/multi-chat/index.js
CHANGED
|
@@ -305,7 +305,7 @@ module.exports = require("core-js/modules/es.array.find.js");
|
|
|
305
305
|
|
|
306
306
|
"use strict";
|
|
307
307
|
|
|
308
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
308
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
309
309
|
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()])])}
|
|
310
310
|
var staticRenderFns = []
|
|
311
311
|
|
|
@@ -1656,7 +1656,7 @@ function _slicedToArray(arr, i) {
|
|
|
1656
1656
|
|
|
1657
1657
|
"use strict";
|
|
1658
1658
|
|
|
1659
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1659
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
1660
1660
|
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()])}
|
|
1661
1661
|
var staticRenderFns = []
|
|
1662
1662
|
|
|
@@ -1897,7 +1897,7 @@ module.exports = function (it) {
|
|
|
1897
1897
|
|
|
1898
1898
|
"use strict";
|
|
1899
1899
|
|
|
1900
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1900
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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=d3c23d16&scoped=true&
|
|
1901
1901
|
var render = function () {
|
|
1902
1902
|
var this$1 = this;
|
|
1903
1903
|
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:{
|
|
@@ -1974,7 +1974,7 @@ module.exports = {};
|
|
|
1974
1974
|
|
|
1975
1975
|
"use strict";
|
|
1976
1976
|
|
|
1977
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
1977
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
1978
1978
|
var render = function () {
|
|
1979
1979
|
var this$1 = this;
|
|
1980
1980
|
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){
|
|
@@ -3313,7 +3313,7 @@ var es_promise_finally = __webpack_require__("a79d");
|
|
|
3313
3313
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
3314
3314
|
var es_function_name_js_ = __webpack_require__("db0a");
|
|
3315
3315
|
|
|
3316
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3316
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/index.vue?vue&type=template&id=70065246&scoped=true&
|
|
3317
3317
|
var render = function () {
|
|
3318
3318
|
var this$1 = this;
|
|
3319
3319
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"online-chat multiChat-chat-index"},[(_vm.loading)?_c('a-spin',{staticClass:"loading"}):_c('a-layout',[_c('a-layout-sider',{staticClass:"message-list",class:{ 'message-list-close': !_vm.enable },attrs:{"width":"300"}},[(_vm.enable && !_vm.hideSearch)?_c('div',{staticClass:"message-search"},[_c('a-input',{attrs:{"placeholder":_vm.i18nText('1.9.321'),"value":_vm.keywords},on:{"change":_vm.handleKeywordsChange,"pressEnter":_vm.handleKeywordsSearch}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1),_c('a-button',{staticStyle:{"margin-left":"10px"},attrs:{"ghost":"","type":"primary"},on:{"click":function($event){_vm.advancedFilterVisible = true}}},[_vm._v(_vm._s(_vm.i18nText('1.9.271')))])],1):_vm._e(),(_vm.enable)?_c('a-tabs',{staticClass:"message-tabs",class:{ 'message-conference-tab': _vm.isConference, 'message-staff-tab': _vm.isStaff },attrs:{"activeKey":_vm.currentTab},on:{"change":_vm.handleTabChange}},[_vm._l((_vm.tabList),function(ref){
|
|
@@ -3489,7 +3489,7 @@ var chatFooter = __webpack_require__("61f8");
|
|
|
3489
3489
|
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatMain.vue + 3 modules
|
|
3490
3490
|
var chatMain = __webpack_require__("3cee");
|
|
3491
3491
|
|
|
3492
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3492
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/scrollList.vue?vue&type=template&id=e8d50dd2&scoped=true&
|
|
3493
3493
|
var scrollListvue_type_template_id_e8d50dd2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('ul',{staticClass:"scroll-list",class:{ 'has-scroll': _vm.currentTab !== 'end' }},[_vm._l((_vm.processedScrollList),function(item,index){return [_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.showScrollItem(item)),expression:"showScrollItem(item)"}],key:index,staticClass:"scroll-item",class:{ active: _vm.isActive(item) },attrs:{"id":'item_id_' + item.id},on:{"click":function($event){return _vm.handleClick(item)}}},[_c('Avatar',{attrs:{"className":"avatar","src":item.portrait,"name":item.name || item.toName || item.title,"len":2}}),_c('div',{staticClass:"item-content"},[_c('div',{staticClass:"name-time"},[_c('div',{staticClass:"name-zhuanjie"},[_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm._f("formatName")(item)))]),_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm._f("formatName")(item)))])],2),(item.sendName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.sendName + '转接给了你'))]),_c('span',{staticClass:"zhuanjie"},[_c('svg-icon',{staticStyle:{"fontSize":"16px"},attrs:{"icon-class":"liaotian-zhuanchu"}}),_vm._v(_vm._s(item.sendName)+" ")],1)],2):_vm._e(),(item.receiveName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s('你转接给了' + item.receiveName))]),_c('span',{staticClass:"zhuanchu"},[_c('svg-icon',{staticStyle:{"fontSize":"16px"},attrs:{"icon-class":"liaotian-zhuanru"}}),_vm._v(_vm._s(item.receiveName)+" ")],1)],2):_vm._e()],1),_c('a-tooltip',{attrs:{"placement":"topRight"}},[_c('template',{slot:"title"},[_c('span',{staticClass:"time"},[_vm._v(_vm._s(item.timeSettingTip))])]),_c('span',{staticClass:"time"},[_vm._v(_vm._s(item.timeSetting))])],2)],1),_c('div',{staticClass:"remark"},[_vm._v(_vm._s(item.remarkSetting))]),_c('div',{staticClass:"brief-count"},[_c('div',{staticClass:"brief",domProps:{"innerHTML":_vm._s(item.contentSetting)}}),(item.msgCount)?_c('span',{staticClass:"count"},[(+item.msgCount > 99)?[_c('a-tooltip',{attrs:{"title":item.msgCount}},[_vm._v(" 99+ ")])]:[_vm._v(" "+_vm._s(_vm._f("formatCount")(item))+" ")]],2):_vm._e(),(item.statusSetting)?_c('span',{staticClass:"level",domProps:{"innerHTML":_vm._s(item.statusSetting)}}):_vm._e()])])],1)]}),(_vm.loading)?_c('a-spin',{staticClass:"loading-icon"}):_vm._e()],2),(_vm.currentTab === 'end')?_c('div',{directives:[{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],attrs:{"infinite-scroll-immediate-check":"immediate","infinite-scroll-disabled":_vm.busy,"infinite-scroll-distance":10}},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.infiniteMsgShow),expression:"infiniteMsgShow"}],staticClass:"infinite-wrap"},[_c('a-spin',{attrs:{"size":"small"}}),_vm._v("加载中 ")],1)]):_vm._e()])}
|
|
3494
3494
|
var scrollListvue_type_template_id_e8d50dd2_scoped_true_staticRenderFns = []
|
|
3495
3495
|
|
|
@@ -4711,7 +4711,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4711
4711
|
)
|
|
4712
4712
|
|
|
4713
4713
|
/* harmony default export */ var scrollList = (component.exports);
|
|
4714
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
4714
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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=3bf9134f&scoped=true&
|
|
4715
4715
|
var videovue_type_template_id_3bf9134f_scoped_true_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("屏幕共享")])])])])])}
|
|
4716
4716
|
var videovue_type_template_id_3bf9134f_scoped_true_staticRenderFns = []
|
|
4717
4717
|
|
|
@@ -5803,7 +5803,7 @@ var video_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5803
5803
|
)
|
|
5804
5804
|
|
|
5805
5805
|
/* harmony default export */ var video = (video_component.exports);
|
|
5806
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5806
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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=509f44ac&scoped=true&
|
|
5807
5807
|
var audiovue_type_template_id_509f44ac_scoped_true_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:({
|
|
5808
5808
|
height: _vm.size === 'big' ? '40px' : '30px',
|
|
5809
5809
|
lineHeight: _vm.size === 'big' ? '40px' : '30px',
|
|
@@ -6926,7 +6926,7 @@ var audio_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6926
6926
|
)
|
|
6927
6927
|
|
|
6928
6928
|
/* harmony default export */ var audio = (audio_component.exports);
|
|
6929
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6929
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/calling.vue?vue&type=template&id=eec11f1c&scoped=true&
|
|
6930
6930
|
var callingvue_type_template_id_eec11f1c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"calling"},_vm._l((_vm.callings),function(item){return _c('div',{key:item.sessionId,ref:"calling",refInFor:true,staticClass:"main"},[_c('img',{attrs:{"src":__webpack_require__("0310"),"width":"40"}}),_c('span',{staticClass:"name"},[_vm._v(_vm._s(item.callerName))]),_c('div',{staticClass:"operate"},[_c('img',{attrs:{"src":__webpack_require__("1d16"),"width":"40"},on:{"click":function($event){return _vm.handleConfirm(item)}}}),_c('img',{attrs:{"src":__webpack_require__("73ff"),"width":"40"},on:{"click":function($event){return _vm.handleReject(item)}}})])])}),0)}
|
|
6931
6931
|
var callingvue_type_template_id_eec11f1c_scoped_true_staticRenderFns = []
|
|
6932
6932
|
|
|
@@ -7214,7 +7214,7 @@ var calling_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7214
7214
|
)
|
|
7215
7215
|
|
|
7216
7216
|
/* harmony default export */ var calling = (calling_component.exports);
|
|
7217
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7217
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/delay.vue?vue&type=template&id=6507ce77&scoped=true&
|
|
7218
7218
|
var delayvue_type_template_id_6507ce77_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-delay"},[_c('div',{staticClass:"header"},[_vm._v(_vm._s(_vm.delay.toName)+" "+_vm._s(_vm.i18nText('1.9.378'))+" ")]),_c('div',{staticClass:"count-down"},[_c('span',{staticClass:"title"},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.376'))+" ("+_vm._s(_vm.i18nText('1.2.1.11.21'))+"/"+_vm._s(_vm.i18nText('1.2.1.11.22'))+") ")]),_c('div',{staticClass:"times"},_vm._l((_vm.timeArray),function(item,index){return _c('div',{key:index,staticClass:"times"},[(index)?_c('span',{staticClass:"division"},[_vm._v(" : ")]):_vm._e(),_vm._l((item),function(v,j){return _c('span',{key:j,staticClass:"time"},[_vm._v(_vm._s(v))])})],2)}),0)]),_c('div',{staticClass:"operate"},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleDelay}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.379'))+_vm._s(_vm.i18nText('1.9.319.11', { num: _vm.timeLength }))+" ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.4'))+" ")])],1)])}
|
|
7219
7219
|
var delayvue_type_template_id_6507ce77_scoped_true_staticRenderFns = []
|
|
7220
7220
|
|
|
@@ -7337,7 +7337,7 @@ var delay_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7337
7337
|
)
|
|
7338
7338
|
|
|
7339
7339
|
/* harmony default export */ var delay = (delay_component.exports);
|
|
7340
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7340
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/advancedFilter.vue?vue&type=template&id=6bed273e&scoped=true&
|
|
7341
7341
|
var advancedFiltervue_type_template_id_6bed273e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"advanced-filter"},[_c('a-modal',{attrs:{"title":_vm.i18nText("1.9.271"),"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","destroyOnClose":true},on:{"cancel":_vm.handleCancel}},[_c('div',{staticClass:"search-wrapper"},[_c('a-input-search',{staticStyle:{"width":"250px"},attrs:{"placeholder":_vm.i18nText('2.12.7.5'),"enterButton":_vm.i18nText('2.2.2.14')},on:{"search":_vm.getTableList},model:{value:(_vm.searchCondition.keyword),callback:function ($$v) {_vm.$set(_vm.searchCondition, "keyword", $$v)},expression:"searchCondition.keyword"}}),(_vm.onlineTypeList && _vm.onlineTypeList.length)?_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"showSearch":"","filterOption":_vm.filterOption,"placeholder":'会话状态'},on:{"change":_vm.handleOnlineTypeChange},model:{value:(_vm.searchCondition.onlineType),callback:function ($$v) {_vm.$set(_vm.searchCondition, "onlineType", $$v)},expression:"searchCondition.onlineType"}},_vm._l((_vm.onlineTypeList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1):_vm._e(),(_vm.classifyList && _vm.classifyList.length)?_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"allowClear":"","showSearch":"","filterOption":_vm.filterOption,"placeholder":_vm.i18nText('1.9.338')},on:{"change":_vm.handleClassifyChange}},_vm._l((_vm.classifyList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1):_vm._e()],1),_c('a-table',{staticClass:"advance-table",attrs:{"data-source":_vm.tableData,"columns":_vm.columns,"row-key":"id","bordered":"","pagination":false,"scroll":{ x: 1260, y: 500 }},scopedSlots:_vm._u([{key:"toName",fn:function(scope, record){return [_c('a',{on:{"click":function($event){return _vm.viewMessageRecord(record)}}},[_vm._v(_vm._s(record.toName))])]}},{key:"status",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatStatus(scope)))])]}},{key:"createdTime",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatTime(scope)))])]}},{key:"classify",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatClassify(scope)))])]}}])}),_c('a-pagination',{attrs:{"current":_vm.pagination.currentPage,"pageSizeOptions":['5', '10', '15', '20'],"pageSize":_vm.pagination.pageSize,"showSizeChanger":"","showQuickJumper":"","total":_vm.pagination.total},on:{"showSizeChange":_vm.handleSizeChange,"change":_vm.handleCurrentChange}})],1),(_vm.sessionId)?_c('MessageRecord',{attrs:{"userInfo":_vm.userInfo,"clientName":_vm.clientName,"clientId":_vm.toId,"serviceName":_vm.serviceName,"sessionId":_vm.sessionId,"fromId":_vm.fromId,"assemblyId":_vm.assemblyId,"userId":_vm.fromUserId},on:{"clearSessionId":_vm.clearSessionId}}):_vm._e()],1)}
|
|
7342
7342
|
var advancedFiltervue_type_template_id_6bed273e_scoped_true_staticRenderFns = []
|
|
7343
7343
|
|
|
@@ -7365,7 +7365,7 @@ var pagination_style_ = __webpack_require__("0371");
|
|
|
7365
7365
|
var pagination_ = __webpack_require__("6059");
|
|
7366
7366
|
var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
7367
7367
|
|
|
7368
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7368
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/messageRecord.vue?vue&type=template&id=245eff07&scoped=true&
|
|
7369
7369
|
var messageRecordvue_type_template_id_245eff07_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-record"},[_c('a-modal',{attrs:{"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","bodyStyle":{
|
|
7370
7370
|
boxSizing: 'content-box',
|
|
7371
7371
|
padding: '10px 10px 10px 24px'
|
|
@@ -8072,7 +8072,7 @@ var advancedFilter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8072
8072
|
)
|
|
8073
8073
|
|
|
8074
8074
|
/* harmony default export */ var advancedFilter = (advancedFilter_component.exports);
|
|
8075
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
8075
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/addMembers.vue?vue&type=template&id=c9459058&scoped=true&
|
|
8076
8076
|
var addMembersvue_type_template_id_c9459058_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"batch-select add-members"},[_c('a-row',{staticStyle:{"height":"100%"}},[_c('a-col',{staticClass:"left-tree",attrs:{"span":12}},[_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"size":"default","allowClear":""},on:{"search":_vm.handleSearch},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}},[_c('a-button',{attrs:{"slot":"enterButton","type":"primary","ghost":""},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.5.1'))+" ")],1)],1),_c('div',{staticClass:"check-all"},[_c('a-checkbox',{attrs:{"checked":_vm.checkAll},on:{"change":_vm.toggleCheckAll}},[_vm._v(_vm._s(_vm.i18nText('1.10.139')))])],1),_c('a-tree',{ref:"antTree",attrs:{"checkable":"","treeData":_vm.groupMembers,"searchPlaceholder":"Please select"},on:{"check":_vm.onCheck},scopedSlots:_vm._u([{key:"custom",fn:function(item){return [_c('span',{staticClass:"username"},[_c('span',{staticClass:"first-name"},[_vm._v(_vm._s(item.userName[0]))]),_c('span',{class:_vm.checkSearchName(item)},[_vm._v(_vm._s(item.userName))])])]}}]),model:{value:(_vm.checkedKeys),callback:function ($$v) {_vm.checkedKeys=$$v},expression:"checkedKeys"}})],1),_c('a-col',{staticClass:"right-page",attrs:{"span":12}},[_c('div',{staticClass:"right-top"},_vm._l((_vm.selectedMembers),function(item){return _c('a-tag',{key:item.userId,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.userName))])}),1),_c('div',{staticClass:"right-bottom"},[_c('a-button',{staticStyle:{"margin-right":"18px"},attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.3'))+" ("+_vm._s(_vm.selectedMembers.length)+"/"+_vm._s(_vm.groupMembers.length)+") ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.4')))])],1)])],1)],1)}
|
|
8077
8077
|
var addMembersvue_type_template_id_c9459058_scoped_true_staticRenderFns = []
|
|
8078
8078
|
|
|
@@ -8541,7 +8541,7 @@ var addMembers_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8541
8541
|
)
|
|
8542
8542
|
|
|
8543
8543
|
/* harmony default export */ var addMembers = (addMembers_component.exports);
|
|
8544
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
8544
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/multiVideo.vue?vue&type=template&id=59eae7d8&scoped=true&
|
|
8545
8545
|
var multiVideovue_type_template_id_59eae7d8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{ 'multi-video': true, small: _vm.fullFlag == 0, large: _vm.fullFlag == 2 },attrs:{"id":"multi-video"},on:{"mousedown":_vm.handleMove}},[(_vm.videoStatus !== 2)?_c('span',{staticClass:"close",on:{"click":function () {
|
|
8546
8546
|
_vm.setMultiVideoShow(false);
|
|
8547
8547
|
_vm.setRoomId('');
|
|
@@ -10012,7 +10012,7 @@ var multiVideo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10012
10012
|
)
|
|
10013
10013
|
|
|
10014
10014
|
/* harmony default export */ var multiVideo = (multiVideo_component.exports);
|
|
10015
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
10015
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/videoVoiceList.vue?vue&type=template&id=1ccaa4fa&scoped=true&
|
|
10016
10016
|
var videoVoiceListvue_type_template_id_1ccaa4fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"videoVoiceList-page"},[_c('div',{staticClass:"header",on:{"click":_vm.closeVideoList}},[_c('p',[_vm._v(_vm._s(_vm.listTitle))]),_c('a-icon',{attrs:{"type":"down"}})],1),(!_vm.noData)?_c('div',{staticClass:"videoVoiceList-container"},[(_vm.videoRecord.length)?_c('div',{staticClass:"top-wrap"},[_vm._l((_vm.videoRecord),function(item,index){return [_c('div',{key:index,staticClass:"video-record"},[_c('div',{staticClass:"title"},[_c('i'),_c('span',[_vm._v(" "+_vm._s(_vm.videoName(item, item.caller && item.caller.name))+" ")])]),_c('div',{staticClass:"content"},[_c('span',[_vm._v(_vm._s(_vm.handleGoing(item)))]),_c('span',{staticClass:"add-chat",on:{"click":function($event){return _vm.handleVideoEnter(item)}}},[_vm._v(" 加入通话 ")])])])]})],2):_vm._e(),(_vm.videoVoiceList.length)?_c('div',{staticClass:"list-wrap"},[_vm._l((_vm.videoVoiceList),function(item,index){return [_c('div',{key:index,staticClass:"list-item"},[_c('div',{staticClass:"left-icon"},[_c('img',{attrs:{"src":item.portrait ? item.portrait : __webpack_require__("683c"),"alt":""}})]),_c('div',{staticClass:"right-wrap",class:{ 'chat-cancel': item.kind == 2 && item.status == 3 }},[_c('div',{staticClass:"right-title"},[_vm._v(" "+_vm._s(_vm.videoName(item, item.callerName))+" ")]),_c('div',{staticClass:"right-content"},[_c('div',[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.formatCallImg(item)) + ".png"),"alt":""}}),_c('span',[_vm._v(_vm._s(item.mode == 1 ? '语音' : '视频'))]),(item.createdTime)?[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime))+" ")]:_vm._e()],2),(item.duration)?_c('span',[_vm._v(" "+_vm._s(_vm.formatSeconds(item.duration))+" ")]):_vm._e()])])])]})],2):_vm._e()]):_vm._e(),(_vm.noData)?_c('div',{staticClass:"no-data"},[_vm._v("无历史数据")]):_vm._e()])}
|
|
10017
10017
|
var videoVoiceListvue_type_template_id_1ccaa4fa_scoped_true_staticRenderFns = []
|
|
10018
10018
|
|
|
@@ -10277,7 +10277,7 @@ var videoVoiceList_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10277
10277
|
)
|
|
10278
10278
|
|
|
10279
10279
|
/* harmony default export */ var videoVoiceList = (videoVoiceList_component.exports);
|
|
10280
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
10280
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/addConference.vue?vue&type=template&id=5f5782fa&scoped=true&
|
|
10281
10281
|
var addConferencevue_type_template_id_5f5782fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"addConference-page"},[_c('a-form-model',{ref:"conferenceForm",attrs:{"model":_vm.conferenceForm,"rules":_vm.conferenceRules}},[_c('a-form-model-item',{attrs:{"prop":"memberList"}},[_c('a-checkbox-group',{directives:[{name:"show",rawName:"v-show",value:(false),expression:"false"}],model:{value:(_vm.conferenceForm.memberList),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "memberList", $$v)},expression:"conferenceForm.memberList"}}),_c('p',{staticClass:"add-p",on:{"click":_vm.addConferenceMember}},[_c('a-icon',{staticStyle:{"margin-right":"4px"},attrs:{"type":"plus-circle"}}),_vm._v("添加成员 ")],1),_vm._l((_vm.conferenceMemberList),function(item){return _c('a-tag',{key:item.userId,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.userName))])})],2),(_vm.conferenceMemberList && _vm.conferenceMemberList.length > 1)?_c('a-form-model-item',{attrs:{"has-feedback":"","label":(_vm.conferenceTitle + "名称"),"prop":"title"}},[_c('a-input',{attrs:{"placeholder":"请输入","maxLength":20},model:{value:(_vm.conferenceForm.title),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "title", $$v)},expression:"conferenceForm.title"}})],1):_vm._e(),(_vm.isListClassify)?_c('a-form-model-item',{attrs:{"has-feedback":"","label":(_vm.conferenceTitle + "类型"),"prop":"classify"}},[_c('a-select',{attrs:{"placeholder":"请选择"},model:{value:(_vm.conferenceForm.classify),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "classify", $$v)},expression:"conferenceForm.classify"}},_vm._l((_vm.classifyList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.classify}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1)],1):_vm._e(),_c('a-form-model-item',{attrs:{"prop":"allowAdd"}},[_c('a-checkbox',{model:{value:(_vm.conferenceForm.allowAdd),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "allowAdd", $$v)},expression:"conferenceForm.allowAdd"}},[_vm._v(" 允许自由添加成员 ")])],1)],1)],1)}
|
|
10282
10282
|
var addConferencevue_type_template_id_5f5782fa_scoped_true_staticRenderFns = []
|
|
10283
10283
|
|
|
@@ -10505,7 +10505,7 @@ var addConference_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10505
10505
|
)
|
|
10506
10506
|
|
|
10507
10507
|
/* harmony default export */ var addConference = (addConference_component.exports);
|
|
10508
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
10508
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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/classify-tabs.vue?vue&type=template&id=4fd445da&scoped=true&
|
|
10509
10509
|
var classify_tabsvue_type_template_id_4fd445da_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"classify-tabs"},[_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPrev),expression:"showPrev"}],staticClass:"classify-icon left",attrs:{"type":"left"},on:{"click":_vm.handlePrev}}),_c('div',{ref:"wrapper",staticClass:"classify-wrapper"},[_c('div',{staticClass:"classify-scroll",style:({ transform: ("translateX(" + _vm.offset + "px)") })},_vm._l((_vm.list),function(item){return _c('div',{key:item.classify,staticClass:"classify-item",class:{ active: item.classify === _vm.classify },on:{"click":function($event){return _vm.handleClick($event, item)}}},[_vm._t("default",null,{"item":item})],2)}),0)]),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showNext),expression:"showNext"}],staticClass:"classify-icon right",attrs:{"type":"right"},on:{"click":_vm.handleNext}})],1)}
|
|
10510
10510
|
var classify_tabsvue_type_template_id_4fd445da_scoped_true_staticRenderFns = []
|
|
10511
10511
|
|
|
@@ -12638,9 +12638,9 @@ module.exports = __webpack_require__.p + "img/customer_staff.426f87de.png";
|
|
|
12638
12638
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
12639
12639
|
|
|
12640
12640
|
"use strict";
|
|
12641
|
-
/* harmony import */ var
|
|
12642
|
-
/* harmony import */ var
|
|
12643
|
-
/* harmony import */ var
|
|
12641
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
|
|
12642
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
|
|
12643
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
|
|
12644
12644
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("13e3");
|
|
12645
12645
|
/* 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__);
|
|
12646
12646
|
/* harmony import */ var stompjs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("4692");
|
|
@@ -12672,26 +12672,26 @@ var ChatSock = /*#__PURE__*/function () {
|
|
|
12672
12672
|
* @param {Number} options.reconnectMaxCount 重连最大次数
|
|
12673
12673
|
*/
|
|
12674
12674
|
function ChatSock(url, options) {
|
|
12675
|
-
Object(
|
|
12675
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ChatSock);
|
|
12676
12676
|
|
|
12677
|
-
Object(
|
|
12677
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "stompClient", void 0);
|
|
12678
12678
|
|
|
12679
|
-
Object(
|
|
12679
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectTimer", void 0);
|
|
12680
12680
|
|
|
12681
|
-
Object(
|
|
12681
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "reconnectionCount", 0);
|
|
12682
12682
|
|
|
12683
|
-
Object(
|
|
12683
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "heartbeatTimer", void 0);
|
|
12684
12684
|
|
|
12685
|
-
Object(
|
|
12685
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "options", {});
|
|
12686
12686
|
|
|
12687
|
-
Object(
|
|
12687
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "url", '');
|
|
12688
12688
|
|
|
12689
12689
|
this.url = url;
|
|
12690
12690
|
this.options = options;
|
|
12691
12691
|
this.connection();
|
|
12692
12692
|
}
|
|
12693
12693
|
|
|
12694
|
-
Object(
|
|
12694
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ChatSock, [{
|
|
12695
12695
|
key: "connection",
|
|
12696
12696
|
value: function connection() {
|
|
12697
12697
|
var _this = this;
|
|
@@ -12954,7 +12954,7 @@ module.exports = !$assign || fails(function () {
|
|
|
12954
12954
|
|
|
12955
12955
|
"use strict";
|
|
12956
12956
|
|
|
12957
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
12957
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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=75b69092&scoped=true&
|
|
12958
12958
|
var render = function () {
|
|
12959
12959
|
var this$1 = this;
|
|
12960
12960
|
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:([
|
|
@@ -13420,7 +13420,7 @@ function getPanelSetting(params, setting, clientParams) {
|
|
|
13420
13420
|
// EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
|
|
13421
13421
|
var helper = __webpack_require__("e3c5");
|
|
13422
13422
|
|
|
13423
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13423
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
13424
13424
|
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)}
|
|
13425
13425
|
var quickReplyvue_type_template_id_428cfe0f_staticRenderFns = []
|
|
13426
13426
|
|
|
@@ -13770,7 +13770,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
13770
13770
|
)
|
|
13771
13771
|
|
|
13772
13772
|
/* harmony default export */ var quickReply = (component.exports);
|
|
13773
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13773
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
13774
13774
|
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}})])])}
|
|
13775
13775
|
var voicevue_type_template_id_7e851a0c_scoped_true_staticRenderFns = []
|
|
13776
13776
|
|
|
@@ -14212,7 +14212,7 @@ var voice_component = Object(componentNormalizer["a" /* default */])(
|
|
|
14212
14212
|
)
|
|
14213
14213
|
|
|
14214
14214
|
/* harmony default export */ var voice = (voice_component.exports);
|
|
14215
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14215
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
14216
14216
|
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)}
|
|
14217
14217
|
var modal_user_transfervue_type_template_id_f50a4f90_staticRenderFns = []
|
|
14218
14218
|
|
|
@@ -14347,7 +14347,7 @@ var modal_user_transfer_component = Object(componentNormalizer["a" /* default */
|
|
|
14347
14347
|
)
|
|
14348
14348
|
|
|
14349
14349
|
/* harmony default export */ var modal_user_transfer = (modal_user_transfer_component.exports);
|
|
14350
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14350
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
14351
14351
|
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)}
|
|
14352
14352
|
var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_staticRenderFns = []
|
|
14353
14353
|
|
|
@@ -16319,7 +16319,7 @@ module.exports = require("core-js/modules/es.typed-array.find-index.js");
|
|
|
16319
16319
|
/* unused harmony export chatUidUp */
|
|
16320
16320
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getRecallText; });
|
|
16321
16321
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return chatAuthentication; });
|
|
16322
|
-
/* harmony import */ var
|
|
16322
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
|
|
16323
16323
|
/* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f2f7");
|
|
16324
16324
|
/* 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__);
|
|
16325
16325
|
/* harmony import */ var ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("23a4");
|
|
@@ -16452,7 +16452,7 @@ function checkTalkingEnv(_x, _x2) {
|
|
|
16452
16452
|
}
|
|
16453
16453
|
|
|
16454
16454
|
function _checkTalkingEnv() {
|
|
16455
|
-
_checkTalkingEnv = Object(
|
|
16455
|
+
_checkTalkingEnv = Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo) {
|
|
16456
16456
|
var _sips;
|
|
16457
16457
|
|
|
16458
16458
|
var getSips, getDeviceAuth, chooseSip, sip, sips, id, status, value;
|
|
@@ -18858,7 +18858,7 @@ module.exports = require("core-js/modules/es.string.iterator.js");
|
|
|
18858
18858
|
|
|
18859
18859
|
"use strict";
|
|
18860
18860
|
|
|
18861
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
18861
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
18862
18862
|
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)])])])}
|
|
18863
18863
|
var staticRenderFns = []
|
|
18864
18864
|
|
|
@@ -19565,9 +19565,9 @@ module.exports = require("ant-design-vue/es/menu");
|
|
|
19565
19565
|
|
|
19566
19566
|
"use strict";
|
|
19567
19567
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ObserverScroll; });
|
|
19568
|
-
/* harmony import */ var
|
|
19569
|
-
/* harmony import */ var
|
|
19570
|
-
/* harmony import */ var
|
|
19568
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d4ec");
|
|
19569
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("bee2");
|
|
19570
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("ade3");
|
|
19571
19571
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("97d3");
|
|
19572
19572
|
/* 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__);
|
|
19573
19573
|
/* harmony import */ var core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("8535");
|
|
@@ -19592,11 +19592,11 @@ module.exports = require("ant-design-vue/es/menu");
|
|
|
19592
19592
|
|
|
19593
19593
|
var ObserverScroll = /*#__PURE__*/function () {
|
|
19594
19594
|
function ObserverScroll(root, cb) {
|
|
19595
|
-
Object(
|
|
19595
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this, ObserverScroll);
|
|
19596
19596
|
|
|
19597
|
-
Object(
|
|
19597
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "list", new Set());
|
|
19598
19598
|
|
|
19599
|
-
Object(
|
|
19599
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"])(this, "timer", 0);
|
|
19600
19600
|
|
|
19601
19601
|
this.once = true;
|
|
19602
19602
|
this.cb = cb;
|
|
@@ -19606,7 +19606,7 @@ var ObserverScroll = /*#__PURE__*/function () {
|
|
|
19606
19606
|
});
|
|
19607
19607
|
}
|
|
19608
19608
|
|
|
19609
|
-
Object(
|
|
19609
|
+
Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(ObserverScroll, [{
|
|
19610
19610
|
key: "handler",
|
|
19611
19611
|
value: function handler(entries) {
|
|
19612
19612
|
var _this = this;
|
|
@@ -20471,7 +20471,7 @@ module.exports = require("core-js/modules/es.typed-array.uint8-array.js");
|
|
|
20471
20471
|
|
|
20472
20472
|
"use strict";
|
|
20473
20473
|
|
|
20474
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
20474
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"47edb3d0-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&
|
|
20475
20475
|
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}})])}
|
|
20476
20476
|
var staticRenderFns = []
|
|
20477
20477
|
|
|
@@ -20621,8 +20621,8 @@ module.exports = require("core-js/modules/es.function.name.js");
|
|
|
20621
20621
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
20622
20622
|
|
|
20623
20623
|
"use strict";
|
|
20624
|
-
/* harmony import */ var
|
|
20625
|
-
/* harmony import */ var
|
|
20624
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("2909");
|
|
20625
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_defineProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ade3");
|
|
20626
20626
|
/* harmony import */ var ant_design_vue_es_carousel_style__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("7442");
|
|
20627
20627
|
/* 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__);
|
|
20628
20628
|
/* harmony import */ var ant_design_vue_es_carousel__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("34fc");
|
|
@@ -20651,9 +20651,9 @@ module.exports = require("core-js/modules/es.function.name.js");
|
|
|
20651
20651
|
/* 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__);
|
|
20652
20652
|
/* harmony import */ var ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__("929f");
|
|
20653
20653
|
/* 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__);
|
|
20654
|
-
/* harmony import */ var
|
|
20655
|
-
/* harmony import */ var
|
|
20656
|
-
/* harmony import */ var
|
|
20654
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__("3835");
|
|
20655
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__("1da1");
|
|
20656
|
+
/* harmony import */ var D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__("5530");
|
|
20657
20657
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__("d16b");
|
|
20658
20658
|
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_19__);
|
|
20659
20659
|
/* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__("0d58");
|
|
@@ -20817,7 +20817,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
20817
20817
|
readRecordList: []
|
|
20818
20818
|
};
|
|
20819
20819
|
},
|
|
20820
|
-
computed: Object(
|
|
20820
|
+
computed: Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(D_crm_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'])), {}, {
|
|
20821
20821
|
orgId: function orgId() {
|
|
20822
20822
|
var _this$userInfo, _this$userInfo$sysPar;
|
|
20823
20823
|
|
|
@@ -20940,7 +20940,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
20940
20940
|
created: function created() {
|
|
20941
20941
|
this.attachEvent();
|
|
20942
20942
|
},
|
|
20943
|
-
methods: Object(
|
|
20943
|
+
methods: Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])(Object(D_crm_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"])({
|
|
20944
20944
|
getEarlierMsg: 'setMsgList',
|
|
20945
20945
|
handleBotChat: 'handleBotChat',
|
|
20946
20946
|
sendMessage: 'sendMessage'
|
|
@@ -21410,7 +21410,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
21410
21410
|
});
|
|
21411
21411
|
},
|
|
21412
21412
|
postReadMessage: function postReadMessage(data) {
|
|
21413
|
-
_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(
|
|
21413
|
+
_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(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
|
|
21414
21414
|
assemblyId: this.assemblyId,
|
|
21415
21415
|
orgId: this.orgId,
|
|
21416
21416
|
userId: this.userId,
|
|
@@ -21485,7 +21485,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
21485
21485
|
handleOpenPortraitPanel: function handleOpenPortraitPanel(item) {
|
|
21486
21486
|
var _this8 = this;
|
|
21487
21487
|
|
|
21488
|
-
return Object(
|
|
21488
|
+
return Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
|
|
21489
21489
|
var _this8$assemblySettin;
|
|
21490
21490
|
|
|
21491
21491
|
var portraitPanelParams, clientParams, panelSetting;
|
|
@@ -21601,7 +21601,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
21601
21601
|
*/
|
|
21602
21602
|
handleSessionIdChange: function handleSessionIdChange(e) {
|
|
21603
21603
|
var _e$target$value$split = e.target.value.split('-'),
|
|
21604
|
-
_e$target$value$split2 = Object(
|
|
21604
|
+
_e$target$value$split2 = Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_slicedToArray__WEBPACK_IMPORTED_MODULE_16__[/* default */ "a"])(_e$target$value$split, 2),
|
|
21605
21605
|
sessionId = _e$target$value$split2[0],
|
|
21606
21606
|
serviceId = _e$target$value$split2[1];
|
|
21607
21607
|
|
|
@@ -21679,7 +21679,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
21679
21679
|
},
|
|
21680
21680
|
components: (_components = {
|
|
21681
21681
|
AModal: ant_design_vue_es_modal__WEBPACK_IMPORTED_MODULE_15___default.a
|
|
21682
|
-
}, Object(
|
|
21682
|
+
}, Object(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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(D_crm_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),
|
|
21683
21683
|
watch: {
|
|
21684
21684
|
msgList: function msgList() {
|
|
21685
21685
|
this.observeMsg();
|
|
@@ -21691,9 +21691,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
|
|
|
21691
21691
|
var newArr = [];
|
|
21692
21692
|
|
|
21693
21693
|
if (_utils_vexutils__WEBPACK_IMPORTED_MODULE_52___default.a.isPlainObject(this.message)) {
|
|
21694
|
-
newArr = [].concat(Object(
|
|
21694
|
+
newArr = [].concat(Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), [this.message]);
|
|
21695
21695
|
} else if (_utils_vexutils__WEBPACK_IMPORTED_MODULE_52___default.a.isArray(this.message)) {
|
|
21696
|
-
newArr = [].concat(Object(
|
|
21696
|
+
newArr = [].concat(Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.msgList), Object(D_crm_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_toConsumableArray__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])(this.message));
|
|
21697
21697
|
}
|
|
21698
21698
|
|
|
21699
21699
|
this.setMsgList(newArr);
|