|
@@ -86,16 +86,16 @@
|
|
@getValue="(value) => {searchForm.createBy=value}"/>
|
|
@getValue="(value) => {searchForm.createBy=value}"/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="代表方" prop="deputy">
|
|
|
|
- <el-select v-model="searchForm.deputy" placeholder="请选择" style="width:100%;">
|
|
|
|
- <el-option
|
|
|
|
- v-for="item in $dictUtils.getDictList('representative')"
|
|
|
|
- :key="item.value"
|
|
|
|
- :label="item.label"
|
|
|
|
- :value="item.value">
|
|
|
|
- </el-option>
|
|
|
|
- </el-select>
|
|
|
|
- </el-form-item>
|
|
|
|
|
|
+<!-- <el-form-item label="代表方" prop="deputy">-->
|
|
|
|
+<!-- <el-select v-model="searchForm.deputy" placeholder="请选择" style="width:100%;">-->
|
|
|
|
+<!-- <el-option-->
|
|
|
|
+<!-- v-for="item in $dictUtils.getDictList('representative')"-->
|
|
|
|
+<!-- :key="item.value"-->
|
|
|
|
+<!-- :label="item.label"-->
|
|
|
|
+<!-- :value="item.value">-->
|
|
|
|
+<!-- </el-option>-->
|
|
|
|
+<!-- </el-select>-->
|
|
|
|
+<!-- </el-form-item>-->
|
|
|
|
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<el-button type="primary" @click="refreshList()" size="small" icon="el-icon-search">查询</el-button>
|
|
<el-button type="primary" @click="refreshList()" size="small" icon="el-icon-search">查询</el-button>
|
|
@@ -130,14 +130,14 @@
|
|
:checkbox-config="{}">
|
|
:checkbox-config="{}">
|
|
<vxe-column type="seq" width="40"></vxe-column>
|
|
<vxe-column type="seq" width="40"></vxe-column>
|
|
<vxe-column type="checkbox" width="40px"></vxe-column>
|
|
<vxe-column type="checkbox" width="40px"></vxe-column>
|
|
- <vxe-column width="300px" title="客户名称" field="name">
|
|
|
|
|
|
+ <vxe-column width="" title="客户名称" field="name">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-link type="primary" :underline="false" v-if="hasPermission('sys:project:edit')" @click="view(scope.row.id)">{{scope.row.name}}</el-link>
|
|
<el-link type="primary" :underline="false" v-if="hasPermission('sys:project:edit')" @click="view(scope.row.id)">{{scope.row.name}}</el-link>
|
|
<el-link type="primary" :underline="false" v-else-if="hasPermission('sys:project:view')" @click="view(scope.row.id)">{{scope.row.name}}</el-link>
|
|
<el-link type="primary" :underline="false" v-else-if="hasPermission('sys:project:view')" @click="view(scope.row.id)">{{scope.row.name}}</el-link>
|
|
<span v-else>{{scope.row.name}}</span>
|
|
<span v-else>{{scope.row.name}}</span>
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column width="200px" title="代表方" field="deputy" ></vxe-column>
|
|
|
|
|
|
+<!-- <vxe-column width="200px" title="代表方" field="deputy" ></vxe-column>-->
|
|
<vxe-column width="100px" title="客户性质" field="companyType" >
|
|
<vxe-column width="100px" title="客户性质" field="companyType" >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ $dictUtils.getDictLabel("customer_nature", scope.row.companyType, '-') }}
|
|
{{ $dictUtils.getDictLabel("customer_nature", scope.row.companyType, '-') }}
|