From 3423d348ceaa01622551141f439a7d1043e57dc2 Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Tue, 2 Apr 2024 14:00:43 +0800 Subject: [PATCH] add --- src/views/product/productExamine/index.vue | 6 +- src/views/product/productExamine/info.vue | 66 ++++++++++++++-------- 2 files changed, 48 insertions(+), 24 deletions(-) diff --git a/src/views/product/productExamine/index.vue b/src/views/product/productExamine/index.vue index 3e7ee76..780ceb9 100644 --- a/src/views/product/productExamine/index.vue +++ b/src/views/product/productExamine/index.vue @@ -138,7 +138,11 @@ - + + + - - 店铺名称:{{ projectData.merchant&&projectData.merchant.mer_name }} - 入住企业名称: - - 营业执照: -
- -
-
- 店铺联系人: {{ projectData.merchant&&projectData.merchant.service_phone }} - 联系人电话:{{ projectData.unit_name }} -
@@ -548,7 +549,7 @@ export default { return suffix == 'pdf' }, // 点击商品图 - modalPicTap(tit, num, i) { + modalPicTap(tit, num, i) { const _this = this; const attr = []; this.$modalUpload(function(img) { @@ -576,9 +577,27 @@ export default { getInfo(id) { this.proId = id this.loading = true + this.ruleForm.status_img = '' productDetailApi(id).then(res => { this.projectData = res.data - this.qualification = res.data.qualification + let qualification={ + production_name: '', + businessList: [], + licenceList: [], + trademarkList: [], + authorizedList: [], + commodityList: [], + otherList: [], + importBusinessList: [], + importAuthorizedList: [], + customsList: [], + packingList: [], + importOtherList: [], + commodity_type: 0, + brands_name: '', + import_name: '' + } + this.qualification = res.data.qualification || qualification this.svip_type = res.data.svip_price_type if (this.projectData.spec_type === 0) { @@ -676,6 +695,7 @@ export default { position: relative; cursor: pointer; display: inline-block; + vertical-align: middle; img { width: 100%; height: 100%;