Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
4b852bb5
Commit
4b852bb5
authored
Oct 28, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e1eebb43
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
272 additions
and
298 deletions
+272
-298
LemonCloudSubjects.vue
...components/FinancialModule/Kingdee/LemonCloudSubjects.vue
+7
-7
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+214
-230
SubjectContrast.vue
src/components/FinancialModule/Kingdee/SubjectContrast.vue
+21
-34
currency.vue
src/components/FinancialModule/Kingdee/currency.vue
+11
-11
project.vue
src/components/FinancialModule/Kingdee/project.vue
+14
-11
bank.vue
src/components/FinancialModule/Kingdee/suject/bank.vue
+1
-1
cash.vue
src/components/FinancialModule/Kingdee/suject/cash.vue
+1
-1
cost.vue
src/components/FinancialModule/Kingdee/suject/cost.vue
+3
-3
No files found.
src/components/FinancialModule/Kingdee/LemonCloudSubjects.vue
View file @
4b852bb5
...
...
@@ -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:
83
px;bottom: 100px;left: 15px;right:15px;overflow-y: scroll;"
>
<div
class=
"cm_content _scrollbar"
style=
"position: absolute;top:
20
px;bottom: 100px;left: 15px;right:15px;overflow-y: scroll;"
>
<table
class=
"po_content singeRowTable"
style=
"border:1px solid #E6E6E6;margin-top: 0;"
cellspacing=
"0"
...
...
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
4b852bb5
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/Kingdee/SubjectContrast.vue
View file @
4b852bb5
<
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:
117
px;bottom: 0;left: 15px;right:15px;overflow-y: scroll;"
>
style=
"position: absolute;top:
63
px;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"
>
...
...
src/components/FinancialModule/Kingdee/currency.vue
View file @
4b852bb5
...
...
@@ -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:
83
px;bottom: 20px;left: 15px;right:15px;overflow-y: scroll;background: #ffffff;"
>
style=
"position: absolute;top:
20
px;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"
>
...
...
src/components/FinancialModule/Kingdee/project.vue
View file @
4b852bb5
...
...
@@ -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"
>
...
...
src/components/FinancialModule/Kingdee/suject/bank.vue
View file @
4b852bb5
...
...
@@ -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=
"选择删除"
>
...
...
src/components/FinancialModule/Kingdee/suject/cash.vue
View file @
4b852bb5
...
...
@@ -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>
...
...
src/components/FinancialModule/Kingdee/suject/cost.vue
View file @
4b852bb5
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment