|
|
@ -95,7 +95,7 @@ |
|
|
|
<el-table-column fixed label="操作" width="180" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button size="mini" type="danger" @click="handleDelete(scope.$index)">删除</el-button> |
|
|
|
<el-button size="mini" type="primary" @click="handleAddPayment(scope.row, scope.$index)">新增付款信息</el-button> |
|
|
|
<el-button size="mini" type="primary" @click="handleAddPayment(scope.row, scope.$index)">新增关联付款</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="款项名称" align="center" width="200"> |
|
|
@ -253,7 +253,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import req from '@/api/anruifinmanagement/payment' |
|
|
|
import { typeValues, getOrgSidByPath, getInvoicingList, brandDown, selectNameByOrg } from '@/api/jichuxinxi/dictcommons' |
|
|
|
import { typeValues, getOrgSidByPath, getInvoicingList, brandDown, selectNameByOrg, getTypeValueList } from '@/api/jichuxinxi/dictcommons' |
|
|
|
import vehcile from './relation/vehcile' |
|
|
|
import paymentInformationAdd from './relation/paymentInformationAdd' |
|
|
|
import paymentInformationInfo from './relation/paymentInformationInfo' |
|
|
@ -358,7 +358,7 @@ export default { |
|
|
|
this.costType_list = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|
typeValues({ type: 'payCostTitle' }).then((res) => { |
|
|
|
getTypeValueList({ type: 'payCostType', groupNum: '001' }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.costTitle_list = res.data |
|
|
|
} |
|
|
|