Ver Fonte

【修改】政策退订

howie há 2 anos atrás
pai
commit
1bbabddbe8

+ 2 - 2
src/views/sales_policy/components/editPolicy.vue

@@ -154,6 +154,7 @@
             fit
             highlight-current-row
             stripe
+
           >
             <el-table-column
               type="index"
@@ -860,7 +861,6 @@ export default {
     handletwoList() {
       // this.searchForm.type
       this.listLoading = true
-
       const paramss = {
         pageNum: this.dcurrentPage,
         pageSize: -1,
@@ -887,7 +887,7 @@ export default {
               }
             })
           })
-          // this.dataList=[]
+
           this.dataList = result.data.records
           this.listTotal = result.data.total
           this.listLoading = false

+ 6 - 4
src/views/supply/policy/components/retail_return.vue

@@ -129,7 +129,8 @@
           show-overflow-tooltip
         >
           <template slot-scope="scope">
-            <template
+            {{scope.row.customerWalletName2}}
+            <!-- <template
               v-if="scope.row.rebateWallets && scope.row.rebateWallets.length"
             >
               <el-tag
@@ -139,7 +140,7 @@
               >
                 {{ item.name }}
               </el-tag>
-            </template>
+            </template> -->
           </template>
         </el-table-column>
         <el-table-column
@@ -164,7 +165,8 @@
           show-overflow-tooltip
         >
           <template slot-scope="scope">
-            <template v-if="scope.row.wallets && scope.row.wallets.length">
+            {{scope.row.customerWalletName}}
+            <!-- <template v-if="scope.row.wallets && scope.row.wallets.length">
               <el-tag
                 type="success"
                 size="small"
@@ -172,7 +174,7 @@
               >
                 {{ item.name }}
               </el-tag>
-            </template>
+            </template> -->
           </template>
         </el-table-column>
         <el-table-column