hls_crm/unpackage/dist/dev/mp-weixin/pagesA/common/vendor.js

127 lines
4.3 KiB
JavaScript

(global["webpackJsonp"] = global["webpackJsonp"] || []).push([["pagesA/common/vendor"],{
/***/ 578:
/*!********************************************************************************************************************!*\
!*** D:/里派项目/qingdong-3.2.3-extended/uniapp/crm/crm/pagesA/crm/customerManagement/newFllow/newFllow_page_jumps.js ***!
\********************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(uni) {
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pageJumps = void 0;
var pageJumps = {
methods: {
// 跟进类型
followTypeClick: function followTypeClick() {
uni.navigateTo({
url: '/pagesA/crm/customerManagement/newFllow/followType/followType'
});
},
// 跟进时间
followTimeClick: function followTimeClick() {
uni.navigateTo({
url: '/pagesA/crm/customerManagement/newFllow/selectTime/selectTime'
});
},
// 任务提醒
taskRemindClick: function taskRemindClick() {
uni.navigateTo({
url: '/pagesA/crm/customerManagement/newFllow/taskManager/taskManager'
});
},
// 提醒方式
remindWayClick: function remindWayClick() {
uni.navigateTo({
url: '/pagesA/crm/customerManagement/newFllow/remindWay/remindWay'
});
},
// 选择联系人
selectLinkmanClick: function selectLinkmanClick() {
uni.navigateTo({
url: '/pagesA/crm/customerManagement/newFllow/selectLinkman/selectLinkman'
});
},
// 选择成员
moreClick: function moreClick() {
uni.navigateTo({
url: '/pagesA/crm/selectMember/selectMember'
});
},
// 跟进时间
foTimeClick: function foTimeClick() {
uni.navigateTo({
url: 'pagesA/crm/customerManagement/newFllow/selectTime/selectTime'
});
},
// 跟进人员
followPeopleClick: function followPeopleClick() {
uni.navigateTo({
url: '/pagesA/crm/customerManagement/newFllow/selectLinkman/selectLinkman'
});
}
}
};
exports.pageJumps = pageJumps;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/***/ 659:
/*!******************************************************************************!*\
!*** D:/里派项目/qingdong-3.2.3-extended/uniapp/crm/crm/components/copy/copy.js ***!
\******************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
"use strict";
/* WEBPACK VAR INJECTION */(function(uni) {
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.commonJS = void 0;
var _toConsumableArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ 18));
var _index = __webpack_require__(/*! @/api/index.js */ 70);
var commonJS = {
onShow: function onShow() {
//获取 默认的抄送人
this.getDefaultCopy();
},
onUnload: function onUnload() {
uni.removeStorageSync('copyPeople');
},
methods: {
getDefaultCopy: function getDefaultCopy() {
var _this = this;
(0, _index.netStaffDefaultReviewer)().then(function (res) {
res = res.data;
var arr = uni.getStorageSync('copyPeople') ? uni.getStorageSync('copyPeople') : [];
arr.forEach(function (item, index) {
res.forEach(function (ele) {
if (item.id == ele.id) {
item.isDel = false;
}
});
});
_this.copyList = _this.checkReport([].concat((0, _toConsumableArray2.default)(res), (0, _toConsumableArray2.default)(uni.getStorageSync('copyPeople'))));
});
},
delCopy: function delCopy(index) {
this.copyList.splice(index, 1);
uni.setStorageSync('copyPeople', this.copyList);
}
}
};
exports.commonJS = commonJS;
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ })
}]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pagesA/common/vendor.js.map