This commit is contained in:
PQZ 2024-08-07 12:00:40 +08:00
parent 53d3daba3e
commit 93c2883e04
4 changed files with 5 additions and 3 deletions

View File

@ -294,6 +294,8 @@ export default {
this.dialogVisible = true;
this.typeCode = '04'
this.deptCode = row.deptCode
console.log(row)
console.log(this.deptCode)
this.reset();
this.dialogTitle = row.cusName;
},

View File

@ -79,7 +79,7 @@
<el-table-column width="200" label="客户名称" align="center" prop="cusName"/>
<el-table-column width="110" label="联系方式" align="center" prop="phoneNumber"/>
<el-table-column width="230" label="服务内容" align="left" prop="serContents"/>
<el-table-column width="300" label="地址" align="left" prop="address"/>
<el-table-column label="地址" align="left" prop="address"/>
<el-table-column label="最近业务办理时间" align="center" prop="nearDoTime" width="180">
<template v-slot="scope">
<span>{{ parseTime(scope.row.nearDoTime) }}</span>

View File

@ -51,7 +51,7 @@
<span>{{ parseTime(scope.row.birthday,'{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column width="300" label="住址" align="left" prop="address"/>
<el-table-column label="住址" align="left" prop="address"/>
<el-table-column width="80" label="客户来源" align="center" prop="dataFrom">
<template v-slot="scope">
<dict-tag :type="DICT_TYPE.DICT_CUS_DATA_FROM" :value="scope.row.dataFrom" />

View File

@ -46,7 +46,7 @@
<span>{{ parseTime(scope.row.birthday,'{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column width="300" label="住址" align="left" prop="address"/>
<el-table-column label="住址" align="left" prop="address"/>
<el-table-column width="100" label="客户来源" align="center" prop="dataFrom">
<template v-slot="scope">
<dict-tag :type="DICT_TYPE.DICT_CUS_DATA_FROM" :value="scope.row.dataFrom" />