|
@@ -96,10 +96,13 @@ var components
|
|
try {
|
|
try {
|
|
components = {
|
|
components = {
|
|
uCheckboxGroup: function() {
|
|
uCheckboxGroup: function() {
|
|
- return Promise.all(/*! import() | uview-ui/components/u-checkbox-group/u-checkbox-group */[__webpack_require__.e("common/vendor"), __webpack_require__.e("uview-ui/components/u-checkbox-group/u-checkbox-group")]).then(__webpack_require__.bind(null, /*! @/uview-ui/components/u-checkbox-group/u-checkbox-group.vue */ 248))
|
|
|
|
|
|
+ return Promise.all(/*! import() | uview-ui/components/u-checkbox-group/u-checkbox-group */[__webpack_require__.e("common/vendor"), __webpack_require__.e("uview-ui/components/u-checkbox-group/u-checkbox-group")]).then(__webpack_require__.bind(null, /*! @/uview-ui/components/u-checkbox-group/u-checkbox-group.vue */ 254))
|
|
},
|
|
},
|
|
uCheckbox: function() {
|
|
uCheckbox: function() {
|
|
- return __webpack_require__.e(/*! import() | uview-ui/components/u-checkbox/u-checkbox */ "uview-ui/components/u-checkbox/u-checkbox").then(__webpack_require__.bind(null, /*! @/uview-ui/components/u-checkbox/u-checkbox.vue */ 256))
|
|
|
|
|
|
+ return __webpack_require__.e(/*! import() | uview-ui/components/u-checkbox/u-checkbox */ "uview-ui/components/u-checkbox/u-checkbox").then(__webpack_require__.bind(null, /*! @/uview-ui/components/u-checkbox/u-checkbox.vue */ 262))
|
|
|
|
+ },
|
|
|
|
+ uIcon: function() {
|
|
|
|
+ return __webpack_require__.e(/*! import() | uview-ui/components/u-icon/u-icon */ "uview-ui/components/u-icon/u-icon").then(__webpack_require__.bind(null, /*! @/uview-ui/components/u-icon/u-icon.vue */ 202))
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} catch (e) {
|
|
} catch (e) {
|
|
@@ -156,7 +159,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
"use strict";
|
|
-/* WEBPACK VAR INJECTION */(function(uni) {Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0; //
|
|
|
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;function _createForOfIteratorHelper(o, allowArrayLike) {var it;if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {if (it) o = it;var i = 0;var F = function F() {};return { s: F, n: function n() {if (i >= o.length) return { done: true };return { done: false, value: o[i++] };}, e: function e(_e) {throw _e;}, f: F };}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var normalCompletion = true,didErr = false,err;return { s: function s() {it = o[Symbol.iterator]();}, n: function n() {var step = it.next();normalCompletion = step.done;return step;}, e: function e(_e2) {didErr = true;err = _e2;}, f: function f() {try {if (!normalCompletion && it.return != null) it.return();} finally {if (didErr) throw err;}} };}function _unsupportedIterableToArray(o, minLen) {if (!o) return;if (typeof o === "string") return _arrayLikeToArray(o, minLen);var n = Object.prototype.toString.call(o).slice(8, -1);if (n === "Object" && o.constructor) n = o.constructor.name;if (n === "Map" || n === "Set") return Array.from(o);if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);}function _arrayLikeToArray(arr, len) {if (len == null || len > arr.length) len = arr.length;for (var i = 0, arr2 = new Array(len); i < len; i++) {arr2[i] = arr[i];}return arr2;} //
|
|
|
|
+//
|
|
|
|
+//
|
|
|
|
+//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
@@ -200,20 +206,149 @@ var _default =
|
|
// 运送类型
|
|
// 运送类型
|
|
type: [],
|
|
type: [],
|
|
// 1添加 2修改
|
|
// 1添加 2修改
|
|
- pageType: 1 };
|
|
|
|
|
|
+ pageType: 1,
|
|
|
|
+ // 编辑的信息
|
|
|
|
+ info: {},
|
|
|
|
+ // 配送类型
|
|
|
|
+ send: [{
|
|
|
|
+ name: '快车',
|
|
|
|
+ value: 'fast',
|
|
|
|
+ checked: false },
|
|
|
|
+
|
|
|
|
+ {
|
|
|
|
+ name: '空运',
|
|
|
|
+ value: 'air',
|
|
|
|
+ checked: false },
|
|
|
|
+
|
|
|
|
+ {
|
|
|
|
+ name: '专车',
|
|
|
|
+ value: 'special',
|
|
|
|
+ checked: false }] };
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ onLoad: function onLoad(e) {
|
|
|
|
+ this.pageType = Number(e.type);
|
|
|
|
+ if (this.pageType === 2) {
|
|
|
|
+ uni.setNavigationBarTitle({
|
|
|
|
+ title: "编辑信息" });
|
|
|
|
+
|
|
|
|
+ this.info = JSON.parse(e.info);
|
|
|
|
+ this.setSend();
|
|
|
|
+ }
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ // 获取配送类型
|
|
|
|
+ setSend: function setSend() {
|
|
|
|
+ var data = this.info.send;var _iterator = _createForOfIteratorHelper(
|
|
|
|
+ data),_step;try {for (_iterator.s(); !(_step = _iterator.n()).done;) {var s = _step.value;
|
|
|
|
+ if (s.type === "air") {
|
|
|
|
+ this.send[1].checked = true;
|
|
|
|
+ }
|
|
|
|
+ if (s.type === "fast") {
|
|
|
|
+ this.send[2].checked = true;
|
|
|
|
+ }
|
|
|
|
+ if (s.type === "special") {
|
|
|
|
+ this.send[0].checked = true;
|
|
|
|
+ }
|
|
|
|
+ }} catch (err) {_iterator.e(err);} finally {_iterator.f();}
|
|
|
|
+ },
|
|
// 点击配送区域
|
|
// 点击配送区域
|
|
- location: function location() {
|
|
|
|
|
|
+ location: function location() {var _this = this;
|
|
|
|
+ this.$EventBus.$on('listenSetArea', function (res) {
|
|
|
|
+ var data = _this.info;
|
|
|
|
+ data.area = res;
|
|
|
|
+ _this.info = data;
|
|
|
|
+ _this.$forceUpdate();
|
|
|
|
+ });
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: "./location" });
|
|
url: "./location" });
|
|
|
|
|
|
},
|
|
},
|
|
// 确认新增
|
|
// 确认新增
|
|
- create: function create() {},
|
|
|
|
|
|
+ create: function create() {var _this2 = this;
|
|
|
|
+ var data = [];var _iterator2 = _createForOfIteratorHelper(
|
|
|
|
+ this.send),_step2;try {for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {var s = _step2.value;
|
|
|
|
+ if (s.checked) {
|
|
|
|
+ data.push(s.value);
|
|
|
|
+ }
|
|
|
|
+ }} catch (err) {_iterator2.e(err);} finally {_iterator2.f();}
|
|
|
|
+ this.info.send = data;
|
|
|
|
+ this.$forceUpdate();
|
|
|
|
+ if (this.info.send.length === 0) {
|
|
|
|
+ this.$u.toast('请选择运送方式');
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
|
|
+ if (!this.info.area || this.info.area.length === 0) {
|
|
|
|
+ this.$u.toast('请选择配送区域');
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
|
|
+ if (this.info.company === '') {
|
|
|
|
+ this.$u.toast('请填写公司名称');
|
|
|
|
+ return false;
|
|
|
|
+ }if (this.info.name === '') {
|
|
|
|
+ this.$u.toast('请填写姓名');
|
|
|
|
+ return false;
|
|
|
|
+ }if (this.info.mobile === '') {
|
|
|
|
+ this.$u.toast('请填写联系方式');
|
|
|
|
+ return false;
|
|
|
|
+ }if (this.info.username === '') {
|
|
|
|
+ this.$u.toast('请填写账号');
|
|
|
|
+ return false;
|
|
|
|
+ }if (this.info.password === '') {
|
|
|
|
+ this.$u.toast('请填写密码');
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
|
|
+ this.request("/admin_user/store", this.info, "POST").then(function (res) {
|
|
|
|
+ if (res.code === 1) {
|
|
|
|
+ _this2.$u.toast('添加成功');
|
|
|
|
+ _this2.info = {};
|
|
|
|
+ uni.navigateBack({
|
|
|
|
+ delta: res });
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ },
|
|
// 确认修改
|
|
// 确认修改
|
|
- edit: function edit() {} } };exports.default = _default;
|
|
|
|
|
|
+ edit: function edit() {
|
|
|
|
+ console.log(this.info, 2222);
|
|
|
|
+ var send = [];var _iterator3 = _createForOfIteratorHelper(
|
|
|
|
+ this.send),_step3;try {for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {var s = _step3.value;
|
|
|
|
+ if (s.checked) {
|
|
|
|
+ send.push(s.value);
|
|
|
|
+ }
|
|
|
|
+ }} catch (err) {_iterator3.e(err);} finally {_iterator3.f();}
|
|
|
|
+ var data = {};
|
|
|
|
+ if (this.pageType === 1) {
|
|
|
|
+ data = {
|
|
|
|
+ send: send,
|
|
|
|
+ company: this.info.company,
|
|
|
|
+ name: this.info.name,
|
|
|
|
+ mobile: this.info.mobile,
|
|
|
|
+ username: this.info.username,
|
|
|
|
+ area: this.info.area };
|
|
|
|
+
|
|
|
|
+ this.request("/admin_user/store", data, "POST").then(function (res) {
|
|
|
|
+ console.log(res);
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ if (this.pageType === 2) {
|
|
|
|
+ data = {
|
|
|
|
+ id: this.info.id,
|
|
|
|
+ send: send,
|
|
|
|
+ company: this.info.company,
|
|
|
|
+ name: this.info.name,
|
|
|
|
+ mobile: this.info.mobile,
|
|
|
|
+ username: this.info.username,
|
|
|
|
+ area: this.info.area };
|
|
|
|
+
|
|
|
|
+ console.log(data, 333);
|
|
|
|
+ this.request("/admin_user/store", data, "POST").then(function (res) {
|
|
|
|
+ console.log(res);
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ } } };exports.default = _default;
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|