[修改商品权证商品规格和商品名称一致及权证认证的时候状态调整]
This commit is contained in:
6
unpackage/dist/dev/app-plus/app-service.js
vendored
6
unpackage/dist/dev/app-plus/app-service.js
vendored
@@ -18178,7 +18178,7 @@ var _goodsList = _interopRequireDefault(__webpack_require__(/*! @/components/goo
|
||||
},
|
||||
// 商品认证
|
||||
goodsAuth: function goodsAuth(id) {
|
||||
this.$Router.push({ name: 'goodsAuth', params: { id: id, type: 'magList' } });
|
||||
this.$Router.push({ name: 'goodsAddAuth', params: { id: id, type: 'magList' } });
|
||||
},
|
||||
// 燃烧,增发
|
||||
openLay: function openLay(item, type) {
|
||||
@@ -20914,8 +20914,8 @@ var _uploading = __webpack_require__(/*! @/apis/interfaces/uploading */ 97);func
|
||||
};
|
||||
},
|
||||
created: function created() {var _this = this;
|
||||
__f__("log", this.$Route.query, " at pages/goods/goodsAuth.vue:80");
|
||||
if (this.$Route.query.edit == 'true') {
|
||||
__f__("log", typeof this.$Route.query.edit, " at pages/goods/goodsAuth.vue:80");
|
||||
if (this.$Route.query.edit === 'true' || this.$Route.query.edit) {
|
||||
(0, _goods.managesGoodsExtends)(this.$Route.query.id).then(function (res) {
|
||||
_this.productedAt = res.producted_at;
|
||||
_this.expiriedAt = res.expiried_at;
|
||||
|
||||
Reference in New Issue
Block a user