Commit 4b852bb5 authored by youjie's avatar youjie

no message

parent e1eebb43
......@@ -130,14 +130,14 @@
</style>
<template>
<div class="dianshangannualRatio" ref="barparent">
<div class="el-card__header">
<span>金蝶科目</span>
<div style="display: flex;flex-direction: row;align-items: center">
<!---->
<el-button type="primary" class="el-button--small" @click="outerVisible=true">导入</el-button>
</div>
<div class="query-box" style="border: 0;padding: 0;">
<ul class="clearfix">
<li class="hight_query">
<button class="normalBtn" @click="outerVisible=true">导入</button>
</li>
</ul>
</div>
<div class="cm_content _scrollbar" style="position: absolute;top:83px;bottom: 100px;left: 15px;right:15px;overflow-y: scroll;">
<div class="cm_content _scrollbar" style="position: absolute;top:20px;bottom: 100px;left: 15px;right:15px;overflow-y: scroll;">
<table class="po_content singeRowTable"
style="border:1px solid #E6E6E6;margin-top: 0;" cellspacing="0"
......
<style scoped>
.suject-title-box {
border-bottom: 1px solid #dedede;
/* border-bottom: 1px solid #dedede; */
}
.suject-title-box span {
......@@ -11,8 +11,8 @@
}
.suject-title-box span.active {
color: #2961fe;
border-bottom: 2px solid #2961fe;
color: #E95252;
border-bottom: 2px solid #E95252;
}
._vMG_edit {
......@@ -59,40 +59,29 @@
<template>
<div class="dianshangannualRatio" ref="barparent">
<div class="el-card__header">
<span>科目对照表</span>
<div style="display: flex;flex-direction: row;align-items: center">
<el-button type="primary" class="el-button--small" @click="title='关联',outerVisible=true,clickDaoRu(11)">关联导入</el-button>
<el-button type="primary" class="el-button--small">
<template v-slot:default>
<a style="color:#fff;width:84px;" :href="downList">导入模板下载</a>
</template></el-button>
<div class="suject-title-box">
<span v-for="(item,index) in titleList" :key="index" :class="{'active':item.Id==titleType}"
@click="clickTitle(item)">
{{item.Name}}
</span>
</div>
</div>
<div class="query-box">
<ul>
<li>
<!-- <q-btn color="primary" size="11px" label="关联导入"  @click="title='关联',outerVisible=true,clickDaoRu(14)"
style="marginRight:10px" /> -->
<!-- <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">
<template v-slot:default>
<div class="query-box" style="border: 0;padding: 0;">
<ul class="clearfix">
<li class="hight_query">
<button class="hollowFixedBtn" @click="title='关联',outerVisible=true,clickDaoRu(11)">关联导入</button>
<button class="normalBtn">
<template v-slot:default>
<a style="color:#fff;width:84px;" :href="downList">导入模板下载</a>
</template>
</q-btn> -->
</button>
</li>
</ul>
<div class="suject-title-box">
<span v-for="(item,index) in titleList" :key="index" :class="{'active':item.Id==titleType}"
@click="clickTitle(item)">
{{item.Name}}
</span>
</div>
</ul>
</div>
<div class="cm_content _scrollbar"
style="position: absolute;top:117px;bottom: 0;left: 15px;right:15px;overflow-y: scroll;">
style="position: absolute;top:63px;bottom: 0;left: 15px;right:15px;overflow-y: scroll;">
<!-- 银行 -->
<bankForm v-if="titleType==2" :list="RBankList" :loading="loading" @clickEdit="clickEdit" @success="getList"
:type="titleType"></bankForm>
......@@ -117,10 +106,8 @@
<p class="_tit">{{text}}</p>
</el-col>
<el-col :span="4" class="_add_saveBtn">
<el-button type="primary" class="el-button--small" @click="addLoading?submitForm('addMsg'):''">{{$t('pub.saveBtn')}}</el-button>
<el-button class="el-button--small" @click="cancelEdit(),resetForm('addMsg'),addShow=false">{{$t('pub.cancelBtn')}}</el-button>
<!-- <q-btn color="primary" size="11px" :label="$t('pub.saveBtn')" @click="addLoading?submitForm('addMsg'):''" style="marginRight:10px" />
<q-btn text-color="primary" size="11px" :label="$t('pub.cancelBtn')" @click="cancelEdit(),resetForm('addMsg'),addShow=false" /> -->
<button class="normalBtn" @click="addLoading?submitForm('addMsg'):''">{{$t('pub.saveBtn')}}</button>
<button class="hollowFixedBtn" @click="cancelEdit(),resetForm('addMsg'),addShow=false">{{$t('pub.cancelBtn')}}</button>
</el-col>
</el-row>
<el-form class="clearfix" :model="addMsg" ref="addMsg" :rules="rules" label-width="100px">
......
......@@ -59,15 +59,15 @@
</style>
<template>
<div class="dianshangannualRatio" ref="barparent">
<div class="el-card__header">
<span>金蝶币种</span>
<div style="display: flex;flex-direction: row;align-items: center">
<!---->
<el-button type="primary" class="el-button--small" @click="resetForm('addMsg'),clickEdit()">新增</el-button>
</div>
<div class="query-box" style="border: 0;padding: 0;">
<ul class="clearfix">
<li class="hight_query">
<button class="hollowFixedBtn" @click="resetForm('addMsg'),clickEdit()">新增</button>
</li>
</ul>
</div>
<div class="cm_content _scrollbar"
style="position: absolute;top:83px;bottom: 20px;left: 15px;right:15px;overflow-y: scroll;background: #ffffff;">
style="position: absolute;top:20px;bottom: 20px;left: 15px;right:15px;overflow-y: scroll;background: #ffffff;">
<table class="po_content singeRowTable"
style="border:1px solid #E6E6E6;margin-top:0" cellspacing="0"
cellpadding="0" v-loading="loading">
......@@ -86,9 +86,9 @@
{{item.Code}}
</td>
<td width="150px">
<span class="a" style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px"
<span class="a" style="cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@click="clickEdit(item)">编辑</span>
<span style="cursor: pointer;color:red;text-decoration:underline;" @click="DeleteClick(item)">删除</span>
<span style="cursor: pointer;color:gray;text-decoration:underline;" @click="DeleteClick(item)">删除</span>
</td>
</tr>
</table>
......@@ -102,8 +102,8 @@
<p class="_tit">{{text}}</p>
</el-col>
<el-col :span="4" class="_add_saveBtn">
<el-button  type="primary" size="small" @click="addLoading?submitForm('addMsg'):''" style="marginRight:10px" >{{$t('pub.saveBtn')}}</el-button>
<el-button  size="small" @click="cancelEdit(),resetForm('addMsg'),addShow=false" >{{$t('pub.cancelBtn')}}</el-button>
<el-button  class="normalBtn" @click="addLoading?submitForm('addMsg'):''" style="marginRight:10px" >{{$t('pub.saveBtn')}}</el-button>
<el-button class="hollowFixedBtn"  @click="cancelEdit(),resetForm('addMsg'),addShow=false" >{{$t('pub.cancelBtn')}}</el-button>
</el-col>
</el-row>
<el-form class="clearfix" :model="addMsg" ref="addMsg" :rules="rules" label-width="100px">
......
......@@ -59,14 +59,17 @@
</style>
<template>
<div class="dianshangannualRatio" ref="barparent">
<div class="el-card__header">
<span>金蝶项目</span>
<div style="display: flex;flex-direction: row;align-items: center">
<el-button type="primary" class="el-button--small" @click="resetForm('addMsg'),clickEdit()">新增</el-button>
</div>
</div>
<div class="query-box" style="border: 0;padding: 0;">
<ul class="clearfix">
<li class="hight_query">
<button class="hollowFixedBtn" @click="resetForm('addMsg'),clickEdit()">新增</button>
</li>
</ul>
</div>
<div class="cm_content _scrollbar"
style="position: absolute;top:63px;bottom: 20px;left: 15px;right:15px;overflow-y: scroll;">
style="position: absolute;top:0;bottom: 20px;left: 15px;right:15px;overflow-y: scroll;">
<table class="po_content singeRowTable"
style="border:1px solid #E6E6E6;" cellspacing="0"
cellpadding="0" v-loading="loading">
......@@ -79,9 +82,9 @@
<td width="260px">{{item.BranchName}}</td>
<td>{{item.ItemName}}</td>
<td width="150px">
<span class="a" style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px"
<span class="a" style="cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@click="clickEdit(item)">编辑</span>
<span style="cursor: pointer;color:red;text-decoration:underline;" @click="DeleteClick(item)">删除</span>
<span style="cursor: pointer;color:gray;text-decoration:underline;" @click="DeleteClick(item)">删除</span>
</td>
</tr>
</table>
......@@ -95,8 +98,8 @@
<p class="_tit">{{text}}</p>
</el-col>
<el-col :span="4" class="_add_saveBtn">
<el-button type="primary" class="el-button--small" @click="addLoading?submitForm('addMsg'):''">{{$t('pub.saveBtn')}}</el-button>
<el-button class="el-button--small" @click="cancelEdit(),resetForm('addMsg'),addShow=false">{{$t('pub.cancelBtn')}}</el-button>
<button class="normalBtn" @click="addLoading?submitForm('addMsg'):''">{{$t('pub.saveBtn')}}</button>
<button class="hollowFixedBtn" @click="cancelEdit(),resetForm('addMsg'),addShow=false">{{$t('pub.cancelBtn')}}</button>
</el-col>
</el-row>
<el-form class="clearfix" :model="addMsg" ref="addMsg" :rules="rules" label-width="100px">
......
......@@ -35,7 +35,7 @@
</td>
<td width="150px">
<span class="a" style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px"
<span class="a" style="cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@click="AddR(item)">新增</span>
<!-- <el-select v-if="item.KingdeeList.length>0" style="width:100px" size="mini"
v-model="item.SubjectId" @change="Delete($event,item)" placeholder="选择删除">
......
......@@ -34,7 +34,7 @@
</p>
</td>
<td width="150px">
<span style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px" @click="AddR(item)">新增</span>
<span style="cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px" @click="AddR(item)">新增</span>
</td>
</tr>
</table>
......
......@@ -203,7 +203,7 @@
</p>
</td>
<td width="50px">
<span style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px"
<span style="cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@click="AddR(grSon)">新增</span>
</td>
</tr>
......@@ -223,7 +223,7 @@
</p>
</td>
<td width="50px">
<span style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px"
<span style="cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@click="AddR(son)">新增</span>
</td>
</template>
......@@ -245,7 +245,7 @@
</p>
</td>
<td>
<span style="cursor: pointer;color:blue;text-decoration:underline;margin-right: 5px"
<span style="cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@click="AddR(item)">新增</span>
</td>
</template>
......
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