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
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
...
...
@@ -485,244 +485,228 @@
<
template
>
<div
class=
"dianshangannualRatio"
ref=
"barparent"
>
<div
class=
"el-card__header"
>
<span>
金蝶导出查询
</span>
<div
style=
"display: flex;flex-direction: row;align-items: center"
>
</div>
</div>
<div
class=
"query-box"
style=
"padding: 0 0 10px 0;"
>
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-form
class=
"_info_box"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
<!--
<el-col
:span=
"4"
>
<el-form-item
label=
"公司:"
>
<el-select
filterable
v-model=
'msg.KingdeeBranchId'
placeholder=
"请选择公司"
@
keyup
.
native=
"checkInteger(msg,'RB_Branch_Id')"
>
<el-option
v-for=
"(item,index) in TheAliasList"
:label=
"item.Name"
:value=
'item.Id'
:key=
"index"
>
<el-row
style=
"padding:0;"
>
<!--
<el-col
:span=
"4"
>
<el-form-item
label=
"公司:"
>
<el-select
filterable
v-model=
'msg.KingdeeBranchId'
placeholder=
"请选择公司"
@
keyup
.
native=
"checkInteger(msg,'RB_Branch_Id')"
>
<el-option
v-for=
"(item,index) in TheAliasList"
:label=
"item.Name"
:value=
'item.Id'
:key=
"index"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
-->
<el-col
:span=
"4"
>
<el-form-item
label=
"凭证字:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FinanceName"
clearable
maxlength=
"-1"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"单号:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
maxlength=
"-1"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"团队编号:"
>
<el-input
v-model=
"msg.TCNUM"
class=
""
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"所属公司:"
>
<!-- multiple BranchIds-->
<el-select
style=
"width: 100%;"
filterable
collapse-tags
v-model=
'msg.RB_Branch_Id'
@
change=
"getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment()"
class=
""
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.BName'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
-->
<el-col
:span=
"4"
>
<el-form-item
label=
"凭证字:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FinanceName"
clearable
maxlength=
"-1"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"单号:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
maxlength=
"-1"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"团队编号:"
>
<el-input
v-model=
"msg.TCNUM"
class=
""
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"所属公司:"
>
<!-- multiple BranchIds-->
<el-select
style=
"width: 100%;"
filterable
collapse-tags
v-model=
'msg.RB_Branch_Id'
@
change=
"getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',msg.UpdateBy='',getDepartment()"
class=
""
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.BName'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"费用部门:"
>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
@
change=
"employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(msg.RB_Depart_Id),msg.UpdateBy=''"
class=
""
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in DepartmentList'
:label=
'item.DepartmentName'
:value=
'item.DepartmentID'
:key=
'item.DepartmentID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"3"
>
<el-form-item
label=
"制单人员:"
>
<el-select
filterable
v-model=
'msg.UpdateBy'
class=
""
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in EmployeeList'
:label=
'item.EmName'
:value=
'item.EmployeeId'
:key=
'item.EmployeeId'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"单据类型:"
>
<el-select
filterable
v-model=
'msg.Type'
class=
""
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"收入"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"支出"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"费用类型:"
>
<el-select
filterable
v-model=
'msg.CostTypeID'
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
"item in GetCostTypeList"
:key=
"item.ID"
:value=
"item.ID"
:label=
"item.Name"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"4"
>
<el-form-item
label=
"账户类型:"
>
<el-select
filterable
v-model=
'msg.AccountType'
>
<el-option
value=
""
label=
"不限"
></el-option>
<el-option
v-for=
'item in AccList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
-->
<!--
<el-col
:span=
"4"
@
click=
"typeVisible=true"
>
<el-form-item
label=
"交易方式:"
>
<el-select
filterable
v-model=
'msg.TradeWay'
@
change=
"getAccountList(msg.AccountType,msg.TradeWay),msg.ClientID=''"
>
<el-option
value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in BranchAccountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
-->
<!--
<el-col
:span=
"8"
@
click=
"typeVisible=true"
>
<el-form-item
label=
"收付款账户:"
>
<el-row>
<el-col
:span=
"9"
>
<el-select
filterable
v-model=
'msg.BankID'
>
<el-option
value=
""
label=
"不限"
></el-option>
<el-option
v-for=
'item in accountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"13"
>
<q-btn
class=
"q-ml-lg"
color=
"primary"
size=
"9px"
label=
"选择交易/账户"
@
click=
"typeVisible=true"
/>
<el-col
:span=
"4"
>
<el-form-item
label=
"费用部门:"
>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
@
change=
"employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(msg.RB_Depart_Id),msg.UpdateBy=''"
class=
""
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in DepartmentList'
:label=
'item.DepartmentName'
:value=
'item.DepartmentID'
:key=
'item.DepartmentID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"3"
>
<el-form-item
label=
"制单人员:"
>
<el-select
filterable
v-model=
'msg.UpdateBy'
class=
""
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in EmployeeList'
:label=
'item.EmName'
:value=
'item.EmployeeId'
:key=
'item.EmployeeId'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"单据类型:"
>
<el-select
filterable
v-model=
'msg.Type'
class=
""
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"收入"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"支出"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"费用类型:"
>
<el-select
filterable
v-model=
'msg.CostTypeID'
>
<el-option
:value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
"item in GetCostTypeList"
:key=
"item.ID"
:value=
"item.ID"
:label=
"item.Name"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"4"
>
<el-form-item
label=
"账户类型:"
>
<el-select
filterable
v-model=
'msg.AccountType'
>
<el-option
value=
""
label=
"不限"
></el-option>
<el-option
v-for=
'item in AccList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
-->
<!--
<el-col
:span=
"4"
@
click=
"typeVisible=true"
>
<el-form-item
label=
"交易方式:"
>
<el-select
filterable
v-model=
'msg.TradeWay'
@
change=
"getAccountList(msg.AccountType,msg.TradeWay),msg.ClientID=''"
>
<el-option
value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in BranchAccountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
-->
<!--
<el-col
:span=
"8"
@
click=
"typeVisible=true"
>
<el-form-item
label=
"收付款账户:"
>
<el-row>
<el-col
:span=
"9"
>
<el-select
filterable
v-model=
'msg.BankID'
>
<el-option
value=
""
label=
"不限"
></el-option>
<el-option
v-for=
'item in accountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-col>
<el-col
:span=
"13"
>
<q-btn
class=
"q-ml-lg"
color=
"primary"
size=
"9px"
label=
"选择交易/账户"
@
click=
"typeVisible=true"
/>
</el-col>
</el-row>
</el-form-item>
</el-col>
-->
<el-col
:span=
"4"
>
<el-form-item
label=
"排序:"
>
<el-select
filterable
v-model=
'msg.Sort'
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
<el-option
key=
"0"
value=
"0"
label=
"团期"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"汇款日期"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"单号"
></el-option>
<el-option
key=
"3"
value=
"3"
label=
"交易流水号"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"模板类型:"
>
<el-select
v-model=
"msg.TemplateId"
filterable
>
<el-option
value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in TemplateGetList'
:label=
'item.Name'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"审核状态:"
>
<el-select
filterable
v-model=
'msg.Status'
class=
""
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
<el-option
key=
"0"
value=
"0"
label=
"暂存"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"审核中"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"通过"
></el-option>
<el-option
key=
"3"
value=
"3"
label=
"驳回"
></el-option>
<el-option
key=
"4"
value=
"4"
label=
"作废"
></el-option>
<el-option
key=
"5"
value=
"5"
label=
"出纳暂存"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<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"
>
<el-form-item
label=
"币种类型:"
>
<el-select
filterable
v-model=
'msg.CurrencyId'
>
<el-option
key=
"0"
value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
"item in currencyTypeList"
:key=
"item.ID"
:value=
"item.ID"
:label=
"item.Name"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"订单编号:"
>
<el-input
v-model=
"msg.OrderID"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"金额:"
>
<el-input
v-model=
"msg.sMoney"
class=
"w64d5"
style=
"width: 47%;"
@
keyup
.
native=
"checkPrice(msg,'sMoney')"
clearable
></el-input>
-
<el-input
v-model=
"msg.eMoney"
@
keyup
.
native=
"checkPrice(msg,'eMoney')"
class=
"w64d5"
style=
"width: 47%;"
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"制单日期:"
>
<el-date-picker
style=
"width: 100%;"
class=
"h34"
@
change=
"timeAdd(1)"
v-model=
"productionDate"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"交易日期:"
>
<el-date-picker
class=
"h34"
style=
"width: 100%;"
v-model=
"transactionDate"
@
change=
"timeAdd(3)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"开班日期:"
>
<el-date-picker
class=
"h34"
style=
"width: 100%;"
v-model=
"missionDate"
@
change=
"timeAdd(4)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"备注查询:"
>
<el-input
v-model=
"msg.Remark"
clearable
></el-input>
</el-form-item>
</el-col>
</
template
>
<el-col
:span=
"heightQueryBox?6:24"
>
</el-col>
</el-row>
</el-form-item>
</el-col>
-->
<el-col
:span=
"4"
>
<el-form-item
label=
"排序:"
>
<el-select
filterable
v-model=
'msg.Sort'
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
<el-option
key=
"0"
value=
"0"
label=
"团期"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"汇款日期"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"单号"
></el-option>
<el-option
key=
"3"
value=
"3"
label=
"交易流水号"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"模板类型:"
>
<el-select
v-model=
"msg.TemplateId"
filterable
>
<el-option
value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
'item in TemplateGetList'
:label=
'item.Name'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"审核状态:"
>
<el-select
filterable
v-model=
'msg.Status'
class=
""
>
<el-option
key=
"-1"
value=
"-1"
label=
"不限"
></el-option>
<el-option
key=
"0"
value=
"0"
label=
"暂存"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"审核中"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"通过"
></el-option>
<el-option
key=
"3"
value=
"3"
label=
"驳回"
></el-option>
<el-option
key=
"4"
value=
"4"
label=
"作废"
></el-option>
<el-option
key=
"5"
value=
"5"
label=
"出纳暂存"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"交易账户:"
>
<el-button
type=
"primary"
size=
"mini"
@
click=
"typeVisible=true"
>
筛选类型/交易/账户
</el-button>
</el-form-item>
</el-col>
<template
v-if=
"heightQueryBox"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"币种类型:"
>
<el-select
filterable
v-model=
'msg.CurrencyId'
>
<el-option
key=
"0"
value=
"0"
label=
"不限"
></el-option>
<el-option
v-for=
"item in currencyTypeList"
:key=
"item.ID"
:value=
"item.ID"
:label=
"item.Name"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"订单编号:"
>
<el-input
v-model=
"msg.OrderID"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"金额:"
>
<el-input
v-model=
"msg.sMoney"
class=
"w64d5"
style=
"width: 47%;"
@
keyup
.
native=
"checkPrice(msg,'sMoney')"
clearable
></el-input>
-
<el-input
v-model=
"msg.eMoney"
@
keyup
.
native=
"checkPrice(msg,'eMoney')"
class=
"w64d5"
style=
"width: 47%;"
clearable
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"制单日期:"
>
<el-date-picker
style=
"width: 100%;"
class=
"h34"
@
change=
"timeAdd(1)"
v-model=
"productionDate"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"交易日期:"
>
<el-date-picker
class=
"h34"
style=
"width: 100%;"
v-model=
"transactionDate"
@
change=
"timeAdd(3)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"开班日期:"
>
<el-date-picker
class=
"h34"
style=
"width: 100%;"
v-model=
"missionDate"
@
change=
"timeAdd(4)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"备注查询:"
>
<el-input
v-model=
"msg.Remark"
clearable
></el-input>
</el-form-item>
</el-col>
</
template
>
<el-col
:span=
"heightQueryBox?6:24"
>
<ul
class=
"clearfix"
style=
"padding: 5px 0 0 0;"
>
<div
class=
"hight_query"
style=
"text-align: right;width: 100%;"
>
<span>
<span
style=
"cursor: pointer;"
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
高级查询
<i
class=
"iconfont icon-gengduo q-mr-lg"
></i></span>
</span>
<el-button
type=
"primary"
size=
"small"
@
click=
"resetPageIndex(),getPageList()"
style=
"margin-left:10px"
>
{{$t('pub.searchBtn')}}
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"method5()"
>
导出
</el-button>
</div>
</ul>
</el-col>
</el-row>
</el-form>
<!-- <ul class="clearfix">
<div class="hight_query" style="text-align: right;">
</el-form>
</div>
<div
class=
"query-box"
style=
"padding: 0 0 10px 0;"
>
<ul
class=
"clearfix"
style=
"padding: 5px 0 0 0;"
>
<li
class=
"hight_query"
style=
"text-align: right;width: 100%;"
>
<span>
<
span style="cursor: pointer;" @click.stop="heightQueryBox=!heightQueryBox">高级查询 <i class="iconfont icon-gengduo q-mr-lg"></i></span
>
<
em
style=
"cursor: pointer;"
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
高级查询
<i
class=
"iconfont icon-gengduo q-mr-lg"
></i></em
>
</span>
<el-button type="primary" size="small" @click="resetPageIndex(),getPageList()" style="margin-left:10px">
{{$t('pub.searchBtn')}}
</el-button>
<el-button type="primary" size="small" @click="method5()" >导出</el-button>
</div>
</ul> -->
<button
class=
"hollowFixedBtn"
@
click=
"resetPageIndex(),getPageList()"
>
{{$t('pub.searchBtn')}}
</button>
<el-button
class=
"normalBtn"
@
click=
"method5()"
>
导出
</el-button>
</li>
</ul>
</div>
<div
class=
"_fnDm_content"
v-loading=
'loading'
>
<div>
...
...
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