Commit d47abeaf authored by youjie's avatar youjie

no message

parent fe189331
...@@ -62,11 +62,11 @@ ...@@ -62,11 +62,11 @@
<ul> <ul>
<li> <li>
<q-btn color="primary" size="11px" label="关联导入"  @click="title='关联',outerVisible=true,clickDaoRu(11)" <q-btn color="primary" size="11px" label="关联导入"  @click="title='关联',outerVisible=true,clickDaoRu(14)"
style="marginRight:10px" /> style="marginRight:10px" />
<q-btn color="primary" size="11px" label="支出导入"  @click="title='支出',outerVisible=true,clickDaoRu(12)" <!-- <q-btn color="primary" size="11px" label="支出导入"  @click="title='支出',outerVisible=true,clickDaoRu(12)"
style="marginRight:10px" /> style="marginRight:10px" />
<q-btn color="primary" size="11px" label="收入导入"  @click="title='收入',outerVisible=true,clickDaoRu(13)" /> <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> <template v-slot:default>
<a style="color:#fff;width:84px;" :href="downList">导入模板下载</a> <a style="color:#fff;width:84px;" :href="downList">导入模板下载</a>
......
...@@ -139,12 +139,8 @@ ...@@ -139,12 +139,8 @@
</template> </template>
<script> <script>
import { import {
getSchoolDropdown, getSchoolDropdown
getTeacherDropDownList
} from '../../../api/school/index' } from '../../../api/school/index'
import bankForm from './suject/bank'
import cashForm from './suject/cash'
import costForm from './suject/cost'
export default { export default {
components: { components: {
bankForm, bankForm,
...@@ -218,7 +214,7 @@ ...@@ -218,7 +214,7 @@
ok: "确定", ok: "确定",
cancel: "取消", cancel: "取消",
}).onOk(() => { }).onOk(() => {
this.apipost('Financial_post_DelKingdeeCurrency',msg, res => { this.apipost('Financial_post_DelKingdeeItem',msg, res => {
if(res.data.resultCode == 1) { if(res.data.resultCode == 1) {
this.$q.notify({ this.$q.notify({
icon: 'iconfont icon-chenggong', icon: 'iconfont icon-chenggong',
......
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