Browse Source

华翰新加OP 客服

Qukatie 1 month ago
parent
commit
0cf42c7fd3
1 changed files with 14 additions and 14 deletions
  1. 14 14
      src/views/iosBasicData/SeafreightExportF/bills/index.vue

+ 14 - 14
src/views/iosBasicData/SeafreightExportF/bills/index.vue

@@ -1168,25 +1168,25 @@ export default {
             }
             }
           },
           },
           {
           {
-            label: "客户OP",
-            prop: "operatorName",
+            label: "OP",
+            prop: "operatorId",
             width: 100,
             width: 100,
             overHidden: true,
             overHidden: true,
             search: true,
             search: true,
             type: "select",
             type: "select",
             filterable: true,
             filterable: true,
             remote: true,
             remote: true,
-            dicUrl: "/api/blade-los/bcorpsattn/list?cname={{key}}",
+            dicUrl: "/api/blade-user/page?current=1&size=10&realName={{key}}",
             props: {
             props: {
-              label: "cname",
-              value: "cname",
+              label: "realName",
+              value: "id",
               res: "data.records"
               res: "data.records"
             },
             },
-            hide: false
+            hide: true
           },
           },
           {
           {
             label: "客服",
             label: "客服",
-            prop: "customerServiceName",
+            prop: "customerServiceId",
             width: 100,
             width: 100,
             overHidden: true,
             overHidden: true,
             search: true,
             search: true,
@@ -1194,10 +1194,10 @@ export default {
             filterable: true,
             filterable: true,
             dicUrl: "/api/blade-user/selectListLos?roles=客服",
             dicUrl: "/api/blade-user/selectListLos?roles=客服",
             props: {
             props: {
-              label: "cname",
-              value: "cname"
+              label: "name",
+              value: "id"
             },
             },
-            hide: false
+            hide: true
           },
           },
           // {
           // {
           //   label: "进项发票状态",
           //   label: "进项发票状态",
@@ -1479,11 +1479,11 @@ export default {
     ) {
     ) {
       this.option.searchMenuSpan = 24;
       this.option.searchMenuSpan = 24;
       this.option.column.forEach(item => {
       this.option.column.forEach(item => {
-        if (item.prop == "operatorName") {
-          item.hide = true;
+        if (item.prop == "operatorId") {
+          item.search=false;
         }
         }
-        if (item.prop == "customerServiceName") {
-          item.hide = true;
+        if (item.prop == "customerServiceId") {
+          item.search=false;
         }
         }
       });
       });
     }
     }