Commit 2e04eb9c authored by youjie's avatar youjie

no message

parent fe27ffd8
......@@ -708,6 +708,10 @@
<button class="normalBtn" @click="method5()">导出</button>
</li>
</ul>
<div style="text-align: right;">
<button class="normalBtn" @click="method5(11)">核算项目校对导入</button>
<button class="hollowFixedBtn" @click="method5(1)">核算项目校对导入出</button>
</div>
</div>
<div class="_fnDm_content" v-loading='loading'>
<div>
......@@ -1241,7 +1245,14 @@
}else{
this.msg.BranchIds = ''
}
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls");
if(type==11){
this.msg.type = 11
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdeeItem", this.msg, "核算项目校对导入.xls");
}else if(type==1){
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdeeItem", this.msg, "核算项目校对导出.xls");
}else{
this.GetLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls");
}
},
financeRemove(id) { //作废
this.$confirm('是否对申请单进行作废操作?作废后不可恢复!', '提示', {
......
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