CRM:完善回款

This commit is contained in:
puhui999
2024-02-25 00:35:50 +08:00
parent 6725318f27
commit 41e5cf667e
5 changed files with 293 additions and 194 deletions

View File

@@ -8,7 +8,7 @@
class="-mb-15px"
label-width="68px"
>
<el-form-item label="客户" prop="customerId">
<el-form-item label="客户名称" prop="customerId">
<el-select
v-model="queryParams.customerId"
class="!w-240px"
@@ -70,7 +70,7 @@
<el-table-column align="center" label="客户名称" prop="customerName" width="150px" />
<el-table-column align="center" label="合同编号" prop="contractNo" width="200px" />
<el-table-column align="center" label="期数" prop="period" />
<el-table-column align="center" label="计划回款" prop="price" />
<el-table-column align="center" label="计划回款(元)" prop="price" width="120" />
<el-table-column
:formatter="dateFormatter2"
align="center"