合同收款计划
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
{{ scope.row.项目名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="客户名称" prop="客户名称" width="160" show-overflow-tooltip>
|
||||
<el-table-column align="center" label="客户名称" prop="客户名称" min-width="160" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.客户名称 }}
|
||||
</template>
|
||||
@@ -207,7 +207,7 @@
|
||||
{{ scope.row.已收金额 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="收款阶段" width="169px">
|
||||
<el-table-column align="center" label="收款阶段" min-width="169px">
|
||||
<template slot-scope="scope">
|
||||
<el-select v-model="scope.row.执行进度id" filterable placeholder="请选择收款阶段" style="width: 130px" size="mini" @change="changeTime(scope.row)">
|
||||
<el-option
|
||||
@@ -916,7 +916,6 @@ export default {
|
||||
this.customerName = ''
|
||||
this.customerNames = []
|
||||
getcustomername().then(response => {
|
||||
console.log(response, 121212)
|
||||
for (let i = 0; i < response.data.length; i++) {
|
||||
this.customerNames.push({
|
||||
value: response.data[i].客户名称,
|
||||
@@ -951,7 +950,6 @@ export default {
|
||||
this.id3 = ''
|
||||
this.listLoading2 = false
|
||||
const data = response.data.rows
|
||||
console.log(data, 111)
|
||||
for (let i = 0; i < data.length; i++) {
|
||||
data[i].未收金额 === '0' ? data[i].是否禁用收款 = true : data[i].是否禁用收款 = false
|
||||
data[i].未收金额 === '0' ? data[i].是否禁用 = true : data[i].是否禁用 = false
|
||||
@@ -1415,12 +1413,10 @@ export default {
|
||||
// this.editTable(editTableData, [this.zijinID, this.form2.TotalContractAmount], 'form2', function() { this.getTableData(); this.dialogFormVisible4 = false })
|
||||
},
|
||||
TransferPlan(row) {
|
||||
console.log(row)
|
||||
this.id = row.批次资金id
|
||||
this.max1 = parseFloat(row.未收金额)
|
||||
this.form4.转移金额 = parseFloat(row.未收金额)
|
||||
this.form4.计划阶段 = parseInt(row.付款批次) + 1
|
||||
console.log(this.form4.转移金额, this.form4.计划阶段)
|
||||
this.dialogFormVisible5 = true
|
||||
this.Planning = []
|
||||
this.addForm('form4')
|
||||
|
||||
Reference in New Issue
Block a user