|
|
|
@ -80,7 +80,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-slot:deductionMoney>
|
|
|
|
<!-- <template v-slot:deductionMoney>
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>本期扣款金额
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>本期扣款金额
|
|
|
|
@ -90,7 +90,7 @@
|
|
|
|
style="width: 300px;" />
|
|
|
|
style="width: 300px;" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template> -->
|
|
|
|
<template v-slot:type>
|
|
|
|
<template v-slot:type>
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
@ -152,7 +152,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-slot:moneyWay>
|
|
|
|
<!-- <template v-slot:moneyWay>
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>资金列支渠道
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>资金列支渠道
|
|
|
|
@ -173,14 +173,16 @@
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
style="width: 300px"
|
|
|
|
style="width: 300px"
|
|
|
|
@change="moneyWayChange"
|
|
|
|
@change="moneyWayChange"
|
|
|
|
/>
|
|
|
|
/> -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-select multiple style="width: 300px;" v-model="paymentRegistrationForm.moneyWay" placeholder="请选择资金列支渠道"-->
|
|
|
|
<!-- <el-select multiple style="width: 300px;" v-model="paymentRegistrationForm.moneyWay" placeholder="请选择资金列支渠道"-->
|
|
|
|
<!-- @change="moneyWayChange">-->
|
|
|
|
<!-- @change="moneyWayChange">-->
|
|
|
|
<!-- <el-option v-for="item in planTypes" :value="item.id" :label="item.value"></el-option>-->
|
|
|
|
<!-- <el-option v-for="item in planTypes" :value="item.id" :label="item.value"></el-option>-->
|
|
|
|
<!-- </el-select>-->
|
|
|
|
<!-- </el-select>-->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- </div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template> -->
|
|
|
|
<template #files v-if="paymentRegistrationForm.type === '结算款'">
|
|
|
|
<template #files v-if="paymentRegistrationForm.type === '结算款'">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
@ -352,15 +354,15 @@ import {listdeptNoAuth} from "@/api/system/department";
|
|
|
|
message: '必须为数字'
|
|
|
|
message: '必须为数字'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
deductionMoney: [{
|
|
|
|
// deductionMoney: [{
|
|
|
|
required: true,
|
|
|
|
// required: true,
|
|
|
|
message: "必填"
|
|
|
|
// message: "必填"
|
|
|
|
},
|
|
|
|
// },
|
|
|
|
{
|
|
|
|
// {
|
|
|
|
pattern: /^\d+(\.\d+)?$/,
|
|
|
|
// pattern: /^\d+(\.\d+)?$/,
|
|
|
|
message: '必须为数字'
|
|
|
|
// message: '必须为数字'
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
],
|
|
|
|
// ],
|
|
|
|
type: [{
|
|
|
|
type: [{
|
|
|
|
required: true,
|
|
|
|
required: true,
|
|
|
|
message: "必选"
|
|
|
|
message: "必选"
|
|
|
|
@ -374,10 +376,10 @@ import {listdeptNoAuth} from "@/api/system/department";
|
|
|
|
message: '必须为数字'
|
|
|
|
message: '必须为数字'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
moneyWay: [{
|
|
|
|
// moneyWay: [{
|
|
|
|
required: true,
|
|
|
|
// required: true,
|
|
|
|
message: "必填"
|
|
|
|
// message: "必填"
|
|
|
|
}]
|
|
|
|
// }]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
plansSelect: {
|
|
|
|
plansSelect: {
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
@ -611,7 +613,7 @@ import {listdeptNoAuth} from "@/api/system/department";
|
|
|
|
contract_id: this.contract.id,
|
|
|
|
contract_id: this.contract.id,
|
|
|
|
act_money: this.paymentRegistrationForm.actMoney,
|
|
|
|
act_money: this.paymentRegistrationForm.actMoney,
|
|
|
|
status: 1,
|
|
|
|
status: 1,
|
|
|
|
money_way_id: this.paymentRegistrationForm.moneyWay.toString(),
|
|
|
|
// money_way_id: this.paymentRegistrationForm.moneyWay.toString(),
|
|
|
|
contract_plan_act_links: this.paymentRegistrationForm.plan
|
|
|
|
contract_plan_act_links: this.paymentRegistrationForm.plan
|
|
|
|
})
|
|
|
|
})
|
|
|
|
editorFundLog({
|
|
|
|
editorFundLog({
|
|
|
|
@ -620,8 +622,8 @@ import {listdeptNoAuth} from "@/api/system/department";
|
|
|
|
act_money: this.paymentRegistrationForm.actMoney,
|
|
|
|
act_money: this.paymentRegistrationForm.actMoney,
|
|
|
|
status: 1,
|
|
|
|
status: 1,
|
|
|
|
apply_money: this.paymentRegistrationForm.applyMoney,
|
|
|
|
apply_money: this.paymentRegistrationForm.applyMoney,
|
|
|
|
discount_money: this.paymentRegistrationForm.deductionMoney,
|
|
|
|
// discount_money: this.paymentRegistrationForm.deductionMoney,
|
|
|
|
money_way_id: this.paymentRegistrationForm.moneyWay.toString(),
|
|
|
|
// money_way_id: this.paymentRegistrationForm.moneyWay.toString(),
|
|
|
|
contract_plan_act_links: this.paymentRegistrationForm.plan,
|
|
|
|
contract_plan_act_links: this.paymentRegistrationForm.plan,
|
|
|
|
property: this.paymentRegistrationForm.property,
|
|
|
|
property: this.paymentRegistrationForm.property,
|
|
|
|
property_type_id: this.paymentRegistrationForm.property_type_id,
|
|
|
|
property_type_id: this.paymentRegistrationForm.property_type_id,
|
|
|
|
|