Commit e8539598 authored by 华国豪's avatar 华国豪 🙄

2

parent a6fc0865
......@@ -582,6 +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"
@change="ChongDiMoney = 0, HangingAccountList = []"
:disabled="(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false"
active-color="#13ce66"
inactive-color="#ff4949">
......@@ -625,7 +626,7 @@
<el-option label='收' value='1' key='1'></el-option>
<el-option label='支' value='2' key='2'></el-option>
</el-select>
<button class="normalBtn" @click="GetHangingAccountList()">查询</button>
<button class="normalBtn" @click="GetHangingAccountList(),ChongDiMoney = 0">查询</button>
</div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;">
<tr>
......@@ -892,7 +893,8 @@
<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 && GetDetail.Type === 2) ? true : false"
@change="ChongDiMoney = 0, HangingAccountList = []"
:disabled="(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false"
active-color="#13ce66"
inactive-color="#ff4949">
</el-switch>
......@@ -935,11 +937,11 @@
<el-option label='收' value='1' key='1'></el-option>
<el-option label='支' value='2' key='2'></el-option>
</el-select>
<button class="normalBtn" @click="GetHangingAccountList()">查询</button>
<button class="normalBtn" @click="GetHangingAccountList(),ChongDiMoney = 0">查询</button>
</div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;">
<tr>
<th><input type="checkbox" v-model="checkedAll" @change="changeCheckedAll()">费用类型</th>
<th><input type="checkbox" v-model="checkedAll" @change="changeCheckedAll(),ChongDiMoney = 0">费用类型</th>
<th>团号</th>
<th>财务单据</th>
<th>收支类型</th>
......
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