Commit fe8ec0c2 authored by youjie's avatar youjie

no message

parent be864b66
...@@ -709,6 +709,8 @@ ...@@ -709,6 +709,8 @@
</li> </li>
</ul> </ul>
<div style="text-align: right;"> <div style="text-align: right;">
<button class="normalBtn" @click="method5(2)">长团导出</button>
<button class="hollowFixedBtn" @click="method5(3)">短团导出</button>
<button class="normalBtn" @click="outerVisible = true">核算项目校对导入</button> <button class="normalBtn" @click="outerVisible = true">核算项目校对导入</button>
<button class="hollowFixedBtn" @click="method5(1)">核算项目校对导出</button> <button class="hollowFixedBtn" @click="method5(1)">核算项目校对导出</button>
</div> </div>
...@@ -1268,6 +1270,12 @@ ...@@ -1268,6 +1270,12 @@
} }
if(type==1){ if(type==1){
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdeeItem", this.msg, "核算项目校对导出.xls"); this.GetLocalFile("Financial_post_DownLoadFinanceToKingdeeItem", this.msg, "核算项目校对导出.xls");
}if(type==2){
this.msg.FinanceAccountantMergeType = 1
this.GetLocalFile("Financial_post_DownLoadFinanceToTCNum", this.msg, "长团导出.xls");
}if(type==3){
this.msg.FinanceAccountantMergeType = 2
this.GetLocalFile("Financial_post_DownLoadFinanceToTCNum", this.msg, "短团导出.xls");
}else{ }else{
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls"); this.GetLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls");
} }
......
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