Browse Source

2024.04.18
- 售后订单页增加订单编号字段显示;
- 修正代金卷改为券字;

zweiqin 11 months ago
parent
commit
4858d90b2e

+ 16 - 20
src/api/commodity.js

@@ -1,6 +1,6 @@
 import request from '@/utils/request'
 
-//* ******************** 获取代金的类别  *********************
+//* ******************** 获取代金的类别  *********************
 // 选择商品分组查询
 export function getVoucher(params) {
   return request({
@@ -99,27 +99,23 @@ export function getClassifyDelete(data) {
 }
 
 // 导入商品模板表下载
-export const downloadTemplate = (data = {}) => {
-  return request({
-    url: 'product/downloadTemplate',
-    method: 'post',
-    data,
-    responseType: 'blob'
-    // type:"application/vnd.ms-excel;charset=utf-8"
-  })
-}
+export const downloadTemplate = (data = {}) => request({
+  url: 'product/downloadTemplate',
+  method: 'post',
+  data,
+  responseType: 'blob'
+  // type:"application/vnd.ms-excel;charset=utf-8"
+})
 
 // 上传商品模板
-export const importProduct = (data = {}) => {
-  return request({
-    url: 'product/importProduct',
-    method: 'post',
-    data,
-    headers: {
-      'Content-type': 'multipart/form-data'
-    }
-  })
-}
+export const importProduct = (data = {}) => request({
+  url: 'product/importProduct',
+  method: 'post',
+  data,
+  headers: {
+    'Content-type': 'multipart/form-data'
+  }
+})
 
 //* ******************** 商品分组  *********************
 // 分组查询

+ 2 - 2
src/api/volumeManagement.js

@@ -25,7 +25,7 @@ export function submitVoucher(data) {  // 提交生成一个付款二维码
 }
 
 // voucher/getVoucher
-export function getVoucher(params) {  // 获取可选择充值的代金类别
+export function getVoucher(params) {  // 获取可选择充值的代金类别
   return request({
     url: '/voucher/getVoucher',
     method: 'get',
@@ -43,7 +43,7 @@ export function getVocherNumber(data) {
 
 /**
  *
- * 商家代金转增接口
+ * 商家代金转增接口
  * @param {Object} data
  * @returns
  */

+ 1 - 1
src/api/voucherManagement/businessRechargeAmounts.js

@@ -1,6 +1,6 @@
 import request from '@/utils/request'
 
-// /businessRechargeAmounts/save 自定义创建代金充值金额
+// /businessRechargeAmounts/save 自定义创建代金充值金额
 export const saveAcount = (data) => request({
   url: '/businessRechargeAmounts/save',
   method: 'post',

+ 2 - 2
src/router/index.js

@@ -690,7 +690,7 @@ export const constantRoutes = [
   //   component: Layout,
   //   redirect: '/volumeManagement',
   //   meta: {
-  //     title: '代金管理',
+  //     title: '代金管理',
   //     icon: 'el-icon-monitor'
   //   },
   //   children: [ {
@@ -698,7 +698,7 @@ export const constantRoutes = [
   //     name: 'volumeManagement',
   //     component: () => import('@/views/volumeManagement/index.vue'),
   //     meta: {
-  //       title: '代金管理',
+  //       title: '代金管理',
   //       icon: 'el-icon-monitor'
   //     }
   //   } ]

+ 2 - 2
src/views/commodity/commoditySystem/addCommodity.vue

@@ -240,8 +240,8 @@ export default {
             weight: '', // 重量
             skuImage: '', // 配图地址
             style: '', // 款式  1-单款式 2-多款式
-            voucherId: '', // 允许使用的代金ID
-            voucherPrice: '' // 代金最大的使用限额
+            voucherId: '', // 允许使用的代金ID
+            voucherPrice: '' // 代金最大的使用限额
           }
         ]
       },

+ 8 - 8
src/views/commodity/commoditySystem/addComponent.vue

@@ -91,14 +91,14 @@
               />
             </template>
           </el-table-column>
-          <el-table-column label="代金最大抵扣额度(一般设置全额抵扣)">
+          <el-table-column label="代金最大抵扣额度(一般设置全额抵扣)">
             <template slot-scope="scope">
               <el-input-number v-model="scope.row.voucherPrice" :controls="false" :min="0" :precision="6" :step="0.01" style="width: auto;" />
             </template>
           </el-table-column>
-          <el-table-column label="商品绑定的代金">
+          <el-table-column label="商品绑定的代金">
             <template slot-scope="scope">
-              <el-select v-model="scope.row.voucherId" placeholder="请选择商品绑定的代金">
+              <el-select v-model="scope.row.voucherId" placeholder="请选择商品绑定的代金">
                 <el-option v-for="item in voucherList" :key="item.id" :label="item.voucherName" :value="item.id">
                 </el-option>
               </el-select>
@@ -243,18 +243,18 @@
               />
             </template>
           </el-table-column>
-          <el-table-column label="代金最大抵扣额度(一般设置全额抵扣)">
+          <el-table-column label="代金最大抵扣额度(一般设置全额抵扣)">
             <template #header="scope">
-              <div>代金最大抵扣额度(一般设置全额抵扣)<el-button type="warning" size="mini" @click="$emit('syncVoucherPrice')">同步售价</el-button></div>
+              <div>代金最大抵扣额度(一般设置全额抵扣)<el-button type="warning" size="mini" @click="$emit('syncVoucherPrice')">同步售价</el-button></div>
             </template>
             <template slot-scope="scope">
               <el-input-number v-model="scope.row.voucherPrice" :controls="false" :min="0" :precision="6" :step="0.01" style="width: auto;" />
             </template>
           </el-table-column>
-          <el-table-column label="商品绑定的代金">
+          <el-table-column label="商品绑定的代金">
             <template #header="scope">
               <div>
-                商品绑定的代金
+                商品绑定的代金
                 <el-dropdown size="mini" split-button type="primary" @command="(e) => $emit('syncVoucherId', e)">
                   统一选择
                   <el-dropdown-menu slot="dropdown">
@@ -264,7 +264,7 @@
               </div>
             </template>
             <template slot-scope="scope">
-              <el-select v-model="scope.row.voucherId" placeholder="请选择商品绑定的代金">
+              <el-select v-model="scope.row.voucherId" placeholder="请选择商品绑定的代金">
                 <el-option v-for="item in voucherList" :key="item.id" :label="item.voucherName" :value="item.id">
                 </el-option>
               </el-select>

+ 37 - 23
src/views/commodity/commoditySystem/index.vue

@@ -18,13 +18,15 @@
             </el-select>
           </el-form-item>
           <el-form-item label="官方分类">
-            <el-cascader v-model="formInline.classifyId" :options="categoryList" clearable :props="{
-              checkStrictly: true,
-              expandTrigger: 'hover',
-              label: 'categoryName',
-              value: 'id',
-              children: 'childs'
-            }" />
+            <el-cascader
+              v-model="formInline.classifyId" :options="categoryList" clearable :props="{
+                checkStrictly: true,
+                expandTrigger: 'hover',
+                label: 'categoryName',
+                value: 'id',
+                children: 'childs'
+              }"
+            />
           </el-form-item>
           <el-form-item>
             <el-button type="primary" plain @click="handleSearch">查询</el-button>
@@ -40,8 +42,10 @@
       </div>
       <!-- 表格 -->
       <div class="tableBox">
-        <el-table ref="multipleTable" :data="tableData" border
-          :header-cell-style="{ background: '#EEF3FF', color: '#333333' }" tooltip-effect="dark" style="width: 100%">
+        <el-table
+          ref="multipleTable" :data="tableData" border
+          :header-cell-style="{ background: '#EEF3FF', color: '#333333' }" tooltip-effect="dark" style="width: 100%"
+        >
           <el-table-column prop="productId" label="商品id" show-overflow-tooltip />
           <el-table-column label="商品主图" width="150" align="center">
             <template slot-scope="scope">
@@ -85,18 +89,23 @@
           </el-table-column>
         </el-table>
         <div class="fenye">
-          <el-pagination :current-page="formInline.page" :page-sizes="[10, 20, 50, 100]" :page-size="10"
+          <el-pagination
+            :current-page="formInline.page" :page-sizes="[10, 20, 50, 100]" :page-size="10"
             layout="total, sizes, prev, pager, next, jumper" :total="total" @size-change="handleSizeChange"
-            @current-change="handleCurrentChange" />
+            @current-change="handleCurrentChange"
+          />
         </div>
       </div>
     </div>
     <!-- 批量导入 -->
     <el-dialog title="批量导入商品" :visible.sync="batchAdd" :close-on-click-modal="false" center width="400px">
       <div class="uploadDialog">
-        <el-upload drag :limit="1" :auto-upload="false" accept=".xlsx" :headers="headers" :action="UploadUrls"
+        <el-upload
+          drag :limit="1" :auto-upload="false" accept=".xlsx"
+          :headers="headers" :action="UploadUrls"
           :before-upload="beforeUploadFile" :on-change="fileChange" :on-remove="batchRemove" :on-exceed="exceedFile"
-          :on-success="handleSuccess" :on-error="handleError" :file-list="batchFileList">
+          :on-success="handleSuccess" :on-error="handleError" :file-list="batchFileList"
+        >
           <i class="el-icon-upload" />
           <div class="el-upload__text">
             <em>点击上传</em>
@@ -151,10 +160,15 @@
       </span>
     </el-dialog>
     <!-- 新增/修改商品弹窗 -->
-    <el-dialog :title="!commId ? '新增商品' : '编辑商品'" :visible.sync="commidyVisible" width="74%" center top="10vh"
-      :close-on-click-modal="false" @before-close="closeModal" @close="closeModal">
-      <CommAdd ref="child" :voucher-list="voucherList" :show-tinymce="showTinymce" :product-id="commId"
-        @cancel="cancelForm" />
+    <el-dialog
+      :title="!commId ? '新增商品' : '编辑商品'" :visible.sync="commidyVisible" width="74%" center
+      top="10vh"
+      :close-on-click-modal="false" @before-close="closeModal" @close="closeModal"
+    >
+      <CommAdd
+        ref="child" :voucher-list="voucherList" :show-tinymce="showTinymce" :product-id="commId"
+        @cancel="cancelForm"
+      />
     </el-dialog>
   </div>
 </template>
@@ -228,15 +242,15 @@ export default {
     }
   },
   created() {
-    getVoucher().then((res) => { // 获取可选的代金卷,用于创建和修改商品时定义代金卷的使用规则
+    getVoucher().then((res) => { // 获取可选的代金券,用于创建和修改商品时定义代金券的使用规则
       this.voucherList = res.data
       this.voucherList.push({
-        voucherName: '不使用代金',
+        voucherName: '不使用代金',
         updateTime: '123123123123',
         ratio: 'xxx',
         enabled: '666',
         id: 0,
-        desc: '不支持代金'
+        desc: '不支持代金'
       })
     })
   },
@@ -310,9 +324,9 @@ export default {
         message: '数据导出中,请勿重复操作!',
         type: 'success'
       })
-      const res = await productExport(this.formInline);
+      const res = await productExport(this.formInline)
       if (!res) { return }
-      const blob = new Blob([res], { type: 'application/vnd.ms-excel' })
+      const blob = new Blob([ res ], { type: 'application/vnd.ms-excel' })
       const fileName = '商品数据明细表.xls'
       if ('download' in document.createElement('a')) {
         // 非IE下载
@@ -529,7 +543,7 @@ export default {
       downloadTemplate().then((res) => {
         console.log(res, 1111)
         // const content = res
-        const blob = new Blob([res])
+        const blob = new Blob([ res ])
         const fileName = '批量导入商品模板.xlsx'
         if ('download' in document.createElement('a')) {
           // 非IE下载

+ 3 - 3
src/views/customer/customerList/index.vue

@@ -65,7 +65,7 @@
             <div class="btnList">
               <el-button type="text" @click="edit(scope.row)">加标签</el-button>
               <el-button type="text" @click="showDetail(scope.row.buyerUserId)">详情</el-button>
-              <el-button type="text" @click="gift(scope.row)">代金转增</el-button>
+              <el-button type="text" @click="gift(scope.row)">代金转增</el-button>
               <!-- <el-popconfirm title="确定删除此标签?" @onConfirm="deleteTagFn(scope.row.labelId)">
                 <el-button slot="reference" class="delCls" type="text">删除</el-button>
                 </el-popconfirm> -->
@@ -81,9 +81,9 @@
         />
       </div>
     </div>
-    <!-- 转增代金数额 -->
+    <!-- 转增代金数额 -->
     <el-dialog
-      title="请输入需要转增的代金数额"
+      title="请输入需要转增的代金数额"
       :visible.sync="voucherShow"
       width="30%"
       :close-on-click-modal="false"

+ 6 - 0
src/views/order/aftersale/afterDetails.vue

@@ -55,6 +55,12 @@
                 </p>
               </li>
               <li>
+                <p>
+                  <span>订单编号:</span>
+                  <span>{{ order.orderFormid }}</span>
+                </p>
+              </li>
+              <li>
                 <span>备注:</span>
                 <span>{{ order.remark }}</span>
               </li>

+ 1 - 0
src/views/order/aftersale/index.vue

@@ -63,6 +63,7 @@
           <el-table-column label="售后id" width="220">
             <template slot-scope="scope">{{ scope.row.afterId }}</template>
           </el-table-column>
+          <el-table-column prop="orderFormid" label="订单编号" width="220" />
           <el-table-column prop="afterFormid" label="售后单号" width="220" />
           <el-table-column prop="afterId" label="售后类型" show-overflow-tooltip>
             <template slot-scope="scope">

+ 1 - 1
src/views/volumeManagement/components/VoucherOrder.vue

@@ -19,7 +19,7 @@
         </el-table-column> -->
       <el-table-column prop="id" label="ID" width="220" />
       <el-table-column prop="shopId" label="商户ID" show-overflow-tooltip />
-      <el-table-column prop="voucherId" label="代金ID" show-overflow-tooltip />
+      <el-table-column prop="voucherId" label="代金ID" show-overflow-tooltip />
       <el-table-column prop="number" label="数量" show-overflow-tooltip />
       <el-table-column prop="payId" label="订单号" show-overflow-tooltip />
       <el-table-column prop="payGrade" label="付款金额" show-overflow-tooltip />

+ 2 - 2
src/views/volumeManagement/components/toUp.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="ToUpView">
     <div class="selectBox">
-      <el-select v-model="voucherToUp.voucherId" placeholder="请先择充值的代金">
+      <el-select v-model="voucherToUp.voucherId" placeholder="请先择充值的代金">
         <el-option
           v-for="item in options"
           :key="item.value"
@@ -10,7 +10,7 @@
         >
         </el-option>
       </el-select>
-      <span class="tips">请注意选择充值的代金!!</span>
+      <span class="tips">请注意选择充值的代金!!</span>
     </div>
     <div v-for="(item, index) in RechargeAmount" :key="index" class="toUpbox" @click="toUpVoucher(item)">
       {{ item }}

+ 1 - 1
src/views/volumeManagement/components/voucherTable.vue

@@ -10,7 +10,7 @@
         </el-table-column> -->
       <el-table-column prop="id" label="ID" width="220" />
       <el-table-column prop="holdId" label="商户ID" show-overflow-tooltip />
-      <el-table-column prop="holdId" label="代金ID" show-overflow-tooltip />
+      <el-table-column prop="holdId" label="代金ID" show-overflow-tooltip />
       <el-table-column prop="number" label="数量" show-overflow-tooltip />
       <el-table-column prop="orderSn" label="订单号" show-overflow-tooltip />
       <el-table-column prop="createTime" label="下单时间" show-overflow-tooltip />

+ 7 - 7
src/views/volumeManagement/index.vue

@@ -5,20 +5,20 @@
       <ul>
         <li>
           <p>{{ voucherData.remainNumber || 0 }}</p>
-          <p>代金历史总额</p>
+          <p>代金历史总额</p>
         </li>
         <li>
           <p>{{ voucherData.number || 0 }}</p>
-          <p>代金余额</p>
+          <p>代金余额</p>
         </li>
         <li>
-          <p>代金转赠</p>
+          <p>代金转赠</p>
           <p>
             <el-tooltip class="item" effect="dark" content="可前往客户管理列表查看" placement="bottom-start">
               <input v-model="clientId" class="userId" type="text" placeholder="请输入接收者ID">
             </el-tooltip><el-button size="small" type="primary" @click="voucherShow = true">点击转增</el-button>
             <el-dialog
-              title="请输入需要转增的代金数额"
+              title="请输入需要转增的代金数额"
               :visible.sync="voucherShow"
               width="30%"
               :close-on-click-modal="false"
@@ -82,9 +82,9 @@ export default {
       giftNumber: '',
       voucherData: null,
       tabList: [
-        { name: '代金流水记录', type: 2 },
-        { name: '代金充值记录', type: 1 },
-        { name: '代金充值', type: 0 }
+        { name: '代金流水记录', type: 2 },
+        { name: '代金充值记录', type: 1 },
+        { name: '代金充值', type: 0 }
       ]
     }
   },