liuhj 1 month ago
parent
commit
c26b857b06
2 changed files with 7 additions and 6 deletions
  1. 1 4
      src/components/Crm/DeleClient.vue
  2. 6 2
      src/components/OP/SuppliesInventory.vue

+ 1 - 4
src/components/Crm/DeleClient.vue

@@ -110,10 +110,7 @@ export default {
                     ContactPhone: '',
                 }
             }).then(function (res) {
-                console.log(res)
-
                 if (res.data.code == 200) {
-
                     that.tableData = res.data.data;
                     that.tableDatas = that.tableData;
                     if (that.tableDatas.slice((that.currentPage - 1) * that.pageSize, that.currentPage * that.pageSize).length == 0) {
@@ -195,7 +192,7 @@ export default {
                     type: 'info',
                     message: '操作已取消!'
                 });
-            });
+            wwwwwwwwwwwwwwwwwwwwwwwwwwwwwww});
         }
     },
     mounted() {

+ 6 - 2
src/components/OP/SuppliesInventory.vue

@@ -6,7 +6,7 @@
                     <label style="margin-left: 0px;">关联团组:</label>
                     <el-select multiple collapse-tags filterable style="width: 300px;" size="small" v-model="groupID" placeholder="请选择">
                         <el-option
-                            :style="item.id==0?'color:#67c23a;':''"
+                            :style="item.id==0||item.id==-1?'color:#67c23a;':''"
                             v-for="item in groupNameData"
                             :key="item.id"
                             :label="item.groupName"
@@ -472,7 +472,7 @@
                     <el-form-item label="关联团组" prop="groupId">
                         <el-select size="small" v-model="ClaimsruleForm.groupId" clearable filterable
                             placeholder="请选择">
-                            <el-option :style="item.id==0?'color:#67c23a;':''" v-for="item in groupNameData" :key="item.id" :label="item.groupName"
+                            <el-option :style="item.id==0||item.id==-1?'color:#67c23a;':''" v-for="item in groupNameData" :key="item.id" :label="item.groupName"
                                 :value="item.id">
                             </el-option>
                         </el-select>
@@ -927,6 +927,10 @@ export default {
                         {
                             id:0,
                             groupName:"其他物资(公司内部物资)"
+                        },
+                        {
+                            id:-1,
+                            groupName:"拜访客户所使用的物资"
                         }
                     )
                     // that.MaterialType=that.MaterialTypearr[0].id;