diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 4de58c8..40bc4ac 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -223,7 +223,7 @@ 编辑 发送货 删除 - 开启退款 + 开启售后 去核销 @@ -703,9 +703,9 @@ export default { this.getStoreList() }, methods: { - // 开启退款 + // 开启售后 onOrderOpenRefund(id) { - this.$confirm('此操作将开启退款, 是否继续?', '提示', { + this.$confirm('此操作将开启售后, 是否继续?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' @@ -714,7 +714,7 @@ export default { if(res.status == '200'){ this.$message({ type: 'success', - message: '开启退款!' + message: '开启售后!' }); }else{ this.$message({ diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index f3c7c77..2ce43a3 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -60,6 +60,7 @@ @@ -195,6 +197,7 @@ v-model="videoLink" size="small" class="perW50" + :disabled='virStatus' placeholder="请输入MP4格式的视频链接" /> {{ videoLink ? "确认添加" : "上传视频" }} @@ -244,12 +248,13 @@ size="small" class="pageWidth" /> --> - + 添加单位 @@ -263,6 +268,7 @@ v-model="formValidate.store_info" type="textarea" :rows="3" + :disabled='virStatus' placeholder="请输入商品简介" class="pageWidth" size="small" @@ -299,6 +305,7 @@ v-model="formValidate.qualification.brands_name" placeholder="请输入品牌商标" size="small" + :disabled='virStatus' class="pageWidth" /> @@ -306,6 +313,7 @@ @@ -320,6 +328,7 @@ @@ -428,9 +437,9 @@ v-if="['application/pdf', 'image/jpeg', 'image/png', 'image/jpg', 'image/gif'].includes(file.type) && file.response" :id="'image' + file.uid" class="el-upload-list__item-thumbnail" - :src="file.response.data.src" + :src="file.url" :ref="file.uid" - :preview-src-list="[file.response.data.src]" + :preview-src-list="[file.url]" /> @@ -467,9 +476,9 @@ v-if="['application/pdf', 'image/jpeg', 'image/png', 'image/jpg', 'image/gif'].includes(file.type) && file.response" :id="'image' + file.uid" class="el-upload-list__item-thumbnail" - :src="file.response.data.src" + :src="file.url" :ref="file.uid" - :preview-src-list="[file.response.data.src]" + :preview-src-list="[file.url]" /> @@ -507,9 +516,9 @@ v-if="['application/pdf', 'image/jpeg', 'image/png', 'image/jpg', 'image/gif'].includes(file.type) && file.response" :id="'image' + file.uid" class="el-upload-list__item-thumbnail" - :src="file.response.data.src" + :src="file.url" :ref="file.uid" - :preview-src-list="[file.response.data.src]" + :preview-src-list="[file.url]" /> @@ -571,6 +580,7 @@ 单规格 @@ -1031,10 +1042,12 @@
@@ -1199,7 +1213,7 @@
- --> +
@@ -1480,6 +1506,7 @@ 单独设置 @@ -1583,7 +1611,7 @@
- + - + @@ -1626,6 +1654,7 @@ @@ -1638,6 +1667,7 @@ 添加运费模板 @@ -1648,6 +1678,7 @@ - + 不限购 单次限购 长期限购 @@ -1674,6 +1705,7 @@ v-model="formValidate.once_max_count" :min="formValidate.once_min_count" size="small" + :disabled='virStatus' controls-position="right" placeholder="请输入购买件数" /> @@ -1686,6 +1718,7 @@ - 编辑标签 + 查看评价 diff --git a/src/views/product/productList/proDetails.vue b/src/views/product/productList/proDetails.vue index 3600f5e..080079e 100644 --- a/src/views/product/productList/proDetails.vue +++ b/src/views/product/productList/proDetails.vue @@ -598,7 +598,7 @@
- +
diff --git a/src/views/systemForm/setSystem/modifyStoreInfo.vue b/src/views/systemForm/setSystem/modifyStoreInfo.vue index 34d9ed6..da51b31 100644 --- a/src/views/systemForm/setSystem/modifyStoreInfo.vue +++ b/src/views/systemForm/setSystem/modifyStoreInfo.vue @@ -94,7 +94,7 @@
-
¥{{ merData.margin }}元
+
¥{{ merData.service_cost }}元
支付账户名称: {{ merData.bank_info.bank_account_name }}
开户银行: {{ merData.bank_info.bank_name }}
银行卡号: {{ merData.bank_info.bank_account_code }}
@@ -113,7 +113,7 @@
-
¥{{ merData.margin }}元
+
¥{{ merData.goods_cost }}元
支付账户名称: {{ merData.bank_info.bank_account_name }}
开户银行: {{ merData.bank_info.bank_name }}
银行卡号: {{ merData.bank_info.bank_account_code }}