lxf 1 an în urmă
părinte
comite
3328fdfef1

+ 1 - 1
src/views/customer/file/index.vue

@@ -375,7 +375,7 @@
       </template>
     </el-dialog>
 
-    <el-dialog title="高级检索" v-if="openSearch" v-model="openSearch" width="700">
+    <el-dialog title="高级检索" v-if="openSearch" v-model="openSearch" width="600">
       <byForm :formConfig="formSearchConfig" :formOption="formOption" v-model="sourceList.pagination">
         <template #address>
           <el-row style="width: 100%">

+ 1 - 9
src/views/customer/highseas/index.vue

@@ -367,7 +367,7 @@
       </template>
     </el-dialog>
 
-    <el-dialog title="高级检索" v-if="openSearch" v-model="openSearch" width="700">
+    <el-dialog title="高级检索" v-if="openSearch" v-model="openSearch" width="600">
       <byForm :formConfig="formSearchConfig" :formOption="formOption" v-model="sourceList.pagination">
         <template #address>
           <el-row style="width: 100%">
@@ -478,7 +478,6 @@ const sourceList = ref({
     provinceId: "",
     cityId: "",
     customerCode: "",
-    userId: "",
     tag: "",
     tags: [],
   },
@@ -1243,13 +1242,6 @@ const formSearchConfig = computed(() => {
       clearable: true,
     },
     {
-      type: "select",
-      label: "业务员",
-      prop: "userId",
-      data: userList.value,
-      clearable: true,
-    },
-    {
       type: "slot",
       slotName: "tags",
       label: "客户标签",

+ 1 - 9
src/views/customer/privatesea/index.vue

@@ -367,7 +367,7 @@
       </template>
     </el-dialog>
 
-    <el-dialog title="高级检索" v-if="openSearch" v-model="openSearch" width="700">
+    <el-dialog title="高级检索" v-if="openSearch" v-model="openSearch" width="600">
       <byForm :formConfig="formSearchConfig" :formOption="formOption" v-model="sourceList.pagination">
         <template #address>
           <el-row style="width: 100%">
@@ -479,7 +479,6 @@ const sourceList = ref({
     provinceId: "",
     cityId: "",
     customerCode: "",
-    userId: "",
     tag: "",
     tags: [],
   },
@@ -1244,13 +1243,6 @@ const formSearchConfig = computed(() => {
       clearable: true,
     },
     {
-      type: "select",
-      label: "业务员",
-      prop: "userId",
-      data: userList.value,
-      clearable: true,
-    },
-    {
       type: "slot",
       slotName: "tags",
       label: "客户标签",