Commit 0153b476 authored by 华国豪's avatar 华国豪 🙄

s

parent 3eb2f16f
......@@ -582,7 +582,7 @@
<div v-if="chongDiShow && AuditOrRefundMsg.Status === '5'" class="chongdi_box">
<div style="padding: 10px 0;font-size: 14px;">
是否挂账冲抵:<el-switch v-model="shifouChongDi"
:disabled="HangingAccountList.length < 1 ? true : false"
:disabled="(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false"
active-color="#13ce66"
inactive-color="#ff4949">
</el-switch>
......@@ -892,7 +892,7 @@
<div v-if="chongDiShow && AuditOrRefundMsg.Status === '5'" class="chongdi_box">
<div style="padding: 10px 0;font-size: 14px;">
是否挂账冲抵:<el-switch v-model="shifouChongDi"
:disabled="HangingAccountList.length < 1 ? true : false"
:disabled="(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false"
active-color="#13ce66"
inactive-color="#ff4949">
</el-switch>
......@@ -1506,7 +1506,7 @@ export default {
},
GetHangingAccountList(){
if (this.GetDetail.Type === 1 && this.ChongDiMsg.ClientType === '' && this.ChongDiMsg.ClientID === '') {
this.$message.error('请选择付款对象')
this.$message.error('请选择客户类型!')
return
}
this.apipost('Financial_post_GetHangingAccountList', this.ChongDiMsg, res=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment