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
83e40c89
Commit
83e40c89
authored
Oct 28, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
dbb0d27c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
85 additions
and
22 deletions
+85
-22
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+12
-3
currency.vue
src/components/FinancialModule/Kingdee/currency.vue
+15
-3
project.vue
src/components/FinancialModule/Kingdee/project.vue
+14
-2
bank.vue
src/components/FinancialModule/Kingdee/suject/bank.vue
+9
-7
cash.vue
src/components/FinancialModule/Kingdee/suject/cash.vue
+8
-1
cost.vue
src/components/FinancialModule/Kingdee/suject/cost.vue
+27
-6
No files found.
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
83e40c89
...
...
@@ -640,7 +640,6 @@
<el-form-item
label=
"交易账户:"
>
<el-button
class=
"hollowFixedBtn"
type=
"primary"
size=
"mini"
@
click=
"typeVisible=true"
>
筛选类型/交易/账户
</el-button>
</el-form-item>
</el-col>
<template
v-if=
"heightQueryBox"
>
<el-col
:span=
"6"
>
...
...
@@ -786,8 +785,18 @@
</el-form-item>
</el-col>
<el-col
:span=
"3"
style=
"padding: 8px 0 0 10px;"
>
<el-button
v-if=
"index==0"
type=
"danger"
circle
size=
"mini"
icon=
"el-icon-circle-plus-outline"
@
click=
"addType(i,index,1)"
></el-button>
<el-button
v-else
type=
"danger"
circle
plain
size=
"mini"
icon=
"el-icon-delete"
@
click=
"addType(i,index,0)"
></el-button>
<el-tooltip
v-if=
"index==0"
class=
"item"
effect=
"dark"
content=
"新增"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"addType(i,index,1)"
size=
"mini"
>
<i
class=
"el-icon-plus"
></i>
</el-button>
</el-tooltip>
<el-tooltip
v-else
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top-start"
>
<el-button
type=
"danger"
circle
@
click=
"addType(i,index,0)"
size=
"mini"
>
<i
class=
"el-icon-delete"
></i>
</el-button>
</el-tooltip>
<!-- <el-button v-if="index==0" type="danger" circle size="mini" icon="el-icon-circle-plus-outline" @click="addType(i,index,1)"></el-button>
<el-button v-else type="danger" circle plain size="mini" icon="el-icon-delete" @click="addType(i,index,0)"></el-button> -->
</el-col>
</el-row>
</div>
...
...
src/components/FinancialModule/Kingdee/currency.vue
View file @
83e40c89
...
...
@@ -86,9 +86,21 @@
{{
item
.
Code
}}
</td>
<td
width=
"150px"
>
<span
class=
"a"
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"clickEdit(item)"
>
编辑
</span>
<span
style=
"cursor: pointer;color:gray;text-decoration:underline;"
@
click=
"DeleteClick(item)"
>
删除
</span>
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"clickEdit(item)"
size=
"mini"
>
<i
class=
"el-icon-edit"
></i>
</el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top-start"
>
<el-button
type=
"danger"
circle
@
click=
"DeleteClick(item)"
size=
"mini"
>
<i
class=
"el-icon-delete"
></i>
</el-button>
</el-tooltip>
</div>
<!--
<span
class=
"a"
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"clickEdit(item)"
>
编辑
</span>
-->
<!--
<span
style=
"cursor: pointer;color:gray;text-decoration:underline;"
@
click=
"DeleteClick(item)"
>
删除
</span>
-->
</td>
</tr>
</table>
...
...
src/components/FinancialModule/Kingdee/project.vue
View file @
83e40c89
...
...
@@ -80,9 +80,21 @@
<td
width=
"260px"
>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
ItemName
}}
</td>
<td
width=
"150px"
>
<span
class=
"a"
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"clickEdit(item)"
size=
"mini"
>
<i
class=
"el-icon-edit"
></i>
</el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top-start"
>
<el-button
type=
"danger"
circle
@
click=
"DeleteClick(item)"
size=
"mini"
>
<i
class=
"el-icon-delete"
></i>
</el-button>
</el-tooltip>
</div>
<!--
<span
class=
"a"
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"clickEdit(item)"
>
编辑
</span>
<span
style=
"cursor: pointer;color:gray;text-decoration:underline;"
@
click=
"DeleteClick(item)"
>
删除
</span>
<span
style=
"cursor: pointer;color:gray;text-decoration:underline;"
@
click=
"DeleteClick(item)"
>
删除
</span>
-->
</td>
</tr>
</table>
...
...
src/components/FinancialModule/Kingdee/suject/bank.vue
View file @
83e40c89
...
...
@@ -35,13 +35,15 @@
</td>
<td
width=
"150px"
>
<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=
"选择删除"
>
<el-option
v-for=
"(i,indexs) in item.KingdeeList"
:key=
"indexs"
:label=
"i.KingdeeName"
:value=
'i.SubjectId'
></el-option>
</el-select>
-->
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"新增"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"AddR(item)"
size=
"mini"
>
<i
class=
"el-icon-plus"
></i>
</el-button>
</el-tooltip>
</div>
<!--
<span
class=
"a"
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(item)"
>
新增
</span>
-->
<!--
<span
style=
"cursor: pointer;color:red;text-decoration:underline;"
@
click=
"Delete(item)"
>
删除
</span>
-->
</td>
</tr>
...
...
src/components/FinancialModule/Kingdee/suject/cash.vue
View file @
83e40c89
...
...
@@ -34,7 +34,14 @@
</p>
</td>
<td
width=
"150px"
>
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(item)"
>
新增
</span>
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"新增"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"AddR(item)"
size=
"mini"
>
<i
class=
"el-icon-plus"
></i>
</el-button>
</el-tooltip>
</div>
<!--
<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 @
83e40c89
...
...
@@ -203,8 +203,15 @@
</p>
</td>
<td
width=
"50px"
>
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(grSon)"
>
新增
</span>
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"新增"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"AddR(grSon)"
size=
"mini"
>
<i
class=
"el-icon-plus"
></i>
</el-button>
</el-tooltip>
</div>
<!--
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(grSon)"
>
新增
</span>
-->
</td>
</tr>
</tbody>
...
...
@@ -223,8 +230,15 @@
</p>
</td>
<td
width=
"50px"
>
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(son)"
>
新增
</span>
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"新增"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"AddR(son)"
size=
"mini"
>
<i
class=
"el-icon-plus"
></i>
</el-button>
</el-tooltip>
</div>
<!--
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(son)"
>
新增
</span>
-->
</td>
</
template
>
</tr>
...
...
@@ -245,8 +259,15 @@
</p>
</td>
<td>
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(item)"
>
新增
</span>
<div
style=
"padding: 3px 0;"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"新增"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
@
click=
"AddR(item)"
size=
"mini"
>
<i
class=
"el-icon-plus"
></i>
</el-button>
</el-tooltip>
</div>
<!--
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(item)"
>
新增
</span>
-->
</td>
</
template
>
</tr>
...
...
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