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 @@
-
+
+
+ {{scope.row.is_audited?'上架商品修改':'首次提报'}}
+
+
diff --git a/src/views/product/productExamine/info.vue b/src/views/product/productExamine/info.vue
index 96a90ae..35e538b 100644
--- a/src/views/product/productExamine/info.vue
+++ b/src/views/product/productExamine/info.vue
@@ -8,6 +8,23 @@
:before-close="handleClose"
class="projectInfo"
>
+
+
店铺名称:{{ projectData.merchant&&projectData.merchant.mer_name }}
+
入住企业名称:
+
店铺联系人: {{ projectData.merchant&&projectData.merchant.service_phone }}
+
+ 营业执照:
+
+
+
+
+
联系人电话:{{ projectData.unit_name }}
+
+
@@ -59,12 +76,12 @@
商品名称:
-
- 国产
- 进口
+
+ 国产
+ 进口
-
+
生产企业名称:{{ qualification.production_name }}
生产营业执照:
@@ -157,7 +174,7 @@
-
+
进口/企业境内总代企业名称: {{ qualification.import_name }}
生产营业执照:
@@ -343,22 +360,6 @@
-
- 店铺名称:{{ 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%;