Commit 4b852bb5 authored by youjie's avatar youjie

no message

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