gcz 1 rok temu
rodzic
commit
1ca66548a4

+ 2 - 2
src/views/distribution/personnelMr/dialog/addAndEdit.vue

@@ -3,7 +3,7 @@
  * @Author: Sugar.
  * @Date: 2023-11-24 13:55:00
  * @LastEditors: gcz
- * @LastEditTime: 2024-04-22 14:24:12
+ * @LastEditTime: 2024-04-22 16:57:27
  * @FilePath: \great_webui\src\views\distribution\personnelMr\dialog\addAndEdit.vue
  * @Copyright: Copyright (c) 2016~2023 by Sugar., All Rights Reserved.
 -->
@@ -52,7 +52,7 @@
               v-for="dict in dict.type.persons_type"
               :key="dict.value"
               :label="dict.label"
-              :value="dict.value"
+              :value="Number(dict.value)"
             />
           </el-select>
         </el-form-item>

+ 1 - 0
src/views/distribution/personnelMr/index.vue

@@ -456,6 +456,7 @@ export default {
       this.dateRange = [];
       this.$set(this.queryParams, 'name', '');
       this.$set(this.queryParams, 'type', '');
+      this.$set(this.queryParams, 'personsType', '');
       this.queryParams.pageNum = 1;
       this.handleQuery();
     },

+ 2 - 2
src/views/distribution/ticketMr/index.vue

@@ -59,11 +59,11 @@
           <span v-if="scope.row.brokeragePrice || scope.row.brokeragePrice==0">¥{{ scope.row.brokeragePrice }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="佣金单价" align="center" prop="brokeragePriceRate">
+      <!-- <el-table-column label="佣金单价" align="center" prop="brokeragePriceRate">
         <template slot-scope="scope">
           <span>{{ brokeragePriceRate(scope.row) }}</span>
         </template>
-      </el-table-column>
+      </el-table-column> -->
       <!-- <el-table-column label="佣金税率(%)" align="center" prop="brokerageTaxRate" /> -->
       <el-table-column label="状态" align="center">
         <template slot-scope="scope">