Browse Source

列表查询优化

liyuan 3 weeks ago
parent
commit
628f208200
1 changed files with 1 additions and 26 deletions
  1. 1 26
      src/views/tirePartsMall/salesService/Task/index.vue

+ 1 - 26
src/views/tirePartsMall/salesService/Task/index.vue

@@ -156,31 +156,6 @@ export default {
           // },
           // dicUrl: '/api/blade-sales-part/corpsDesc/list?current=1&size=20&corpType=KH&cname={{key}}',
         },
-        // , {
-        //     label: "商品种类",
-        //     prop: "corpId",
-        //     width: 100,
-        //     overHidden: true,
-        // }
-        // {
-        //   label: '业务来源',
-        //   prop: "bsType",
-        //   width: 100,
-        //   overHidden: true,
-        // },
-        {
-          label: '来源公司',
-          prop: "salesCompanyName",
-          search: true,
-          width: 100,
-          overHidden: true,
-          type: 'select',
-          props: {
-            label: 'fullName',
-            value: 'fullName'
-          },
-          dicUrl: '/api/blade-system/dept/top-list'
-        },
         {
           label: '发货仓库',
           prop: "storageName",
@@ -403,7 +378,7 @@ export default {
         bizTypeName: "THSHRW",
         statusName: '待处理',
         ...Object.assign(params, this.search),
-        customerName: params.$customerName
+        customerName: params.customerName
       }
       console.log(params);
       this.loading = true