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
68a06201
Commit
68a06201
authored
Oct 28, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
83e40c89
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
19 deletions
+0
-19
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+0
-2
currency.vue
src/components/FinancialModule/Kingdee/currency.vue
+0
-3
project.vue
src/components/FinancialModule/Kingdee/project.vue
+0
-4
bank.vue
src/components/FinancialModule/Kingdee/suject/bank.vue
+0
-3
cash.vue
src/components/FinancialModule/Kingdee/suject/cash.vue
+0
-1
cost.vue
src/components/FinancialModule/Kingdee/suject/cost.vue
+0
-6
No files found.
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
68a06201
...
@@ -795,8 +795,6 @@
...
@@ -795,8 +795,6 @@
<i
class=
"el-icon-delete"
></i>
<i
class=
"el-icon-delete"
></i>
</el-button>
</el-button>
</el-tooltip>
</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-col>
</el-row>
</el-row>
</div>
</div>
...
...
src/components/FinancialModule/Kingdee/currency.vue
View file @
68a06201
...
@@ -98,9 +98,6 @@
...
@@ -98,9 +98,6 @@
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
</div>
</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>
</td>
</tr>
</tr>
</table>
</table>
...
...
src/components/FinancialModule/Kingdee/project.vue
View file @
68a06201
...
@@ -92,9 +92,6 @@
...
@@ -92,9 +92,6 @@
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
</div>
</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>
</td>
</tr>
</tr>
</table>
</table>
...
@@ -114,7 +111,6 @@
...
@@ -114,7 +111,6 @@
</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"
>
<el-row>
<el-row>
<!--
<el-col
:span=
"5"
>
<!--
<el-col
:span=
"5"
>
<el-form-item
label=
"金蝶项目类型"
prop=
"BranchId"
>
<el-form-item
label=
"金蝶项目类型"
prop=
"BranchId"
>
<el-select
filterable
v-model=
'addMsg.BranchId'
@
change=
"getType"
>
<el-select
filterable
v-model=
'addMsg.BranchId'
@
change=
"getType"
>
...
...
src/components/FinancialModule/Kingdee/suject/bank.vue
View file @
68a06201
...
@@ -42,9 +42,6 @@
...
@@ -42,9 +42,6 @@
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
</div>
</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>
</td>
</tr>
</tr>
</table>
</table>
...
...
src/components/FinancialModule/Kingdee/suject/cash.vue
View file @
68a06201
...
@@ -41,7 +41,6 @@
...
@@ -41,7 +41,6 @@
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
</div>
</div>
<!--
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(item)"
>
新增
</span>
-->
</td>
</td>
</tr>
</tr>
</table>
</table>
...
...
src/components/FinancialModule/Kingdee/suject/cost.vue
View file @
68a06201
...
@@ -210,8 +210,6 @@
...
@@ -210,8 +210,6 @@
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
</div>
</div>
<!--
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(grSon)"
>
新增
</span>
-->
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
@@ -237,8 +235,6 @@
...
@@ -237,8 +235,6 @@
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
</div>
</div>
<!--
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(son)"
>
新增
</span>
-->
</td>
</td>
</
template
>
</
template
>
</tr>
</tr>
...
@@ -266,8 +262,6 @@
...
@@ -266,8 +262,6 @@
</el-button>
</el-button>
</el-tooltip>
</el-tooltip>
</div>
</div>
<!--
<span
style=
"cursor: pointer;color:#E95252;text-decoration:underline;margin-right: 5px"
@
click=
"AddR(item)"
>
新增
</span>
-->
</td>
</td>
</
template
>
</
template
>
</tr>
</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