[修改商品权证商品规格和商品名称一致及权证认证的时候状态调整]

This commit is contained in:
2021-10-25 13:08:04 +08:00
parent b93f540824
commit 680ab05102
3 changed files with 6 additions and 6 deletions

View File

@@ -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;