Commit 98fe2d9f authored by youjie's avatar youjie

no message

parent 3e72bab4
......@@ -1107,7 +1107,12 @@
},
getPageList() { // 获取列表数据
this.loading = true;
// Financial_post_GetALLPageList
if(this.msg.FrID===''){
this.msg.FrID = 0
}
if(this.msg.FinanceName===''){
this.msg.FinanceName = '记'
}
this.apipost('Financial_post_GetFinanceToKingdeePageList', this.msg, res => {
if (res.data.resultCode == 1) {
let data = res.data.data.pageData;
......@@ -1128,6 +1133,7 @@
},
method5: function () {
if (!this.msg.FinanceName) return this.Error(this.$t('请输入凭证字'));
if (!this.msg.FinanceName) this.msg.FinanceName = '记';
if (!this.msg.ClientID) this.msg.ClientID = 0;
if (!this.msg.ClientType) this.msg.ClientType = 0;
if (!this.msg.CurrencyId) this.msg.CurrencyId = 0;
......@@ -1145,7 +1151,7 @@
if (!this.msg.AccountType) this.msg.AccountType = 0;
if (!this.msg.KJCostTypeId) this.msg.KJCostTypeId = 0;
if (!this.msg.IsSelectKJSetCostType) this.msg.IsSelectKJSetCostType = 0;
this.GetErpLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶收支查询.xls");
this.GetErpLocalFile("Financial_post_DownLoadFinanceToKingdee", this.msg, "金蝶数据导出.xls");
},
financeRemove(id) { //作废
this.$confirm('是否对申请单进行作废操作?作废后不可恢复!', '提示', {
......
......@@ -67,11 +67,11 @@
<!-- <q-btn color="primary" size="11px" label="支出导入"  @click="title='支出',outerVisible=true,clickDaoRu(12)"
style="marginRight:10px" />
<q-btn color="primary" size="11px" label="收入导入"  @click="title='收入',outerVisible=true,clickDaoRu(13)" /> -->
<!-- <q-btn color="primary" size="11px">
<q-btn color="primary" size="11px">
<template v-slot:default>
<a style="color:#fff;width:84px;" :href="downList">导入模板下载</a>
</template>
</q-btn> -->
</q-btn>
</li>
</ul>
<div class="suject-title-box">
......@@ -229,8 +229,8 @@
}
},
created() {
this.downList = this.domainManager().LocalTemplateFileDownLoadUrl + "/ExportFile/金蝶科目关联导入-甲鹤专用.xlsx";
this.getList();
// this.GetKingdeeSubjectList()
this.Financial_post_GetEduBranchEnumList()
},
mounted() {
......@@ -342,7 +342,7 @@
// '&RB_Group_id=' + userInfo.Group_Id;
this.importFileUrl2 = this.domainManager().UploadFileUrl +
`?cmd=dmc_post_LocalFileUpload&KingdeeBId=0&Type=${type}&fileType=1&fileLimit=10&EmployeeId=${userInfo.Id}&RB_Group_id=${userInfo.Group_Id}`;
this.downList = this.domainManager().LocalTemplateFileDownLoadUrl + "/Upload/Template/未认款导入模板.xls";
},
beforeAvatarUpload(file) {
return;
......
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