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
d3fcbaea
Commit
d3fcbaea
authored
Oct 26, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4f521377
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
207 deletions
+3
-207
index.vue
src/components/FinancialModule/PlatformAccount/index.vue
+3
-207
No files found.
src/components/FinancialModule/PlatformAccount/index.vue
View file @
d3fcbaea
<
template
>
<div
class=
"flexOne page_PlatformAccount"
>
<div
class=
"query-box"
>
<!--
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"账户别名"
>
<el-input
v-model=
"msg.Alias"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"所属机构"
>
<el-select
filterable
v-model=
"msg.BackId"
>
<el-option
label=
"不限"
value=
"-1"
></el-option>
<el-option
v-for=
"item in FinancialList"
v-if=
"item.Type == 1"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.ID"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"账户类型"
>
<el-select
filterable
v-model=
"msg.TypeId"
>
<el-option
label=
"不限"
value=
"-1"
></el-option>
<el-option
v-for=
"item in AccountTypeList"
:label=
"item.Name"
:value=
"item.ID"
:key=
"item.ID"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
label=
"所属公司"
>
<el-select
filterable
v-model=
"msg.RB_Branch_Id"
>
<el-option
label=
"不限"
value=
"-2"
></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-row>
</el-form>
-->
<ul>
<li>
<!--
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"查询"
@
click=
"resetPageIndex(),getList()"
>
-->
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"addShow=true,text=$t('pub.addBtn'),ed=false,isLookPlatformAccountPwd=true"
>
<input
type=
"button"
class=
"normalBtn"
@
click=
"downMuban()"
:value=
"$t('visa.v_daochu')"
>
</li>
</ul>
</div>
<!--
<div
class=
"cm_content _scrollbar"
:class=
"addShow==true||addCuren==false?'_edHeight':''"
>
<p
class=
"_tips"
>
以下汇率系统将每隔30分钟实时更新一次
</p>
<div
class=
"clearfix"
v-loading=
"loading"
>
<div
class=
"instMg_list_item"
v-for=
"(item,index) in DataList"
>
<div
class=
"_top"
>
<img
v-if=
"!item.BankIcon"
style=
"width:100%"
src=
"../../assets/img/bg_c1@2x.png"
alt
>
<img
v-else
:src=
"item.BankIcon"
alt
>
</div>
<div
class=
"_bt"
>
<div
class=
"_bt_t"
>
<p>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.Alias"
placement=
"top-start"
>
<span
class=
"max_w200"
>
{{
item
.
Alias
}}
</span>
</el-tooltip>
</p>
<div
class=
"_btt_b"
>
<div>
<p
class=
"over_ellipsis"
>
<i
class=
"iconfont icon-img-ren"
></i>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.Accountholder"
placement=
"top-start"
>
<span>
{{
item
.
Accountholder
}}
</span>
</el-tooltip>
</p>
<p>
{{
item
.
TypeName
}}
</p>
</div>
<div
class=
"clearfix"
>
<p
class=
"PingFangSC over_ellipsis fl"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.PlatformNo"
placement=
"top-start"
>
<span>
{{
item
.
PlatformNo
}}
</span>
</el-tooltip>
</p>
<p
class=
"PingFangCom fl"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.Commission"
placement=
"top-start"
>
<span>
{{
item
.
Commission
}}
</span>
</el-tooltip>
</p>
</div>
</div>
</div>
<div
class=
"_bt_b"
>
<p>
<span
class=
"_name"
>
账户余额
</span>
<span>
<span
v-if=
"item.IsStandardCurrency!=1"
>
{{
item
.
showB
?
item
.
StandardCurrencyCode
:
item
.
CurrencyCode
}}
</span>
<span
v-else
>
{{
item
.
StandardCurrencyCode
}}
</span>
<span
class=
"fc_green PingFangSC _underline"
@
click=
"item.IsStandardCurrency!=1?goUrl('FineBalance',item.ID,item.Alias):''"
>
{{
item
.
showB
?
moneyFormat
(
item
.
benBalance
):
moneyFormat
(
item
.
Initialbalance
)
}}
</span>
<span
class=
"iconfont icon-qiehuan"
@
click=
"item.showB=!item.showB"
v-if=
"item.IsStandardCurrency!=1"
></span>
<span
v-if=
"item.IsStandardCurrency!=1"
class=
"iconfont icon-ico-renwuyaoqiu"
></span>
</span>
</p>
<p>
<span
class=
"_name"
>
账户币种
</span>
<span
class=
"_bold"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.CurrencyName"
placement=
"top-start"
>
<span
class=
"_max_wd"
>
{{
item
.
CurrencyName
}}
</span>
</el-tooltip>
(
<span
class=
"_bold"
:class=
"item.IsStandardCurrency==1?'fc_green':'fc_red'"
>
{{
item
.
IsStandardCurrency
==
1
?
'本位币'
:
'外币'
}}
</span>
)
<span
class=
"_no_bold"
v-if=
"item.IsStandardCurrency!=1"
>
{{
item
.
CurrentRate
}}
</span>
</span>
</p>
<p>
<span
class=
"_name"
>
所属公司
</span>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.allName"
placement=
"top-end"
>
<span
class=
"_cp_name"
>
<span
class=
"_bold"
v-for=
"(b,bi) in item.BranchName"
>
{{
b
}}
</span>
</span>
</el-tooltip>
</p>
<p
v-if=
"item.IsStandardCurrency!=1"
>
<span
class=
"_name"
>
上期损益
</span>
<span
class=
"fr"
v-if=
"item.ProfitLossMoney&&item.ProfitLossMoney!=0"
:class=
"item.ProfitLossMoney>0?'fc_green':'fc_red'"
>
123123
</span>
<span
class=
"fr"
v-else
>
-
</span>
</p>
<p
v-else
>
</p>
</div>
<p
class=
"_btn"
>
<el-button-group>
<el-button
type=
"primary"
@
click=
"editCurency(item.ID),text='修改',addShow=true,addCuren=true"
>
修改
</el-button>
<el-button
type=
"success"
v-if=
"item.IsStandardCurrency===0"
@
click=
"moneyDate.ProfitLoss=0,cancelEdit(2),addShow=false,addCuren=false,SetProfitLossMsg.AccountID = item.ID,SetProfitLossMsg.CurrencyId=item.CurrencyId,SetProfitLossMsg.initRate=item.CurrentRate,SetProfitLossMsg.Money = item.Money"
>
调汇
</el-button>
<el-button
type=
"info"
v-if=
"item.IsStandardCurrency===0"
@
click=
"goUrl('RemittanceRecord',item.ID,item.Alias,2,item.CurrencyId)"
>
记录
</el-button>
<el-button
type=
"danger"
@
click=
"financeinfoRemove(item.ID,item.Alias)"
>
销户
</el-button>
</el-button-group>
</p>
</div>
</div>
</div>
<div
class=
"noData"
v-show=
"noData"
>
{{
$t
(
'system.content_noData'
)
}}
</div>
<div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
></el-pagination>
</div>
</div>
-->
<v-table
v-if=
"isReady"
is-horizontal-resize
column-width-drag
style=
"width:100%"
:columns=
"columns"
:table-data=
"DataList"
:filter-method=
"filterMethod"
:total=
"total"
:pageSize=
"msg.pageSize"
:pageIndex=
"msg.pageIndex"
:handleCurrentChange=
"handleCurrentChanges"
:multiple-sort=
"multipleSort"
...
...
@@ -381,14 +182,14 @@
<el-input
v-model=
"addMsg.Bond"
maxlength=
"20"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
:gutter=
"35"
>
<
!-- <
el-col :span="4" :gutter="35">
<el-form-item :label="$t('fnc.hetong')">
<el-select filterable v-model="addMsg.HaveContract" class>
<el-option :label="$t('fnc.yhetong')" value=1></el-option>
<el-option :label="$t('fnc.whetong')" value=0></el-option>
</el-select>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"4"
:gutter=
"35"
>
<el-form-item
:label=
"$t('fnc.htshuoming')"
>
<el-input
v-model=
"addMsg.ContraceDateRange"
class
></el-input>
...
...
@@ -721,11 +522,6 @@
required
:
true
,
message
:
'请输入风险上限'
,
trigger
:
"blur"
}],
ContractArray
:
[{
required
:
true
,
message
:
'请上传合同'
,
trigger
:
"change"
}]
},
addCuren
:
true
,
...
...
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