Commit be670284 authored by 罗超's avatar 罗超
parents 132a8415 d7776950
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
.page_CompanyAccDetail .singeRowTable tr td{ .page_CompanyAccDetail .singeRowTable tr td{
font-size: 14px; font-size: 14px;
} }
.PlatHebing td{
padding:5px;
}
</style> </style>
<template> <template>
<div class='flexOne page_CompanyAccDetail'> <div class='flexOne page_CompanyAccDetail'>
...@@ -191,7 +194,7 @@ ...@@ -191,7 +194,7 @@
</div> </div>
<el-dialog custom-class='w750' title="合并单据" :visible.sync="addChuNa" center :before-close="initAddChuNa" v-loading="allLoading"> <el-dialog custom-class='w750' title="合并单据" :visible.sync="addChuNa" center :before-close="initAddChuNa" v-loading="allLoading">
<p class="_addChuNa_tit"><span>{{count}}</span>{{$t('fnc.a_hbtips')}} <span>{{ moneyFormat(allWPrice) }}</span> {{$t('fnc.a_hbtips2')}} <span>{{ moneyFormat(allBPrice) }}</span> </p> <p class="_addChuNa_tit"><span>{{count}}</span>{{$t('fnc.a_hbtips')}} <span>{{ moneyFormat(allWPrice) }}</span> {{$t('fnc.a_hbtips2')}} <span>{{ moneyFormat(allBPrice) }}</span> </p>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;text-align: center;"> <table border="1" bordercolor="#D2D2D2" class="PlatHebing" style="border-collapse:collapse;text-align: center;">
<template> <template>
<tr > <tr >
<th height="34px">{{$t('fnc.zhfenlei')}}</th> <th height="34px">{{$t('fnc.zhfenlei')}}</th>
...@@ -325,6 +328,15 @@ ...@@ -325,6 +328,15 @@
</el-date-picker> </el-date-picker>
</td> </td>
</tr> </tr>
<tr>
<td>交易流水号</td>
<td colspan="2">
<el-input v-model="addMsg.AccountNumber" type="text"></el-input>
</td>
<td colspan="4">
<span style="color:red;">外交平台需录入交易流水号</span>
</td>
</tr>
</table> </table>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<button class="normalBtn" type="primary" @click="submitAddChuNa">{{$t('pub.saveBtn')}}</button> <button class="normalBtn" type="primary" @click="submitAddChuNa">{{$t('pub.saveBtn')}}</button>
...@@ -399,6 +411,8 @@ export default { ...@@ -399,6 +411,8 @@ export default {
RemitterName:'', RemitterName:'',
TradeDate:'', TradeDate:'',
BankList:[], BankList:[],
//交易流水号
AccountNumber:''
}, },
AccListT:[], AccListT:[],
accountListT:[], accountListT:[],
......
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
<button class="normalBtn" @click="dialogFormVisible2 = true">{{$t('ios.tonggei')}}</button> <button class="normalBtn" @click="dialogFormVisible2 = true">{{$t('ios.tonggei')}}</button>
<button class="hollowFixedBtn" @click="dialogFormVisible = true">{{$t('ios.jujue')}}</button> <button class="hollowFixedBtn" @click="dialogFormVisible = true">{{$t('ios.jujue')}}</button>
</div> </div>
<div class="iis_save" v-else-if="noDetail && detail.InvoiceApplyState===1 && (EmployeeId === detail.CreateBy || EmployeeId === 1)"> <div class="iis_save" v-else-if="noDetail && detail.InvoiceApplyState===1 && (EmployeeId === detail.CreateById || EmployeeId === 1)">
<button class="normalBtn" @click="setStatus(2)">{{$t('pub.cancelBtn')}}</button> <button class="normalBtn" @click="setStatus(2)">{{$t('pub.cancelBtn')}}</button>
</div> </div>
<div class="imd_img_box"> <div class="imd_img_box">
......
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