Commit 9e17a147 authored by youjie's avatar youjie

no message

parent 4ba69006
......@@ -64,8 +64,15 @@
</div>
</div>
<div v-show="tableShow1" class="sanjiao-box _padding_20_15">
<div v-if="IsFinancePermission">
<div v-if="IsFinancePermission" style="margin-bottom: 5px;">
<span class="cd_btn" @click="sureAccount()">对账确认 &nbsp;&nbsp;</span>
<span style="color: red;">
*
</span>
<el-date-picker format="yyyy-MM" value-format="yyyy-MM"
clearable class="w190 _border_b_1" v-model="Area_Name" type="datetime"
:placeholder="$t('pub.date')" align="right">
</el-date-picker>
<!-- <span class="cd_btn" @click="advanceToExcel()">导出Excel</span> -->
</div>
<table border="1" class="czBillModule _border_color_b Receipt_table" bordercolor="#c94052" style="border-collapse:collapse;width: 100%;" v-loading='loading'>
......@@ -250,6 +257,7 @@ export default {
ECommerceGoodsModel:{},
ReceiptModel:{},
IsFinancePermission:false,
Area_Name: '',
}
},watch:{
......@@ -280,7 +288,9 @@ export default {
this.$message.error("请选择财务单据!")
return
}
this.apipost("Financial_post_SetAdvanceMatchChecked", {FinanceIds: financeIds}, res => {
this.apipost("Financial_post_SetAdvanceMatchChecked", {
FinanceIds: financeIds,
Area_Name: this.Area_Name}, res => {
if (res.data.resultCode == 1) {
this.$message.success(res.data.message);
this.getczTableList();
......
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