[权证核销模块样式调整]
This commit is contained in:
99
unpackage/dist/dev/app-plus/app-service.js
vendored
99
unpackage/dist/dev/app-plus/app-service.js
vendored
@@ -8326,6 +8326,34 @@ var render = function() {
|
||||
attrs: { _i: 101 }
|
||||
})
|
||||
]
|
||||
),
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s(102, "sc", "tool-label"),
|
||||
attrs: { _i: 102 },
|
||||
on: {
|
||||
click: function($event) {
|
||||
return _vm.$Router.push({
|
||||
name: "verificationIndex"
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
[
|
||||
_c("image", {
|
||||
staticClass: _vm._$s(103, "sc", "tool-label-img"),
|
||||
attrs: { _i: 103 }
|
||||
}),
|
||||
_c("view", {
|
||||
staticClass: _vm._$s(
|
||||
104,
|
||||
"sc",
|
||||
"tool-label-name"
|
||||
),
|
||||
attrs: { _i: 104 }
|
||||
})
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
@@ -8335,49 +8363,27 @@ var render = function() {
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s(102, "sc", "userPartner"),
|
||||
attrs: { _i: 102 }
|
||||
staticClass: _vm._$s(105, "sc", "userPartner"),
|
||||
attrs: { _i: 105 }
|
||||
},
|
||||
[
|
||||
_c("view", {
|
||||
staticClass: _vm._$s(103, "sc", "partner-title"),
|
||||
attrs: { _i: 103 }
|
||||
staticClass: _vm._$s(106, "sc", "partner-title"),
|
||||
attrs: { _i: 106 }
|
||||
}),
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s(104, "sc", "tool-list"),
|
||||
attrs: { _i: 104 }
|
||||
staticClass: _vm._$s(107, "sc", "tool-list"),
|
||||
attrs: { _i: 107 }
|
||||
},
|
||||
[
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s(105, "sc", "tool-label"),
|
||||
attrs: { _i: 105 },
|
||||
on: { click: _vm.custEject }
|
||||
},
|
||||
[
|
||||
_c("image", {
|
||||
staticClass: _vm._$s(106, "sc", "tool-label-img"),
|
||||
attrs: { _i: 106 }
|
||||
}),
|
||||
_c("view", {
|
||||
staticClass: _vm._$s(107, "sc", "tool-label-name"),
|
||||
attrs: { _i: 107 }
|
||||
})
|
||||
]
|
||||
),
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s(108, "sc", "tool-label"),
|
||||
attrs: { _i: 108 },
|
||||
on: {
|
||||
click: function($event) {
|
||||
return _vm.$Router.push({ name: "userCode" })
|
||||
}
|
||||
}
|
||||
on: { click: _vm.custEject }
|
||||
},
|
||||
[
|
||||
_c("image", {
|
||||
@@ -8397,7 +8403,7 @@ var render = function() {
|
||||
attrs: { _i: 111 },
|
||||
on: {
|
||||
click: function($event) {
|
||||
return _vm.$Router.push({ name: "userHelp" })
|
||||
return _vm.$Router.push({ name: "userCode" })
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -8419,7 +8425,7 @@ var render = function() {
|
||||
attrs: { _i: 114 },
|
||||
on: {
|
||||
click: function($event) {
|
||||
return _vm.$Router.push({ name: "userClause" })
|
||||
return _vm.$Router.push({ name: "userHelp" })
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -8433,6 +8439,28 @@ var render = function() {
|
||||
attrs: { _i: 116 }
|
||||
})
|
||||
]
|
||||
),
|
||||
_c(
|
||||
"view",
|
||||
{
|
||||
staticClass: _vm._$s(117, "sc", "tool-label"),
|
||||
attrs: { _i: 117 },
|
||||
on: {
|
||||
click: function($event) {
|
||||
return _vm.$Router.push({ name: "userClause" })
|
||||
}
|
||||
}
|
||||
},
|
||||
[
|
||||
_c("image", {
|
||||
staticClass: _vm._$s(118, "sc", "tool-label-img"),
|
||||
attrs: { _i: 118 }
|
||||
}),
|
||||
_c("view", {
|
||||
staticClass: _vm._$s(119, "sc", "tool-label-name"),
|
||||
attrs: { _i: 119 }
|
||||
})
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
@@ -35501,9 +35529,7 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.scanList =
|
||||
var _index = __webpack_require__(/*! ../index */ 26); /**
|
||||
* Web-zdx
|
||||
* moduleName:核销相关操作
|
||||
*/
|
||||
|
||||
// 扫码前置条件 get 核销前置 post 表示核销
|
||||
*/ // 扫码前置条件 get 核销前置 post 表示核销
|
||||
var scanInfo = function scanInfo(apiUrl, data, method) {
|
||||
return (0, _index.request)({
|
||||
url: apiUrl,
|
||||
@@ -38611,7 +38637,8 @@ var _scan = __webpack_require__(/*! @/apis/interfaces/scan */ 303);function _toC
|
||||
_this.ShopList = [{ name: '全部', store_id: '' }].concat(_toConsumableArray(res.stores));
|
||||
_this.isBos = res.isBos;
|
||||
}).catch(function (err) {
|
||||
_this.$refs.uToast.show({
|
||||
__f__("log", err, " at pages/verification/history.vue:170");
|
||||
uni.showToast({
|
||||
title: err.message,
|
||||
type: 'error',
|
||||
icon: false,
|
||||
@@ -38635,7 +38662,7 @@ var _scan = __webpack_require__(/*! @/apis/interfaces/scan */ 303);function _toC
|
||||
},
|
||||
// 选择 年 月 日 切换要重置数据
|
||||
selectType: function selectType(type) {
|
||||
__f__("log", type, typeof type, " at pages/verification/history.vue:194");
|
||||
__f__("log", type, typeof type, " at pages/verification/history.vue:195");
|
||||
if (this.type !== type) {
|
||||
switch (type) {
|
||||
case 'year':
|
||||
|
||||
Reference in New Issue
Block a user