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

2

parent a6fc0865
...@@ -582,6 +582,7 @@ ...@@ -582,6 +582,7 @@
<div v-if="chongDiShow && AuditOrRefundMsg.Status === '5'" class="chongdi_box"> <div v-if="chongDiShow && AuditOrRefundMsg.Status === '5'" class="chongdi_box">
<div style="padding: 10px 0;font-size: 14px;"> <div style="padding: 10px 0;font-size: 14px;">
是否挂账冲抵:<el-switch v-model="shifouChongDi" 是否挂账冲抵:<el-switch v-model="shifouChongDi"
@change="ChongDiMoney = 0, HangingAccountList = []"
:disabled="(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false" :disabled="(HangingAccountList.length < 1 && GetDetail.Type === 2) ? true : false"
active-color="#13ce66" active-color="#13ce66"
inactive-color="#ff4949"> inactive-color="#ff4949">
...@@ -625,7 +626,7 @@ ...@@ -625,7 +626,7 @@
<el-option label='收' value='1' key='1'></el-option> <el-option label='收' value='1' key='1'></el-option>
<el-option label='支' value='2' key='2'></el-option> <el-option label='支' value='2' key='2'></el-option>
</el-select> </el-select>
<button class="normalBtn" @click="GetHangingAccountList()">查询</button> <button class="normalBtn" @click="GetHangingAccountList(),ChongDiMoney = 0">查询</button>
</div> </div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;"> <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;">
<tr> <tr>
...@@ -892,7 +893,8 @@ ...@@ -892,7 +893,8 @@
<div v-if="chongDiShow && AuditOrRefundMsg.Status === '5'" class="chongdi_box"> <div v-if="chongDiShow && AuditOrRefundMsg.Status === '5'" class="chongdi_box">
<div style="padding: 10px 0;font-size: 14px;"> <div style="padding: 10px 0;font-size: 14px;">
是否挂账冲抵:<el-switch v-model="shifouChongDi" 是否挂账冲抵:<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" active-color="#13ce66"
inactive-color="#ff4949"> inactive-color="#ff4949">
</el-switch> </el-switch>
...@@ -935,11 +937,11 @@ ...@@ -935,11 +937,11 @@
<el-option label='收' value='1' key='1'></el-option> <el-option label='收' value='1' key='1'></el-option>
<el-option label='支' value='2' key='2'></el-option> <el-option label='支' value='2' key='2'></el-option>
</el-select> </el-select>
<button class="normalBtn" @click="GetHangingAccountList()">查询</button> <button class="normalBtn" @click="GetHangingAccountList(),ChongDiMoney = 0">查询</button>
</div> </div>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;"> <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;">
<tr> <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> <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