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
5d430289
Commit
5d430289
authored
Jan 27, 2024
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
a8e2e278
8e9f6ddf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
861 additions
and
851 deletions
+861
-851
App.vue
src/App.vue
+12
-0
Details.vue
src/components/Details.vue
+4
-3
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+839
-829
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+3
-9
index.vue
src/components/index.vue
+3
-10
No files found.
src/App.vue
View file @
5d430289
...
@@ -44,6 +44,18 @@
...
@@ -44,6 +44,18 @@
chosenOpenMode
,
chosenOpenMode
,
mycareer
mycareer
},
},
watch
:
{
'window.location'
:
{
handler
(
newValue
)
{
if
(
window
.
location
.
ancestorOrigins
.
length
==
0
)
localStorage
.
setItem
(
'typeSystem'
,
0
)
else
localStorage
.
setItem
(
'typeSystem'
,
1
)
console
.
log
(
window
.
location
.
href
)
console
.
log
(
localStorage
.
typeSystem
,
'=-==='
)
},
deep
:
true
,
immediate
:
true
},
},
created
()
{
created
()
{
//注册禁止后退,并且不做卸载
//注册禁止后退,并且不做卸载
// history.go(-1)
// history.go(-1)
...
...
src/components/Details.vue
View file @
5d430289
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"flexDiv"
>
<div
class=
"flexDiv"
>
<div
class=
"secondMenu"
:class=
"
{'big':!isCollapse}">
<div
v-if=
"typeSystem==0"
class=
"secondMenu"
:class=
"
{'big':!isCollapse}">
<div
class=
"secondMenu_l"
>
<div
class=
"secondMenu_l"
>
<div
class=
"menuItem"
>
<div
class=
"menuItem"
>
<el-menu
default-active=
"1"
:background-color=
"!isRed?'#282733':'#FBFBFB'"
<el-menu
default-active=
"1"
:background-color=
"!isRed?'#282733':'#FBFBFB'"
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</div>
</div>
</div>
</div>
<div
class=
"flexParent"
v-if=
"openMode==1"
>
<div
class=
"flexParent"
v-if=
"openMode==1"
>
<div
class=
"nav-tabs-box"
@
contextmenu
.
prevent=
"showRightMenu"
:style=
"{width:`${navWidth}px`}"
>
<div
v-if=
"typeSystem==0"
class=
"nav-tabs-box"
@
contextmenu
.
prevent=
"showRightMenu"
:style=
"{width:`${navWidth}px`}"
>
<el-tabs
v-if=
'tabs && tabs.length>0'
v-model=
"currentTabName"
style=
"margin-left: 120px;"
<el-tabs
v-if=
'tabs && tabs.length>0'
v-model=
"currentTabName"
style=
"margin-left: 120px;"
:closable=
"tabs.length>1"
type=
"card"
@
edit=
"handleTabsEdit"
>
:closable=
"tabs.length>1"
type=
"card"
@
edit=
"handleTabsEdit"
>
<el-tab-pane
:key=
"i"
v-for=
"(item,i) in tabs"
:label=
"item.title"
:name=
"item.name+'_'+i"
>
<el-tab-pane
:key=
"i"
v-for=
"(item,i) in tabs"
:label=
"item.title"
:name=
"item.name+'_'+i"
>
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
typeSystem
:
0
,
msg
:
{
msg
:
{
ParentId
:
""
,
ParentId
:
""
,
MenuStatus
:
"0"
,
MenuStatus
:
"0"
,
...
@@ -992,7 +993,7 @@
...
@@ -992,7 +993,7 @@
window
.
localStorage
.
navTabs
=
JSON
.
stringify
(
this
.
tabs
)
window
.
localStorage
.
navTabs
=
JSON
.
stringify
(
this
.
tabs
)
},
},
created
()
{
created
()
{
this
.
typeSystem
=
localStorage
.
typeSystem
}
}
};
};
...
...
src/components/FinancialModule/FinancialDocuments.vue
View file @
5d430289
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
.page_fnDm
{
.page_fnDm
{
background-color
:
white
;
background-color
:
white
;
}
}
.page_fnDm.active
{
position
:
relative
;
top
:
-30px
}
.query-box
{
.query-box
{
overflow
:
inherit
;
overflow
:
inherit
;
}
}
...
@@ -676,907 +679,912 @@
...
@@ -676,907 +679,912 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"page_fnDm"
@
keyup
.
enter=
"resetPageIndex(),getPageList()"
>
<div>
<ul
class=
"_nav clearfix"
>
<div
class=
"page_fnDm page_RecPayQuer"
<!--
<li
:class=
"active==5?'_active':''"
@
click=
"active=5,msg.Conditon=5,getPageList()"
>
全部
</li>
-->
:class=
"[typeSystem==1?'active':'']"
@
keyup
.
enter=
"resetPageIndex(),getPageList()"
>
<li
:class=
"active==1?'_active':''"
@
click=
"getActive(1,1,-1)"
>
{{
$t
(
'ios.wfqide'
)
}}
</li>
<li
:class=
"active==3?'_active':''"
@
click=
"getActive(3,3)"
>
{{
$t
(
'ios.dwspide'
)
}}
</li>
<ul
class=
"_nav clearfix"
>
<li
:class=
"active==2?'_active':''"
@
click=
"getActive(2,2,-1)"
>
{{
$t
(
'ios.wspide'
)
}}
</li>
<!--
<li
:class=
"active==5?'_active':''"
@
click=
"active=5,msg.Conditon=5,getPageList()"
>
全部
</li>
-->
<li
:class=
"active==6?'_active':''"
@
click=
"getActive(6,6,-1)"
>
{{
$t
(
'ios.wzfeide'
)
}}
</li>
<li
:class=
"active==1?'_active':''"
@
click=
"getActive(1,1,-1)"
>
{{
$t
(
'ios.wfqide'
)
}}
</li>
<li
:class=
"active==7?'_active':''"
@
click=
"getActive(7,7,-1)"
>
{{
$t
(
'ios.bbhuide'
)
}}
<span
<li
:class=
"active==3?'_active':''"
@
click=
"getActive(3,3)"
>
{{
$t
(
'ios.dwspide'
)
}}
</li>
v-if=
"rejectNum !=='' && rejectNum>=0"
style=
"color:red"
>
(
{{
rejectNum
}}
)
</span></li>
<li
:class=
"active==2?'_active':''"
@
click=
"getActive(2,2,-1)"
>
{{
$t
(
'ios.wspide'
)
}}
</li>
<li
:class=
"active==4?'_active':''"
@
click=
"getActive(4,4,-1)"
>
{{
$t
(
'ios.csgwode'
)
}}
</li>
<li
:class=
"active==6?'_active':''"
@
click=
"getActive(6,6,-1)"
>
{{
$t
(
'ios.wzfeide'
)
}}
</li>
<li
v-if=
"ActionMenuCode.indexOf('F_AccountantFinanceMerge')!=-1"
<li
:class=
"active==7?'_active':''"
@
click=
"getActive(7,7,-1)"
>
{{
$t
(
'ios.bbhuide'
)
}}
<span
:class=
"active==8?'_active':''"
@
click=
"getActive(8,8,-1)"
>
发票凭证审核
</li>
v-if=
"rejectNum !=='' && rejectNum>=0"
style=
"color:red"
>
(
{{
rejectNum
}}
)
</span></li>
<li
class=
"hight_query"
style=
"float:right;"
>
<li
:class=
"active==4?'_active':''"
@
click=
"getActive(4,4,-1)"
>
{{
$t
(
'ios.csgwode'
)
}}
</li>
<span>
<li
v-if=
"ActionMenuCode.indexOf('F_AccountantFinanceMerge')!=-1"
<em
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
{{
$t
(
'fnc.gjchaxun'
)
}}
<i
:class=
"active==8?'_active':''"
@
click=
"getActive(8,8,-1)"
>
发票凭证审核
</li>
class=
"iconfont icon-gengduo"
></i></em>
<li
class=
"hight_query"
style=
"float:right;"
>
</span>
<button
class=
"hollowFixedBtn"
@
click=
"resetPageIndex(),getPageList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"goUrlAdd('ChoiceAddFinancialDocuments')"
>
{{
$t
(
'pub.addBtn'
)
}}
</button>
<button
class=
"normalBtn"
v-if=
"checkboxShow"
@
click=
"Financial_post_SetBatch"
>
{{
$t
(
'fnc.piltijiao'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"method5()"
>
{{
$t
(
'visa.v_daochu'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"goUrl('WorkEntrustmentMy')"
>
{{
$t
(
'fnc.gzweituo'
)
}}
</button>
<button
v-if=
"active==3 && !hbState && hbShow"
class=
"hollowFixedBtn"
@
click=
"HebingSP"
>
合并审批
</button>
<button
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"hbState=false,getPageList"
>
关闭合并审批
</button>
<button
v-loading=
"hbBtn"
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"HebingSPLast"
>
审批
</button>
<button
v-if=
"HandShow"
class=
"hollowFixedBtn"
@
click=
"Handwithfee"
>
手配费收入
</button>
<button
class=
"hollowFixedBtn"
@
click=
"ZhiDanChongDi"
>
预付款冲抵
</button>
<!-- v-if="F_Advance_Match" -->
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn = !BOSSBtn, checkList = [], getPageList(1), BOSSBtn2 = false"
v-if=
"msg.Conditon === 3 && userMenuCode"
>
{{
BOSSBtn
?
'关闭一键审批'
:
'一键审批'
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 3 && BOSSBtn"
@
click=
"BOSSBtnClick(1)"
>
{{
$t
(
'ios.shenpi'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn2 = !BOSSBtn2, checkList = [], getPageList(1), BOSSBtn = false"
v-if=
"msg.Conditon === 3"
>
{{
BOSSBtn2
?
'关闭一键转交'
:
'一键转交'
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 3 && BOSSBtn2"
@
click=
"BOSSBtnClick(2)"
>
转交
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 1&&ActionMenuCode.indexOf('batchAddWages')!=-1 "
@
click=
"outerVisible=true"
>
工资单
</button>
</li>
</ul>
<div
class=
"Myquery-box"
>
<ul
class=
"clearfix"
>
<li>
<span>
<em>
{{
$t
(
'fnc.danhao'
)
}}
</em>
<el-input
placeholder=
""
class=
"w150"
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
maxlength=
"8"
></el-input>
</span>
</li>
<li>
<span>
<em>
{{
$t
(
'fnc.shzhuangtai'
)
}}
</em>
<el-select
v-model=
"msg.Status"
filterable
class=
"w150"
>
<el-option
value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in StatusList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</span>
</li>
<li
v-if=
'msg.Conditon==3'
>
<span>
<em>
{{
$t
(
'fnc.yjdanju'
)
}}
</em>
<el-select
v-model=
"msg.IsSpecial"
filterable
class=
"w150"
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"1"
:label=
"$t('fnc.yes')"
></el-option>
<el-option
:value=
"2"
:label=
"$t('fnc.fou')"
></el-option>
</el-select>
</span>
</li>
<li>
<span>
<span>
<em>
{{
$t
(
'fnc.mbleixing'
)
}}
</em>
<em
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
{{
$t
(
'fnc.gjchaxun'
)
}}
<i
<el-select
v-model=
"msg.TemplateId"
filterable
class=
"w150"
>
class=
"iconfont icon-gengduo"
></i></em>
<el-option
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in TemplateGetList'
:label=
'item.Name'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
</el-select>
</span>
</li>
<li>
<span>
<em>
{{
$t
(
'fnc.djleixing'
)
}}
</em>
<el-select
v-model=
"msg.Type"
filterable
class=
"w150"
>
<el-option
key=
"0"
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
key=
"1"
value=
"1"
:label=
"$t('restaurant.res_income')"
></el-option>
<el-option
key=
"2"
value=
"2"
:label=
"$t('restaurant.res_outcome')"
></el-option>
<el-option
key=
"3"
value=
"5"
:label=
"$t('fnc.yingshou')"
></el-option>
<el-option
key=
"4"
value=
"6"
:label=
"$t('fnc.yingfu')"
></el-option>
<el-option
key=
"5"
value=
"4"
:label=
"$t('fnc.zjdiaobo')"
></el-option>
<el-option
key=
"6"
value=
"7"
:label=
"$t('visaT.guazdanju')"
></el-option>
</el-select>
</span>
</span>
<button
class=
"hollowFixedBtn"
@
click=
"resetPageIndex(),getPageList()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"goUrlAdd('ChoiceAddFinancialDocuments')"
>
{{
$t
(
'pub.addBtn'
)
}}
</button>
<button
class=
"normalBtn"
v-if=
"checkboxShow"
@
click=
"Financial_post_SetBatch"
>
{{
$t
(
'fnc.piltijiao'
)
}}
</button>
<button
class=
"normalBtn"
@
click=
"method5()"
>
{{
$t
(
'visa.v_daochu'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"goUrl('WorkEntrustmentMy')"
>
{{
$t
(
'fnc.gzweituo'
)
}}
</button>
<button
v-if=
"active==3 && !hbState && hbShow"
class=
"hollowFixedBtn"
@
click=
"HebingSP"
>
合并审批
</button>
<button
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"hbState=false,getPageList"
>
关闭合并审批
</button>
<button
v-loading=
"hbBtn"
v-if=
"active==3 && hbState"
class=
"hollowFixedBtn"
@
click=
"HebingSPLast"
>
审批
</button>
<button
v-if=
"HandShow"
class=
"hollowFixedBtn"
@
click=
"Handwithfee"
>
手配费收入
</button>
<button
class=
"hollowFixedBtn"
@
click=
"ZhiDanChongDi"
>
预付款冲抵
</button>
<!-- v-if="F_Advance_Match" -->
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn = !BOSSBtn, checkList = [], getPageList(1), BOSSBtn2 = false"
v-if=
"msg.Conditon === 3 && userMenuCode"
>
{{
BOSSBtn
?
'关闭一键审批'
:
'一键审批'
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 3 && BOSSBtn"
@
click=
"BOSSBtnClick(1)"
>
{{
$t
(
'ios.shenpi'
)
}}
</button>
<button
class=
"hollowFixedBtn"
@
click=
"BOSSBtn2 = !BOSSBtn2, checkList = [], getPageList(1), BOSSBtn = false"
v-if=
"msg.Conditon === 3"
>
{{
BOSSBtn2
?
'关闭一键转交'
:
'一键转交'
}}
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 3 && BOSSBtn2"
@
click=
"BOSSBtnClick(2)"
>
转交
</button>
<button
class=
"hollowFixedBtn"
v-if=
"msg.Conditon === 1&&ActionMenuCode.indexOf('batchAddWages')!=-1 "
@
click=
"outerVisible=true"
>
工资单
</button>
</li>
</li>
<li>
</ul>
<span>
<div
class=
"Myquery-box"
>
<em>
{{
$t
(
'system.table_rank'
)
}}
</em>
<ul
class=
"clearfix"
>
<el-select
v-model=
"msg.Sort"
filterable
class=
"w150"
>
<el-option
key=
"-1"
value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
key=
"0"
value=
"0"
:label=
"$t('fnc.tuanqi')"
></el-option>
<el-option
key=
"1"
value=
"1"
:label=
"$t('fnc.hkriqi')"
></el-option>
<el-option
key=
"2"
value=
"2"
:label=
"$t('fnc.danhao')"
></el-option>
<el-option
key=
"3"
value=
"3"
:label=
"$t('fnc.jylshuihao')"
></el-option>
</el-select>
</span>
</li>
<li
v-if=
"msg.Conditon==1||msg.Conditon==3||msg.Conditon==2"
>
<span>
<em>
{{
$t
(
'fnc.zdriqi'
)
}}
</em>
<el-date-picker
class=
"h34"
@
change=
"timeAdd(1)"
v-model=
"productionDate"
type=
"daterange"
value-format=
"yyyy-MM-dd"
:range-separator=
"$t('restaurant.res_To')"
>
</el-date-picker>
</span>
</li>
<template
v-if=
"heightQueryBox"
>
<li>
<span>
<em>
{{
$t
(
'system.query_company'
)
}}
</em>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
@
change=
"getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',getDepartment()"
class=
"w150"
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.BName'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
</el-select>
</span>
</li>
<li>
<li>
<span>
<span>
<em>
{{
$t
(
'fnc.fybumen'
)
}}
</em>
<em>
{{
$t
(
'fnc.danhao'
)
}}
</em>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
<el-input
placeholder=
""
class=
"w150"
v-model=
"msg.FrID"
@
keyup
.
native=
"checkInteger(msg,'FrID')"
@
change=
"employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(),msg.UpdateBy=''"
class=
"w150"
>
maxlength=
"8"
></el-input>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in DepartmentList'
:label=
'item.DepartmentName'
:value=
'item.DepartmentID'
:key=
'item.DepartmentID'
>
</el-option>
</el-select>
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span>
<em>
{{
$t
(
'fnc.zdrenyuan'
)
}}
</em>
<em>
{{
$t
(
'fnc.shzhuangtai'
)
}}
</em>
<el-select
filterable
v-model=
'msg.UpdateBy'
class=
"w150"
>
<el-select
v-model=
"msg.Status"
filterable
class=
"w150"
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in EmployeeList'
:label=
'item.EmName'
:value=
'item.EmployeeId'
<el-option
v-for=
'item in StatusList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
:key=
'item.EmployeeId'
>
</el-option>
</el-option>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<li>
<li
v-if=
'msg.Conditon==3'
>
<span>
<span>
<em>
{{
$t
(
'fnc.zhleixing'
)
}}
</em>
<em>
{{
$t
(
'fnc.yjdanju'
)
}}
</em>
<el-select
filterable
v-model=
'msg.AccountType'
class=
"w150"
>
<el-select
v-model=
"msg.IsSpecial"
filterable
class=
"w150"
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in AccList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</span>
</li>
<li>
<span>
<em>
{{
$t
(
'tips.jiaoyifangshi'
)
}}
</em>
<el-select
filterable
v-model=
'msg.TradeWay'
@
change=
"getAccountList(msg.AccountType,msg.TradeWay),msg.ClientID=''"
class=
"w150"
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in BranchAccountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
<el-option
:value=
"1"
:label=
"$t('fnc.yes')"
></el-option>
</el-option>
<el-option
:value=
"2"
:label=
"$t('fnc.fou')"
></el-option>
</el-select>
</span>
</li>
<li>
<span>
<em>
{{
$t
(
'fnc.sfkzhanghu'
)
}}
</em>
<el-select
filterable
v-model=
'msg.BankID'
class=
"w150"
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in accountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<!-- v-show="msg.Type==2" -->
<!-- @change="financeinfo_post_GetClientAccountList(msg.ClientType),msg.ClientID=''" class="w150">-->
<li>
<li>
<span>
<span>
<em>
{{
$t
(
'fnc.dxleixing'
)
}}
</em>
<em>
{{
$t
(
'fnc.mbleixing'
)
}}
</em>
<el-select
filterable
v-model=
'msg.ClientType'
<el-select
v-model=
"msg.TemplateId"
filterable
class=
"w150"
>
@
change=
"ClaerClientAccountList(),msg.ClientID=''"
class=
"w150"
>
<el-option
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in TemplateGetList'
:label=
'item.Name'
:value=
'item.Id'
:key=
'item.Id'
>
<el-option
v-for=
'item in ClientTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-option>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<!-- v-show="msg.Type==2" -->
<li>
<span>
<em>
{{
$t
(
'fnc.fkduixiang'
)
}}
</em>
<el-select
v-model=
"msg.ClientID"
class=
"w150"
filterable
remote
reserve-keyword
placeholder=
"请输入关键词"
:remote-method=
"GetClientAccountListByKeyWord"
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in ClientAccountList'
:label=
'`$
{item.AccountAlias}(${item.AccountHolder}/${item.CardNum})`'
:value='item.ID'
:key='item.ID'>
<div>
<span>
{{
`${item.AccountAlias
}
(${item.AccountHolder
}
/${item.CardNum
}
)`
}}
<
/span
>
<
span
style
=
"margin-left: 15px;"
>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.Status==1"
>
冻结
<
/el-tag
>
<
/span
>
<
/div
>
<
/el-option
>
<
/el-select
>
<!--
<
el
-
select
filterable
v
-
model
=
'msg.ClientID'
class
=
"w150"
>
<
el
-
option
value
=
""
:
label
=
"$t('pub.unlimitedSel')"
><
/el-option
>
<
el
-
option
v
-
for
=
'item in ClientAccountList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
/el-option
>
<
/el-select> --
>
<
/span
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'scen.sc_temID'
)
}}
<
/em
>
<
el
-
input
v
-
model
=
"msg.TCID"
class
=
"w150"
@
keyup
.
native
=
"checkInteger(msg,'TCID')"
><
/el-input
>
<
/span
>
<
/li
>
<li>
<li>
<span>
<span>
<
em
>
{{
$t
(
'fnc.ddbianhao'
)
}}
<
/em
>
<em>
{{
$t
(
'fnc.djleixing'
)
}}
</em>
<
el
-
input
v
-
model
=
"msg.OrderID"
class
=
"w150"
@
keyup
.
native
=
"checkInteger(msg,'OrderID')"
><
/el-input
>
<el-select
v-model=
"msg.Type"
filterable
class=
"w150"
>
<
/span
>
<el-option
key=
"0"
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<
/li
>
<el-option
key=
"1"
value=
"1"
:label=
"$t('restaurant.res_income')"
></el-option>
<
li
>
<el-option
key=
"2"
value=
"2"
:label=
"$t('restaurant.res_outcome')"
></el-option>
<
span
>
<el-option
key=
"3"
value=
"5"
:label=
"$t('fnc.yingshou')"
></el-option>
<
em
>
{{
$t
(
'fnc.bzleixing'
)
}}
<
/em
>
<el-option
key=
"4"
value=
"6"
:label=
"$t('fnc.yingfu')"
></el-option>
<
el
-
select
filterable
v
-
model
=
'msg.CurrencyId'
class
=
"w150"
>
<el-option
key=
"5"
value=
"4"
:label=
"$t('fnc.zjdiaobo')"
></el-option>
<
el
-
option
v
-
for
=
"item in currencyTypeList"
:
key
=
"item.ID"
:
value
=
"item.ID"
:
label
=
"item.Name"
>
<el-option
key=
"6"
value=
"7"
:label=
"$t('visaT.guazdanju')"
></el-option>
<
/el-option
>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span>
<
em
>
{{
$t
(
'fnc.feiyongleixing'
)
}}
<
/em
>
<em>
{{
$t
(
'system.table_rank'
)
}}
</em>
<
el
-
select
filterable
v
-
model
=
'msg.CostTypeID'
class
=
"w150"
>
<el-select
v-model=
"msg.Sort"
filterable
class=
"w150"
>
<
el
-
option
v
-
for
=
"item in GetCostTypeList"
:
key
=
"item.ID"
:
value
=
"item.ID"
:
label
=
"item.Name"
>
<el-option
key=
"-1"
value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<
/el-option
>
<el-option
key=
"0"
value=
"0"
:label=
"$t('fnc.tuanqi')"
></el-option>
<el-option
key=
"1"
value=
"1"
:label=
"$t('fnc.hkriqi')"
></el-option>
<el-option
key=
"2"
value=
"2"
:label=
"$t('fnc.danhao')"
></el-option>
<el-option
key=
"3"
value=
"3"
:label=
"$t('fnc.jylshuihao')"
></el-option>
</el-select>
</el-select>
</span>
</span>
</li>
</li>
<
li
>
<li
v-if=
"msg.Conditon==1||msg.Conditon==3||msg.Conditon==2"
>
<
span
>
<
em
>
{{
$t
(
'fnc.djjine'
)
}}
<
/em
>
<
el
-
input
v
-
model
=
"msg.sMoney"
class
=
"w64d5"
><
/el-input>-<el-input v-model="msg.eMoney" class="w64d5"
>
<
/el-input
>
<
/span
>
<
/li
>
<!--
制单日期
-->
<!--
<
li
v
-
if
=
"msg.Conditon==1||msg.Conditon==3||msg.Conditon==2"
>
<
span
>
<
em
>
{{
$t
(
'fnc.zdriqi'
)
}}
<
/em
>
<
el
-
date
-
picker
class
=
"h34"
@
change
=
"timeAdd(1)"
v
-
model
=
"productionDate"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
:
range
-
separator
=
"$t('restaurant.res_To')"
>
<
/el-date-picker
>
<
/span
>
<
/li> --
>
<
li
v
-
if
=
"msg.Conditon==2"
>
<span>
<span>
<
em
>
{{
$t
(
'fnc.
sp
riqi'
)
}}
<
/em
>
<em>
{{
$t
(
'fnc.
zd
riqi'
)
}}
</em>
<
el
-
date
-
picker
class
=
"h34"
@
change
=
"timeAdd(
2)"
v
-
model
=
"approval
Date"
type
=
"daterange"
<el-date-picker
class=
"h34"
@
change=
"timeAdd(
1)"
v-model=
"production
Date"
type=
"daterange"
value-format=
"yyyy-MM-dd"
:range-separator=
"$t('restaurant.res_To')"
>
value-format=
"yyyy-MM-dd"
:range-separator=
"$t('restaurant.res_To')"
>
</el-date-picker>
</el-date-picker>
</span>
</span>
</li>
</li>
<
li
v
-
if
=
"msg.Conditon==2 || msg.Conditon==3"
>
<template
v-if=
"heightQueryBox"
>
<
span
>
<li>
<
em
>
{{
$t
(
'fnc.jiaoyiriqi'
)
}}
<
/em
>
<span>
<
el
-
date
-
picker
class
=
"h34"
v
-
model
=
"transactionDate"
@
change
=
"timeAdd(3)"
type
=
"daterange"
<em>
{{
$t
(
'system.query_company'
)
}}
</em>
value
-
format
=
"yyyy-MM-dd"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
<
/el-date-picker
>
@
change=
"getDepartmentMsg.RB_Branch_Id=msg.RB_Branch_Id,msg.RB_Depart_Id='',getDepartment()"
<
/span
>
class=
"w150"
>
<
/li
>
<el-option
:value=
"-1"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<
li
>
<el-option
v-for=
'item in CompanyList'
:label=
'item.BName'
:value=
'item.Id'
:key=
'item.Id'
>
<
span
>
</el-option>
<
em
>
{{
$t
(
'scen.sc_ftTime'
)
}}
<
/em
>
</el-select>
<
el
-
date
-
picker
class
=
"h34"
v
-
model
=
"missionDate"
@
change
=
"timeAdd(4)"
type
=
"daterange"
</span>
value
-
format
=
"yyyy-MM-dd"
>
</li>
<
/el-date-picker
>
<li>
<
/span
>
<span>
<
/li
>
<em>
{{
$t
(
'fnc.fybumen'
)
}}
</em>
<
li
v
-
if
=
"msg.Conditon==1 || msg.Conditon==3||msg.Conditon==2||msg.Conditon==6"
>
<el-select
filterable
v-model=
'msg.RB_Depart_Id'
<
span
>
@
change=
"employeeMsg.DepartmentId=msg.RB_Depart_Id,getEmployee(),msg.UpdateBy=''"
class=
"w150"
>
<
em
>
费用备注
<
/em
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<
el
-
input
class
=
"w200"
v
-
model
=
"msg.Remark"
><
/el-input
>
<el-option
v-for=
'item in DepartmentList'
:label=
'item.DepartmentName'
:value=
'item.DepartmentID'
<
/span
>
:key=
'item.DepartmentID'
>
<
/li
>
</el-option>
<
li
v
-
if
=
"msg.Conditon==1"
>
</el-select>
<
span
>
</span>
<
em
>
只看待上传发票的
<
/em
>
</li>
<
el
-
switch
v
-
model
=
"msg.InvoiceState"
active
-
value
=
"true"
inactive
-
value
=
"false"
>
<li>
<
/el-switch
>
<span>
<
/span
>
<em>
{{
$t
(
'fnc.zdrenyuan'
)
}}
</em>
<
/li
>
<el-select
filterable
v-model=
'msg.UpdateBy'
class=
"w150"
>
<
/template
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<
/ul
>
<el-option
v-for=
'item in EmployeeList'
:label=
'item.EmName'
:value=
'item.EmployeeId'
<
/div
>
:key=
'item.EmployeeId'
>
<!--
<
input
type
=
"text"
v
-
model
=
"mathNumber"
@
blur
=
"mathMoney(mathNumber)"
>
</el-option>
<
input
type
=
"text"
v
-
model
=
"ChineseStr"
>
-->
</el-select>
<
div
class
=
"_fnDm_content"
v
-
loading
=
'loading'
:
style
=
"{minHeight:minHeight+'px'
}
"
>
</span>
<
table
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
class
=
"singeRowTable"
style
=
"margin-bottom:30px;"
>
</li>
<
tr
class
=
"_t_head"
>
<li>
<
th
v
-
if
=
"hbState || checkboxShow || BOSSBtn || BOSSBtn2"
><
input
type
=
"checkbox"
v
-
model
=
"isCkedAll"
<span>
@
click
=
'checkedAll()'
><
/th
>
<em>
{{
$t
(
'fnc.zhleixing'
)
}}
</em>
<
th
width
=
"90"
>
{{
$t
(
'system.query_company'
)
}}
<
/th
>
<el-select
filterable
v-model=
'msg.AccountType'
class=
"w150"
>
<
th
>
{{
$t
(
'fnc.danhao'
)
}}
<
/th
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<
th
width
=
"90"
>
{{
$t
(
'fnc.djleixing'
)
}}
<
/th
>
<el-option
v-for=
'item in AccList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
<
th
>
{{
$t
(
'hotel.hotel_corrlelatition'
)
}}
<
/th
>
</el-option>
<
th
>
{{
$t
(
'fnc.feiyongleixing'
)
}}
<
/th
>
</el-select>
<
th
>
{{
$t
(
'tips.jiaoyifangshi'
)
}}
<
/th
>
</span>
<
th
>
{{
$t
(
'fnc.jine'
)
}}
<
/th
>
</li>
<
th
>
{{
msg
.
Type
==
1
?
$t
(
'fnc.shoukuan'
)
:
$t
(
'fnc.fukuan'
)
}}
{{
$t
(
'fnc.duixiang'
)
}}
<
/th
>
<li>
<
th
width
=
"150"
>
{{
$t
(
'fnc.zdrenyuan'
)
}}
<
/th
>
<span>
<
th
>
{{
$t
(
'fnc.dqzhuangtai'
)
}}
<
/th
>
<em>
{{
$t
(
'tips.jiaoyifangshi'
)
}}
</em>
<
th
>
{{
$t
(
'system.table_operation'
)
}}
<
/th
>
<el-select
filterable
v-model=
'msg.TradeWay'
<
/tr
>
@
change=
"getAccountList(msg.AccountType,msg.TradeWay),msg.ClientID=''"
class=
"w150"
>
<
tr
class
=
"_item_list"
v
-
for
=
"(item,index) in DataList"
>
<el-option
:value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<
td
v
-
if
=
"hbState || checkboxShow || BOSSBtn || BOSSBtn2"
><
input
type
=
"checkbox"
:
value
=
"item.FrID"
<el-option
v-for=
'item in BranchAccountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
v
-
model
=
"checkList"
@
change
=
"ckeckedOne"
><
/td
>
</el-option>
<
td
>
{{
item
.
BranchName
}}
<
/td
>
</el-select>
<
td
class
=
"Bill_par"
>
</span>
<
el
-
popover
popper
-
class
=
"detailsIT_Journal"
placement
=
"bottom-start"
trigger
=
"click"
>
</li>
<
template
v
-
if
=
"item.Type!=1&&item.Type!=7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<li>
<
my
-
Bill
:
ID
=
"item.FrID"
:
width
=
"widthSon"
:
color
=
"colorSon"
><
/my-Bill
>
<span>
<em>
{{
$t
(
'fnc.sfkzhanghu'
)
}}
</em>
<el-select
filterable
v-model=
'msg.BankID'
class=
"w150"
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in accountList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</span>
</li>
<!-- v-show="msg.Type==2" -->
<!-- @change="financeinfo_post_GetClientAccountList(msg.ClientType),msg.ClientID=''" class="w150">-->
<li>
<span>
<em>
{{
$t
(
'fnc.dxleixing'
)
}}
</em>
<el-select
filterable
v-model=
'msg.ClientType'
@
change=
"ClaerClientAccountList(),msg.ClientID=''"
class=
"w150"
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in ClientTypeList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</span>
</li>
<!-- v-show="msg.Type==2" -->
<li>
<span>
<em>
{{
$t
(
'fnc.fkduixiang'
)
}}
</em>
<el-select
v-model=
"msg.ClientID"
class=
"w150"
filterable
remote
reserve-keyword
placeholder=
"请输入关键词"
:remote-method=
"GetClientAccountListByKeyWord"
>
<el-option
value=
""
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
v-for=
'item in ClientAccountList'
:label=
'`$
{item.AccountAlias}(${item.AccountHolder}/${item.CardNum})`'
:value='item.ID'
:key='item.ID'>
<div>
<span>
{{
`${item.AccountAlias
}
(${item.AccountHolder
}
/${item.CardNum
}
)`
}}
<
/span
>
<
span
style
=
"margin-left: 15px;"
>
<
el
-
tag
size
=
"mini"
v
-
if
=
"item.Status==1"
>
冻结
<
/el-tag
>
<
/span
>
<
/div
>
<
/el-option
>
<
/el-select
>
<!--
<
el
-
select
filterable
v
-
model
=
'msg.ClientID'
class
=
"w150"
>
<
el
-
option
value
=
""
:
label
=
"$t('pub.unlimitedSel')"
><
/el-option
>
<
el
-
option
v
-
for
=
'item in ClientAccountList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
/el-option
>
<
/el-select> --
>
<
/span
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'scen.sc_temID'
)
}}
<
/em
>
<
el
-
input
v
-
model
=
"msg.TCID"
class
=
"w150"
@
keyup
.
native
=
"checkInteger(msg,'TCID')"
><
/el-input
>
<
/span
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'fnc.ddbianhao'
)
}}
<
/em
>
<
el
-
input
v
-
model
=
"msg.OrderID"
class
=
"w150"
@
keyup
.
native
=
"checkInteger(msg,'OrderID')"
><
/el-input
>
<
/span
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'fnc.bzleixing'
)
}}
<
/em
>
<
el
-
select
filterable
v
-
model
=
'msg.CurrencyId'
class
=
"w150"
>
<
el
-
option
v
-
for
=
"item in currencyTypeList"
:
key
=
"item.ID"
:
value
=
"item.ID"
:
label
=
"item.Name"
>
<
/el-option
>
<
/el-select
>
<
/span
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'fnc.feiyongleixing'
)
}}
<
/em
>
<
el
-
select
filterable
v
-
model
=
'msg.CostTypeID'
class
=
"w150"
>
<
el
-
option
v
-
for
=
"item in GetCostTypeList"
:
key
=
"item.ID"
:
value
=
"item.ID"
:
label
=
"item.Name"
>
<
/el-option
>
<
/el-select
>
<
/span
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'fnc.djjine'
)
}}
<
/em
>
<
el
-
input
v
-
model
=
"msg.sMoney"
class
=
"w64d5"
><
/el-input>-<el-input v-model="msg.eMoney" class="w64d5"
>
<
/el-input
>
<
/span
>
<
/li
>
<!--
制单日期
-->
<!--
<
li
v
-
if
=
"msg.Conditon==1||msg.Conditon==3||msg.Conditon==2"
>
<
span
>
<
em
>
{{
$t
(
'fnc.zdriqi'
)
}}
<
/em
>
<
el
-
date
-
picker
class
=
"h34"
@
change
=
"timeAdd(1)"
v
-
model
=
"productionDate"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
:
range
-
separator
=
"$t('restaurant.res_To')"
>
<
/el-date-picker
>
<
/span
>
<
/li> --
>
<
li
v
-
if
=
"msg.Conditon==2"
>
<
span
>
<
em
>
{{
$t
(
'fnc.spriqi'
)
}}
<
/em
>
<
el
-
date
-
picker
class
=
"h34"
@
change
=
"timeAdd(2)"
v
-
model
=
"approvalDate"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
:
range
-
separator
=
"$t('restaurant.res_To')"
>
<
/el-date-picker
>
<
/span
>
<
/li
>
<
li
v
-
if
=
"msg.Conditon==2 || msg.Conditon==3"
>
<
span
>
<
em
>
{{
$t
(
'fnc.jiaoyiriqi'
)
}}
<
/em
>
<
el
-
date
-
picker
class
=
"h34"
v
-
model
=
"transactionDate"
@
change
=
"timeAdd(3)"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
>
<
/el-date-picker
>
<
/span
>
<
/li
>
<
li
>
<
span
>
<
em
>
{{
$t
(
'scen.sc_ftTime'
)
}}
<
/em
>
<
el
-
date
-
picker
class
=
"h34"
v
-
model
=
"missionDate"
@
change
=
"timeAdd(4)"
type
=
"daterange"
value
-
format
=
"yyyy-MM-dd"
>
<
/el-date-picker
>
<
/span
>
<
/li
>
<
li
v
-
if
=
"msg.Conditon==1 || msg.Conditon==3||msg.Conditon==2||msg.Conditon==6"
>
<
span
>
<
em
>
费用备注
<
/em
>
<
el
-
input
class
=
"w200"
v
-
model
=
"msg.Remark"
><
/el-input
>
<
/span
>
<
/li
>
<
li
v
-
if
=
"msg.Conditon==1"
>
<
span
>
<
em
>
只看待上传发票的
<
/em
>
<
el
-
switch
v
-
model
=
"msg.InvoiceState"
active
-
value
=
"true"
inactive
-
value
=
"false"
>
<
/el-switch
>
<
/span
>
<
/li
>
<
/template
>
<
/ul
>
<
/div
>
<!--
<
input
type
=
"text"
v
-
model
=
"mathNumber"
@
blur
=
"mathMoney(mathNumber)"
>
<
input
type
=
"text"
v
-
model
=
"ChineseStr"
>
-->
<
div
class
=
"_fnDm_content"
v
-
loading
=
'loading'
:
style
=
"{minHeight:minHeight+'px'
}
"
>
<
table
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
class
=
"singeRowTable"
style
=
"margin-bottom:30px;"
>
<
tr
class
=
"_t_head"
>
<
th
v
-
if
=
"hbState || checkboxShow || BOSSBtn || BOSSBtn2"
><
input
type
=
"checkbox"
v
-
model
=
"isCkedAll"
@
click
=
'checkedAll()'
><
/th
>
<
th
width
=
"90"
>
{{
$t
(
'system.query_company'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.danhao'
)
}}
<
/th
>
<
th
width
=
"90"
>
{{
$t
(
'fnc.djleixing'
)
}}
<
/th
>
<
th
>
{{
$t
(
'hotel.hotel_corrlelatition'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.feiyongleixing'
)
}}
<
/th
>
<
th
>
{{
$t
(
'tips.jiaoyifangshi'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.jine'
)
}}
<
/th
>
<
th
>
{{
msg
.
Type
==
1
?
$t
(
'fnc.shoukuan'
)
:
$t
(
'fnc.fukuan'
)
}}
{{
$t
(
'fnc.duixiang'
)
}}
<
/th
>
<
th
width
=
"150"
>
{{
$t
(
'fnc.zdrenyuan'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.dqzhuangtai'
)
}}
<
/th
>
<
th
>
{{
$t
(
'system.table_operation'
)
}}
<
/th
>
<
/tr
>
<
tr
class
=
"_item_list"
v
-
for
=
"(item,index) in DataList"
>
<
td
v
-
if
=
"hbState || checkboxShow || BOSSBtn || BOSSBtn2"
><
input
type
=
"checkbox"
:
value
=
"item.FrID"
v
-
model
=
"checkList"
@
change
=
"ckeckedOne"
><
/td
>
<
td
>
{{
item
.
BranchName
}}
<
/td
>
<
td
class
=
"Bill_par"
>
<
el
-
popover
popper
-
class
=
"detailsIT_Journal"
placement
=
"bottom-start"
trigger
=
"click"
>
<
template
v
-
if
=
"item.Type!=1&&item.Type!=7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<
my
-
Bill
:
ID
=
"item.FrID"
:
width
=
"widthSon"
:
color
=
"colorSon"
><
/my-Bill
>
<
/template
>
<
template
v
-
else
-
if
=
"item.Type==1&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<
my
-
RVB
-
Bill
:
ID
=
"item.FrID"
:
width
=
"widthSon"
:
color
=
"colorSon"
><
/my-RVB-Bill
>
<
/template
>
<
template
v
-
else
-
if
=
"item.Type==7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<
my
-
GZ
-
Bill
:
ID
=
"item.FrID"
:
width
=
"'1000px'"
:
color
=
"colorSon"
><
/my-GZ-Bill
>
<
/template
>
<
template
v
-
else
-
if
=
"item.Is_Merge===1&&item.modelShow"
>
<
my
-
HB
-
Bill
:
ID
=
"item.FrID"
:
width
=
"widthSon"
:
color
=
"colorSon"
><
/my-HB-Bill
>
<
/template
>
<
span
slot
=
"reference"
@
click
=
"item.modelShow = true"
class
=
"text_d PingFangSC"
>
{{
item
.
FrID
}}
<
/span
>
<
/el-popover
>
<
/td
>
<
td
>
<
span
class
=
"_bg__"
:
class
=
"item.Type==1 || item.Type==5?'_bg_green':'_bg_red'"
>
{{
item
.
TypeName
}}
<
/span
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"追加团款"
placement
=
"top"
>
<
span
v
-
if
=
"item.OtherType == 1"
class
=
"zhuiClass"
>
追
<
/span
>
<
/el-tooltip
>
<
/td
>
<
td
class
=
"_number"
>
<
template
v
-
if
=
"item.TCIDAndTCNUMList.length>0"
>
<
div
class
=
"_TCIDAndTCNUMList"
>
<
span
>
{{
$t
(
'visa.v_tuanhao'
)
}}
:
<
/span
>
<
template
v
-
if
=
"item.TCIDAndTCNUMList&&item.TCIDAndTCNUMList.length>0"
>
<
p
><
span
v
-
for
=
"(i,ix) in item.TCIDAndTCNUMList"
>
{{
i
.
TCNUM
}}
(
{{
i
.
TCID
}}
)
<
template
v
-
if
=
"i.TeamTypeNameStr&&i.TeamTypeNameStr!=''"
>
({{
i
.
TeamTypeNameStr
}}
)
<
/template
>
<
span
v
-
if
=
"ix!=item.TCIDAndTCNUMList.length-1"
>
,
<
br
/><
/span></
span
><
/p
>
<
/template
>
<
template
v
-
else
>
<
span
>
{{
$t
(
'fnc.no'
)
}}
<
/span
>
<
/template
>
<
/div
>
<
p
v
-
if
=
"item.OrderID>0 && item.OrderSource==8"
>
{{
$t
(
'fnc.danhao'
)
}}
:
<
span
class
=
""
>
{{
item
.
OrderID
}}
<
/span></
p
>
<
/template
>
<
/template
>
<
template
v
-
else
-
if
=
"item.
Type==1&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)
"
>
<
template
v
-
else
-
if
=
"item.
OrderSource==8 && item.TCIDAndTCNUMList.length==0
"
>
<
my
-
RVB
-
Bill
:
ID
=
"item.FrID"
:
width
=
"widthSon"
:
color
=
"colorSon"
><
/my-RVB-Bill
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'tips.zwtqxinxi'
)
}}
<
/p
>
<
/template
>
<
/template
>
<
template
v
-
else
-
if
=
"item.Type==7&&item.modelShow&&(item.Is_Merge===0||item.Is_Merge===null)"
>
<
template
v
-
else
-
if
=
"item.OrderSource==4 && item.TCIDAndTCNUMList.length==0"
>
<
my
-
GZ
-
Bill
:
ID
=
"item.FrID"
:
width
=
"'1000px'"
:
color
=
"colorSon"
><
/my-GZ-Bill
>
<
p
class
=
"_TCIDAndTCNUMList text_d"
@
click
=
"goTicketPage(item)"
>
{{
$t
(
'fnc.jpbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
p
style
=
"margin-top: 5px;"
>
{{
$t
(
'advmanager.v_line'
)
}}
:
<
span
>
{{
item
.
LineName
?
item
.
LineName
:
$t
(
'tips.jpswxzxianlu'
)
}}
<
/span></
p
>
<
/template
>
<
/template
>
<
template
v
-
else
-
if
=
"item.
Is_Merge===1&&item.modelShow
"
>
<
template
v
-
else
-
if
=
"item.
OrderSource==9 && item.TCIDAndTCNUMList.length==0
"
>
<
my
-
HB
-
Bill
:
ID
=
"item.FrID"
:
width
=
"widthSon"
:
color
=
"colorSon"
><
/my-HB-Bill
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.gnjpqishu'
)
}}
:
{{
item
.
Term
}}
<
/p
>
<
/template
>
<
/template
>
<
span
slot
=
"reference"
@
click
=
"item.modelShow = true"
class
=
"text_d PingFangSC"
>
{{
item
.
FrID
}}
<
/span
>
<
template
v
-
else
-
if
=
"item.OrderSource==10 && item.TCIDAndTCNUMList.length==0"
>
<
/el-popover
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.qzbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
/td
>
<
/template
>
<
td
>
<
template
v
-
else
-
if
=
"item.OrderSource==11 && item.TCIDAndTCNUMList.length==0"
>
<
span
class
=
"_bg__"
:
class
=
"item.Type==1 || item.Type==5?'_bg_green':'_bg_red'"
>
{{
item
.
TypeName
}}
<
/span
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.tsbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"追加团款"
placement
=
"top"
>
<
/template
>
<
span
v
-
if
=
"item.OtherType == 1"
class
=
"zhuiClass"
>
追
<
/span
>
<
template
v
-
else
-
if
=
"item.OrderSource==12 && item.TCIDAndTCNUMList.length==0"
>
<
/el-tooltip
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.smjpbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
/template
>
<
/td
>
<
template
v
-
else
-
if
=
"item.OrderSource==0"
>
<
td
class
=
"_number"
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
item
.
BranchName
}}
-
{{
item
.
DepartName
}}
<
/p
>
<
template
v
-
if
=
"item.TCIDAndTCNUMList.length>0"
>
<
/template
>
<
div
class
=
"_TCIDAndTCNUMList"
>
<
template
v
-
else
>
<
span
>
{{
$t
(
'visa.v_tuanhao'
)
}}
:
<
/span
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'active.cl_zanwu'
)
}}
<
/p
>
<
template
v
-
if
=
"item.TCIDAndTCNUMList&&item.TCIDAndTCNUMList.length>0"
>
<
/template
>
<
p
><
span
v
-
for
=
"(i,ix) in item.TCIDAndTCNUMList"
>
{{
i
.
TCNUM
}}
(
{{
i
.
TCID
}}
)
<
/td
>
<
template
v
-
if
=
"i.TeamTypeNameStr&&i.TeamTypeNameStr!=''"
>
({{
i
.
TeamTypeNameStr
}}
)
<
/template
>
<
td
>
<
span
v
-
if
=
"ix!=item.TCIDAndTCNUMList.length-1"
>
,
<
br
/><
/span></
span
><
/p
>
<
template
v
-
for
=
"(s,si) in item.CostTypeList"
>
<
/template
>
<
span
class
=
"_tag_span"
>
{{
s
}}
<
/span><br /
>
<
template
v
-
else
>
<
/template
>
<
span
>
{{
$t
(
'fnc.no'
)
}}
<
/span
>
<
/td
>
<
/template
>
<
td
class
=
"_number"
>
<
/div
>
<
template
v
-
if
=
"item.TradeWayList&&item.TradeWayList.length>0"
>
<
p
v
-
if
=
"item.OrderID>0 && item.OrderSource==8"
>
{{
$t
(
'fnc.danhao'
)
}}
:
<
span
<
div
class
=
"_TradeWayList"
v
-
for
=
"(tw,twIn) in item.TradeWayList"
>
class
=
""
>
{{
item
.
OrderID
}}
<
/span></
p
>
<
p
class
=
"_fex_cen clearfix"
><
span
class
=
"_bold"
>
{{
tw
.
Alias
}}
<
/span><spa
n
<
/template
>
class
=
"_bank_name"
>
{{
item
.
TradeWayList
[
0
].
TypeName
}}
<
/span><span class="_bank_type
"
<
template
v
-
else
-
if
=
"item.OrderSource==8 && item.TCIDAndTCNUMList.length==0"
>
:
class
=
"tw.AccountType=='私'?'':'_bank_type2'"
>
{{
tw
.
AccountType
==
""
?
$t
(
'fnc.no'
):
tw
.
AccountType
}}
<
/span
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'tips.zwtqxinxi'
)
}}
<
/p
>
<
/p
>
<
/template
>
<
p
>
{{
tw
.
BankNo
}}
<
/p
>
<
template
v
-
else
-
if
=
"item.OrderSource==4 && item.TCIDAndTCNUMList.length==0"
>
<
p
class
=
"_TCIDAndTCNUMList text_d"
@
click
=
"goTicketPage(item)"
>
{{
$t
(
'fnc.jpbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
p
style
=
"margin-top: 5px;"
>
{{
$t
(
'advmanager.v_line'
)
}}
:
<
span
>
{{
item
.
LineName
?
item
.
LineName
:
$t
(
'tips.jpswxzxianlu'
)
}}
<
/span></
p
>
<
/template
>
<
template
v
-
else
-
if
=
"item.OrderSource==9 && item.TCIDAndTCNUMList.length==0"
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.gnjpqishu'
)
}}
:
{{
item
.
Term
}}
<
/p
>
<
/template
>
<
template
v
-
else
-
if
=
"item.OrderSource==10 && item.TCIDAndTCNUMList.length==0"
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.qzbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
/template
>
<
template
v
-
else
-
if
=
"item.OrderSource==11 && item.TCIDAndTCNUMList.length==0"
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.tsbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
/template
>
<
template
v
-
else
-
if
=
"item.OrderSource==12 && item.TCIDAndTCNUMList.length==0"
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'fnc.smjpbianhao'
)
}}
:
{{
item
.
SourceID
}}
<
/p
>
<
/template
>
<
template
v
-
else
-
if
=
"item.OrderSource==0"
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
item
.
BranchName
}}
-
{{
item
.
DepartName
}}
<
/p
>
<
/template
>
<
template
v
-
else
>
<
p
class
=
"_TCIDAndTCNUMList"
>
{{
$t
(
'active.cl_zanwu'
)
}}
<
/p
>
<
/template
>
<
/td
>
<
td
>
<
template
v
-
for
=
"(s,si) in item.CostTypeList"
>
<
span
class
=
"_tag_span"
>
{{
s
}}
<
/span><br /
>
<
/template
>
<
/td
>
<
td
class
=
"_number"
>
<
template
v
-
if
=
"item.TradeWayList&&item.TradeWayList.length>0"
>
<
div
class
=
"_TradeWayList"
v
-
for
=
"(tw,twIn) in item.TradeWayList"
>
<
p
class
=
"_fex_cen clearfix"
><
span
class
=
"_bold"
>
{{
tw
.
Alias
}}
<
/span><spa
n
class
=
"_bank_name"
>
{{
item
.
TradeWayList
[
0
].
TypeName
}}
<
/span><span class="_bank_type
"
:
class
=
"tw.AccountType=='私'?'':'_bank_type2'"
>
{{
tw
.
AccountType
==
""
?
$t
(
'fnc.no'
):
tw
.
AccountType
}}
<
/span
>
<
/p
>
<
p
>
{{
tw
.
BankNo
}}
<
/p
>
<
/div
>
<
/template
>
<
template
v
-
else
>
<
div
class
=
"_pad5"
>
{{
$t
(
'fnc.no'
)
}}
<
/div
>
<
/template
>
<
/td
>
<
td
>
<
p
v
-
if
=
"item.IsForeignCurrency && item.IsForeignCurrency ==1"
>
{{
$t
(
'fnc.yuanbi'
)
}}
:
<
span
class
=
""
>
{{
moneyFormat
(
item
.
WBMoney
)
}}
{{
item
.
CurrencyName
}}
<
/span></
p
>
<
p
>
{{
item
.
Type
==
1
?
$t
(
'fnc.yingshou'
)
:
$t
(
'fnc.yingfu'
)
}}
:
<
span
class
=
""
>
{{
moneyFormat
(
item
.
Money
)
}}
<
/span></
p
>
<
p
>
{{
item
.
Type
==
1
?
$t
(
'fnc.shishou'
)
:
$t
(
'fnc.shifu'
)
}}
:
<
span
class
=
""
>
{{
moneyFormat
(
item
.
PayMoney
)
}}
<
/span></
p
>
<
/td
>
<
td
>
<
template
v
-
if
=
'item.Type===1'
>
<
span
class
=
"_color_gar"
>
{{
$t
(
'fnc.huikuanren'
)
}}
:
<
/span><span>{{item.RemitterName
}}
</
span
>
<
/template
>
<
template
v
-
if
=
'item.Type===2'
>
<
span
class
=
"_color_gar"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<
/span><span>{{item.RemitterName
}}
</
span
>
<
/template
>
<
template
v
-
if
=
'item.Type===4'
>
<
span
class
=
"_color_gar"
>
{{
$t
(
'fnc.no'
)
}}
<
/span
>
<
/template
>
<
/td
>
<
td
valign
=
"middle"
>
<
img
class
=
"_head_img"
:
src
=
"item.EmPhoto"
alt
=
""
>
<
span
>
{{
item
.
EmName
}}
<
/span
>
<
div
>
{{
item
.
CreateDate
}}
<
/div
>
<
/td
>
<
td
class
=
"_btn_group"
>
<
i
v
-
if
=
"item.Status==1"
class
=
"iconfont icon-daiqueren"
><
/i
>
<
i
v
-
if
=
"item.Status==4"
class
=
"iconfont icon-yiquxiao"
><
/i
>
<
i
v
-
if
=
"item.Status==2"
class
=
"iconfont icon-yiqueren"
><
/i
>
<
i
v
-
if
=
"item.Status==3"
class
=
"iconfont icon-shenhebohui"
><
/i
>
<
i
v
-
if
=
"item.Status==0 || item.Status==5"
class
=
"iconfont icon-zancun"
><
/i
>
<
el
-
popover
popper
-
class
=
"detailsIT_Journal"
width
=
"250"
trigger
=
"click"
>
<
div
class
=
"InfoChangeLog"
>
<
div
class
=
"changLog"
>
<
p
class
=
"_log_t"
>
{{
$t
(
'fnc.lcrizhi'
)
}}
<
/p
>
<
ul
class
=
"changLogList"
v
-
if
=
"GetFinancLogList"
v
-
loading
=
'LogLoading'
>
<
li
class
=
"changLogList_l"
v
-
for
=
"(log,li) in GetFinancLogList"
>
<
span
style
=
"background-color: #47BF8C"
class
=
"_radius_green"
><
/span
>
<
p
>
<
span
class
=
"_color_blue"
>
{{
log
.
EmName
}}
<
/span> <spa
n
class
=
"fr changLog_time"
>
{{
log
.
UpdateDate
}}
<
/span> </
p
>
<
p
class
=
"_dtel"
>
{{
log
.
StartValue
}}
<
/p
>
<
/li
>
<
/ul
>
<
ul
v
-
else
>
<
li
>
{{
$t
(
'hotel.hotel_zanwu'
)
}}
<
/li
>
<
/ul
>
<
/div
>
<
/div
>
<
/div
>
<
/template
>
<
span
slot
=
"reference"
class
=
"text_d _font_init"
<
template
v
-
else
>
@
click
=
"Financial_post_GetFinancLogList(item.FrID)"
>
{{
item
.
StatusStr
}}
<
/span
>
<
div
class
=
"_pad5"
>
<
/el-popover
>
{{
$t
(
'fnc.no'
)
}}
<
/td
>
<
/div
>
<
td
class
=
"_icon_btn"
>
<
/template
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('pub.updateMsg')"
placement
=
"top"
>
<
/td
>
<
i
v
-
if
=
"((msg.Conditon==1 ||msg.Conditon==7) && (item.InOrNotProcess==1 || item.Status==3 || item.Status==0) && item.Status!=2)"
<
td
>
class
=
"edit el-icon-edit"
@
click
=
"goEit(item.Type,item.FrID,true,active,msg.pageIndex, item)"
><
/i
>
<
p
v
-
if
=
"item.IsForeignCurrency && item.IsForeignCurrency ==1"
>
{{
$t
(
'fnc.yuanbi'
)
}}
:
<
span
<
/el-tooltip
>
class
=
""
>
{{
moneyFormat
(
item
.
WBMoney
)
}}
{{
item
.
CurrencyName
}}
<
/span></
p
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('fnc.chakan')"
placement
=
"top"
>
<
p
>
{{
item
.
Type
==
1
?
$t
(
'fnc.yingshou'
)
:
$t
(
'fnc.yingfu'
)
}}
:
<
span
<
i
class
=
"iconfont icon-sousuo"
v
-
if
=
'item.Type!==4'
class
=
""
>
{{
moneyFormat
(
item
.
Money
)
}}
<
/span></
p
>
@
click
=
"goUrl('FinancialDocumentsDetail',item.FrID,active,msg.pageIndex)"
><
/i
>
<
p
>
{{
item
.
Type
==
1
?
$t
(
'fnc.shishou'
)
:
$t
(
'fnc.shifu'
)
}}
:
<
span
<
i
class
=
"iconfont icon-sousuo"
v
-
if
=
'item.Type===4'
class
=
""
>
{{
moneyFormat
(
item
.
PayMoney
)
}}
<
/span></
p
>
@
click
=
"goUrl('CapitalAllocationDetail',item.FrID,active,msg.pageIndex)"
><
/i
>
<
/td
>
<
/el-tooltip
>
<
td
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('fnc.shenhe')"
placement
=
"top"
>
<
template
v
-
if
=
'item.Type===1'
>
<
i
v
-
if
=
"(msg.Conditon==3 && item.Is_Self!=1)||(msg.Conditon==8 && item.Is_Self!=1)"
<
span
class
=
"_color_gar"
>
{{
$t
(
'fnc.huikuanren'
)
}}
:
<
/span><span>{{item.RemitterName
}}
</
span
>
class
=
"iconfont icon-ico_commodity_defaul"
<
/template
>
@
click
=
"goUrl('BasicDocuments',item.FrID,active,msg.pageIndex)"
><
/i
>
<
template
v
-
if
=
'item.Type===2'
>
<
/el-tooltip
>
<
span
class
=
"_color_gar"
>
{{
$t
(
'fnc.fkduixiang'
)
}}
:
<
/span><span>{{item.RemitterName
}}
</
span
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"催审"
placement
=
"top"
>
<
/template
>
<
i
v
-
if
=
"msg.Conditon==1 && item.IsFinancePushOn==1"
class
=
"iconfont icon-cuishou"
<
template
v
-
if
=
'item.Type===4'
>
@
click
=
"cuishen('Financial_post_SetFinancePushOn', item.FrID)"
><
/i
>
<
span
class
=
"_color_gar"
>
{{
$t
(
'fnc.no'
)
}}
<
/span
>
<
/el-tooltip
>
<
/template
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('fnc.zhuanjiao')"
placement
=
"top"
>
<
/td
>
<
i
v
-
if
=
"msg.Conditon==3 && !BOSSBtn2"
class
=
"iconfont icon-zhuanjiao1"
<
td
valign
=
"middle"
>
@
click
=
"zhuanBox = true,zhuanMsg.WorkFlowId = item.FrID"
><
/i
>
<
img
class
=
"_head_img"
:
src
=
"item.EmPhoto"
alt
=
""
>
<
/el-tooltip
>
<
span
>
{{
item
.
EmName
}}
<
/span
>
<!--
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"转交"
placement
=
"top"
>
<
div
>
{{
item
.
CreateDate
}}
<
/div
>
<
i
v
-
if
=
"msg.Conditon==7"
class
=
"iconfont icon-zhuanhuan1"
@
click
=
"getExchange(item.FrID)"
><
/i
>
<
/td
>
<
/el-tooltip> --
>
<
td
class
=
"_btn_group"
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('active.cl_zuofei')"
placement
=
"top"
>
<
i
v
-
if
=
"item.Status==1"
class
=
"iconfont icon-daiqueren"
><
/i
>
<
i
v
-
if
=
"((msg.Conditon==1 ||msg.Conditon==7) && (item.InOrNotProcess==1 || item.Status==3 || item.Status==0) && item.Status!=2)"
<
i
v
-
if
=
"item.Status==4"
class
=
"iconfont icon-yiquxiao"
><
/i
>
class
=
"iconfont icon-quxiao1"
@
click
=
"financeRemove(item.FrID)"
><
/i
>
<
i
v
-
if
=
"item.Status==2"
class
=
"iconfont icon-yiqueren"
><
/i
>
<
/el-tooltip
>
<
i
v
-
if
=
"item.Status==3"
class
=
"iconfont icon-shenhebohui"
><
/i
>
<
el
-
tooltip
v
-
if
=
"ActionMenuCode.indexOf('F_Update_TradeDate')!=-1"
class
=
"item"
<
i
v
-
if
=
"item.Status==0 || item.Status==5"
class
=
"iconfont icon-zancun"
><
/i
>
:
content
=
"$t('fnc.tzjyriqi')"
placement
=
"top"
>
<
el
-
popover
popper
-
class
=
"detailsIT_Journal"
width
=
"250"
trigger
=
"click"
>
<
i
v
-
if
=
"msg.Conditon==2 && item.TradeDate"
class
=
"iconfont icon-tiaozheng"
<
div
class
=
"InfoChangeLog"
>
@
click
=
"dialogFormVisible=true,updateMsg.FrID=item.FrID,updateMsg.OTradeDate=item.TradeDate"
><
/i
>
<
div
class
=
"changLog"
>
<
/el-tooltip
>
<
p
class
=
"_log_t"
>
{{
$t
(
'fnc.lcrizhi'
)
}}
<
/p
>
<!--
<
el
-
tooltip
class
=
"item"
content
=
"交易方式"
placement
=
"top"
v
-
if
=
"item.TCIDAndTCNUMList&&item.TCIDAndTCNUMList.length>0&&active==2 && istransaction == true"
>
<
ul
class
=
"changLogList"
v
-
if
=
"GetFinancLogList"
v
-
loading
=
'LogLoading'
>
<
i
v
-
if
=
"active==2"
class
=
"iconfont icon-zhifupeizhiguanli"
<
li
class
=
"changLogList_l"
v
-
for
=
"(log,li) in GetFinancLogList"
>
@
click
=
"showjiaoyi(item.FrID)"
><
/i
>
<
span
style
=
"background-color: #47BF8C"
class
=
"_radius_green"
><
/span
>
<
p
>
<
span
class
=
"_color_blue"
>
{{
log
.
EmName
}}
<
/span> <spa
n
class
=
"fr changLog_time"
>
{{
log
.
UpdateDate
}}
<
/span> </
p
>
<
p
class
=
"_dtel"
>
{{
log
.
StartValue
}}
<
/p
>
<
/li
>
<
/ul
>
<
ul
v
-
else
>
<
li
>
{{
$t
(
'hotel.hotel_zanwu'
)
}}
<
/li
>
<
/ul
>
<
/div
>
<
/div
>
<
span
slot
=
"reference"
class
=
"text_d _font_init"
@
click
=
"Financial_post_GetFinancLogList(item.FrID)"
>
{{
item
.
StatusStr
}}
<
/span
>
<
/el-popover
>
<
/td
>
<
td
class
=
"_icon_btn"
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('pub.updateMsg')"
placement
=
"top"
>
<
i
v
-
if
=
"((msg.Conditon==1 ||msg.Conditon==7) && (item.InOrNotProcess==1 || item.Status==3 || item.Status==0) && item.Status!=2)"
class
=
"edit el-icon-edit"
@
click
=
"goEit(item.Type,item.FrID,true,active,msg.pageIndex, item)"
><
/i
>
<
/el-tooltip
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('fnc.chakan')"
placement
=
"top"
>
<
i
class
=
"iconfont icon-sousuo"
v
-
if
=
'item.Type!==4'
@
click
=
"goUrl('FinancialDocumentsDetail',item.FrID,active,msg.pageIndex)"
><
/i
>
<
i
class
=
"iconfont icon-sousuo"
v
-
if
=
'item.Type===4'
@
click
=
"goUrl('CapitalAllocationDetail',item.FrID,active,msg.pageIndex)"
><
/i
>
<
/el-tooltip
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('fnc.shenhe')"
placement
=
"top"
>
<
i
v
-
if
=
"(msg.Conditon==3 && item.Is_Self!=1)||(msg.Conditon==8 && item.Is_Self!=1)"
class
=
"iconfont icon-ico_commodity_defaul"
@
click
=
"goUrl('BasicDocuments',item.FrID,active,msg.pageIndex)"
><
/i
>
<
/el-tooltip
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"催审"
placement
=
"top"
>
<
i
v
-
if
=
"msg.Conditon==1 && item.IsFinancePushOn==1"
class
=
"iconfont icon-cuishou"
@
click
=
"cuishen('Financial_post_SetFinancePushOn', item.FrID)"
><
/i
>
<
/el-tooltip
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('fnc.zhuanjiao')"
placement
=
"top"
>
<
i
v
-
if
=
"msg.Conditon==3 && !BOSSBtn2"
class
=
"iconfont icon-zhuanjiao1"
@
click
=
"zhuanBox = true,zhuanMsg.WorkFlowId = item.FrID"
><
/i
>
<
/el-tooltip
>
<!--
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"转交"
placement
=
"top"
>
<
i
v
-
if
=
"msg.Conditon==7"
class
=
"iconfont icon-zhuanhuan1"
@
click
=
"getExchange(item.FrID)"
><
/i
>
<
/el-tooltip> --
>
<
/el-tooltip> --
>
<
el
-
tooltip
class
=
"item"
content
=
"手续费设置"
placement
=
"top"
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"$t('active.cl_zuofei')"
placement
=
"top"
>
v
-
if
=
"active==2 && item.Type==1 &&(F_Trademodify == true || isJapanCommission == true)"
>
<
i
v
-
if
=
"((msg.Conditon==1 ||msg.Conditon==7) && (item.InOrNotProcess==1 || item.Status==3 || item.Status==0) && item.Status!=2)"
<
i
class
=
"iconfont icon-zhifupeizhiguanli"
@
click
=
"showTranTax(item.FrID,'1')"
><
/i
>
class
=
"iconfont icon-quxiao1"
@
click
=
"financeRemove(item.FrID)"
><
/i
>
<
/el-tooltip
>
<
/el-tooltip
>
<
el
-
tooltip
class
=
"item"
content
=
"付款对象设置"
placement
=
"top"
<
el
-
tooltip
v
-
if
=
"ActionMenuCode.indexOf('F_Update_TradeDate')!=-1"
class
=
"item"
v
-
if
=
"(active==2 || active==3)&& istransaction == true && item.Type==2"
>
:
content
=
"$t('fnc.tzjyriqi')"
placement
=
"top"
>
<
i
class
=
"iconfont icon-zhifupeizhiguanli"
@
click
=
"showTranTax(item.FrID,'2')"
><
/i
>
<
i
v
-
if
=
"msg.Conditon==2 && item.TradeDate"
class
=
"iconfont icon-tiaozheng"
<
/el-tooltip
>
@
click
=
"dialogFormVisible=true,updateMsg.FrID=item.FrID,updateMsg.OTradeDate=item.TradeDate"
><
/i
>
<
el
-
tooltip
class
=
"item"
content
=
"修改汇率"
placement
=
"top"
<
/el-tooltip
>
v
-
if
=
"(active==2 || active==3) && F_Update_CurrencyRate == true"
>
<!--
<
el
-
tooltip
class
=
"item"
content
=
"交易方式"
placement
=
"top"
v
-
if
=
"item.TCIDAndTCNUMList&&item.TCIDAndTCNUMList.length>0&&active==2 && istransaction == true"
>
<
i
class
=
"iconfont icon-money"
style
=
"background-color: #47BF8C;color: white;"
<
i
v
-
if
=
"active==2"
class
=
"iconfont icon-zhifupeizhiguanli"
@
click
=
"showhuilv(item)"
><
/i
>
@
click
=
"showjiaoyi(item.FrID)"
><
/i
>
<
/el-tooltip
>
<
/el-tooltip> --
>
<
/td
>
<
el
-
tooltip
class
=
"item"
content
=
"手续费设置"
placement
=
"top"
<
/tr
>
v
-
if
=
"active==2 && item.Type==1 &&(F_Trademodify == true || isJapanCommission == true)"
>
<
/table
>
<
i
class
=
"iconfont icon-zhifupeizhiguanli"
@
click
=
"showTranTax(item.FrID,'1')"
><
/i
>
<
/div
>
<
/el-tooltip
>
<
div
class
=
"noData"
v
-
show
=
"noData"
>
<
el
-
tooltip
class
=
"item"
content
=
"付款对象设置"
placement
=
"top"
{{
$t
(
'system.content_noData'
)
}}
v
-
if
=
"(active==2 || active==3)&& istransaction == true && item.Type==2"
>
<
/div
>
<
i
class
=
"iconfont icon-zhifupeizhiguanli"
@
click
=
"showTranTax(item.FrID,'2')"
><
/i
>
<
div
v
-
if
=
"!BOSSBtn && !BOSSBtn2"
>
<
/el-tooltip
>
<
el
-
pagination
background
@
current
-
change
=
"handleCurrentChange"
:
current
-
page
.
sync
=
"currentPage"
<
el
-
tooltip
class
=
"item"
content
=
"修改汇率"
placement
=
"top"
layout
=
"total,prev, pager, next, jumper"
:
page
-
size
=
'msg.pageSize'
:
total
=
'total'
>
v
-
if
=
"(active==2 || active==3) && F_Update_CurrencyRate == true"
>
<
/el-pagination
>
<
i
class
=
"iconfont icon-money"
style
=
"background-color: #47BF8C;color: white;"
<
/div
>
@
click
=
"showhuilv(item)"
><
/i
>
<
el
-
dialog
custom
-
class
=
'addCompany'
:
title
=
"$t('fnc.xzzjiaoren')"
width
=
"400px"
:
visible
.
sync
=
"zhuanBox"
center
<
/el-tooltip
>
:
before
-
close
=
"closeChangeMachie"
>
<
/td
>
<
template
v
-
if
=
"!BOSSDialogText"
>
<
/tr
>
<
el
-
form
label
-
width
=
"100px"
>
<
/table
>
<
el
-
form
-
item
:
label
=
"$t('fnc.zhuanjiaoren')"
>
<
el
-
select
v
-
model
=
"zhuanMsg.AuditEmId"
filterable
remote
reserve
-
keyword
:
placeholder
=
"$t('pub.pleaseImport')"
:
remote
-
method
=
"remoteMethod"
@
change
=
"$forceUpdate()"
:
loading
=
"loading2"
>
<
el
-
option
v
-
for
=
"item in searchList"
:
key
=
"item.empId"
:
label
=
"item.name"
:
value
=
"item.empId"
>
<
span
style
=
"float: left"
>
{{
item
.
name
}}
<
/span
>
<
span
style
=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
postName
}}
<
/span
>
<
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"$t('hotel.hotel_remark')"
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"zhuanMsg.Description"
class
=
"w216"
><
/el-input
>
<
/el-form-item
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"bossLen = 1, zhuanBtn()"
>
{{
$t
(
'pub.saveBtn'
)
}}
<
/button
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"zhuanBox=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
/div
>
<
/template
>
<
template
v
-
else
>
<
p
class
=
"boss_btn"
>
{{
$t
(
'ios.gongji'
)
}}
{{
checkList
.
length
}}
{{
$t
(
'ios.tdqdi'
)
}}
<
span
>
{{
bossLen
}}
<
/span
>
{{
$t
(
'ios.tiao'
)
}}
<
/p
>
<
p
class
=
"boss_btn_tips"
>
{{
$t
(
'ios.yjzjzqbyjxqtcz'
)
}}
<
/p
>
<
/template
>
<
/el-dialog
>
<
el
-
dialog
:
title
=
" $t('fnc.danhao') + ':' + updateMsg.FrID + $t('fnc.tzjyriqi')"
width
=
"400px"
:
visible
.
sync
=
"dialogFormVisible"
center
:
before
-
close
=
"closeChangeMachie"
>
<
el
-
form
label
-
width
=
"110px"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.yjyriqi')"
>
<
el
-
date
-
picker
v
-
model
=
"updateMsg.OTradeDate"
type
=
"date"
:
disabled
=
'true'
>
<
/el-date-picker
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"$t('fnc.jiaoyiriqi')"
>
<
el
-
date
-
picker
v
-
model
=
"updateMsg.TradeDate"
type
=
"date"
value
-
format
=
"yyyy-MM-dd"
:
placeholder
=
"$t('admin.admin_choDate')"
>
<
/el-date-picker
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"$t('fnc.shuoming')"
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"updateMsg.Description"
class
=
"w216"
><
/el-input
>
<
/el-form-item
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"dialogFormVisible=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"UpdateTradeDate()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/div
>
<
/div
>
<
/el-dialog
>
<
div
class
=
"noData"
v
-
show
=
"noData"
>
<!--
修改交易方式
-->
{{
$t
(
'system.content_noData'
)
}}
<
el
-
dialog
title
=
"修改交易方式"
width
=
"600px"
:
visible
.
sync
=
"transactionmode"
center
:
before
-
close
=
"closeChangeMachie"
>
<
/div
>
<
el
-
form
label
-
width
=
"110px"
>
<
div
v
-
if
=
"!BOSSBtn && !BOSSBtn2"
>
<
div
class
=
"rb_top_row _r_mb5"
v
-
for
=
'(x,y) in trabeList'
:
key
=
'y'
>
<
el
-
pagination
background
@
current
-
change
=
"handleCurrentChange"
:
current
-
page
.
sync
=
"currentPage"
<
p
>
收款账户:
layout
=
"total,prev, pager, next, jumper"
:
page
-
size
=
'msg.pageSize'
:
total
=
'total'
>
<
el
-
select
filterable
v
-
model
=
'x.AccountTypeId'
placeholder
=
""
@
change
=
"getAccountList2(x.AccountTypeId,y)"
<
/el-pagination
>
class
=
"w150 _border_b_1"
>
<
el
-
option
v
-
for
=
'item in AccList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
/el-option
>
<
/el-select
>
<
el
-
select
filterable
v
-
model
=
'x.AccountId'
placeholder
=
""
@
change
=
"getAccountList3(x,y)"
class
=
"w250 _border_b_1"
>
<
el
-
option
v
-
for
=
'item in x.list'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
/el-option
>
<
/el-select
>
<
/p
>
<
p
>
注意:如果修改为不同币种的账户,需修改单据的汇率
<
/p
>
<
/div
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"transactionmode=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"preservetransaction()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/div
>
<
/div
>
<
/el-dialog
>
<
el
-
dialog
custom
-
class
=
'addCompany'
:
title
=
"$t('fnc.xzzjiaoren')"
width
=
"400px"
:
visible
.
sync
=
"zhuanBox"
center
<
el
-
dialog
title
=
"一键审批"
width
=
"400px"
:
visible
.
sync
=
"BOSSDialog"
center
:
close
-
on
-
press
-
escape
=
"false"
:
before
-
close
=
"closeChangeMachie"
>
:
close
-
on
-
click
-
modal
=
"false"
>
<
template
v
-
if
=
"!BOSSDialogText"
>
<
template
v
-
if
=
"!BOSSDialogText"
>
<
el
-
form
label
-
width
=
"100px"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.zhuanjiaoren')"
>
<
el
-
select
v
-
model
=
"zhuanMsg.AuditEmId"
filterable
remote
reserve
-
keyword
:
placeholder
=
"$t('pub.pleaseImport')"
:
remote
-
method
=
"remoteMethod"
@
change
=
"$forceUpdate()"
:
loading
=
"loading2"
>
<
el
-
option
v
-
for
=
"item in searchList"
:
key
=
"item.empId"
:
label
=
"item.name"
:
value
=
"item.empId"
>
<
span
style
=
"float: left"
>
{{
item
.
name
}}
<
/span
>
<
span
style
=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
postName
}}
<
/span
>
<
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"$t('hotel.hotel_remark')"
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"zhuanMsg.Description"
class
=
"w216"
><
/el-input
>
<
/el-form-item
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"bossLen = 1, zhuanBtn()"
>
{{
$t
(
'pub.saveBtn'
)
}}
<
/button
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"zhuanBox=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
/div
>
<
/template
>
<
template
v
-
else
>
<
p
class
=
"boss_btn"
>
{{
$t
(
'ios.gongji'
)
}}
{{
checkList
.
length
}}
{{
$t
(
'ios.tdqdi'
)
}}
<
span
>
{{
bossLen
}}
<
/span
>
{{
$t
(
'ios.tiao'
)
}}
<
/p
>
<
p
class
=
"boss_btn_tips"
>
{{
$t
(
'ios.yjzjzqbyjxqtcz'
)
}}
<
/p
>
<
/template
>
<
/el-dialog
>
<
el
-
dialog
:
title
=
" $t('fnc.danhao') + ':' + updateMsg.FrID + $t('fnc.tzjyriqi')"
width
=
"400px"
:
visible
.
sync
=
"dialogFormVisible"
center
:
before
-
close
=
"closeChangeMachie"
>
<
el
-
form
label
-
width
=
"110px"
>
<
el
-
form
label
-
width
=
"110px"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.yjyriqi')"
>
<
el
-
date
-
picker
v
-
model
=
"updateMsg.OTradeDate"
type
=
"date"
:
disabled
=
'true'
>
<
/el-date-picker
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"$t('fnc.jiaoyiriqi')"
>
<
el
-
date
-
picker
v
-
model
=
"updateMsg.TradeDate"
type
=
"date"
value
-
format
=
"yyyy-MM-dd"
:
placeholder
=
"$t('admin.admin_choDate')"
>
<
/el-date-picker
>
<
/el-form-item
>
<
el
-
form
-
item
:
label
=
"$t('fnc.shuoming')"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.shuoming')"
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"
AuditOrRefund
Msg.Description"
class
=
"w216"
><
/el-input
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"
update
Msg.Description"
class
=
"w216"
><
/el-input
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-form
>
<
/el-form
>
<
el
-
form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
div
style
=
" text-align: center;"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"dialogFormVisible=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
radio
v
-
model
=
"AuditOrRefundMsg.Status"
label
=
"5"
>
{{
$t
(
'ios.tonggei'
)
}}
<
/el-radio
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"UpdateTradeDate()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
el
-
radio
v
-
model
=
"AuditOrRefundMsg.Status"
label
=
"3"
>
{{
$t
(
'ios.bohui'
)
}}
<
/el-radio
>
<
/div
>
<
/el-dialog
>
<!--
修改交易方式
-->
<
el
-
dialog
title
=
"修改交易方式"
width
=
"600px"
:
visible
.
sync
=
"transactionmode"
center
:
before
-
close
=
"closeChangeMachie"
>
<
el
-
form
label
-
width
=
"110px"
>
<
div
class
=
"rb_top_row _r_mb5"
v
-
for
=
'(x,y) in trabeList'
:
key
=
'y'
>
<
p
>
收款账户:
<
el
-
select
filterable
v
-
model
=
'x.AccountTypeId'
placeholder
=
""
@
change
=
"getAccountList2(x.AccountTypeId,y)"
class
=
"w150 _border_b_1"
>
<
el
-
option
v
-
for
=
'item in AccList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
/el-option
>
<
/el-select
>
<
el
-
select
filterable
v
-
model
=
'x.AccountId'
placeholder
=
""
@
change
=
"getAccountList3(x,y)"
class
=
"w250 _border_b_1"
>
<
el
-
option
v
-
for
=
'item in x.list'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
/el-option
>
<
/el-select
>
<
/p
>
<
p
>
注意:如果修改为不同币种的账户,需修改单据的汇率
<
/p
>
<
/div
>
<
/div
>
<
/el-form
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"BOSSDialog=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"transactionmode=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"bossLen = 1, subBOSSBtnClick()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"preservetransaction()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/el-button
>
<
/div
>
<
/div
>
<
/el-dialog
>
<
el
-
dialog
title
=
"一键审批"
width
=
"400px"
:
visible
.
sync
=
"BOSSDialog"
center
:
close
-
on
-
press
-
escape
=
"false"
:
close
-
on
-
click
-
modal
=
"false"
>
<
template
v
-
if
=
"!BOSSDialogText"
>
<
el
-
form
label
-
width
=
"110px"
>
<
el
-
form
-
item
:
label
=
"$t('fnc.shuoming')"
>
<
el
-
input
type
=
"textarea"
v
-
model
=
"AuditOrRefundMsg.Description"
class
=
"w216"
><
/el-input
>
<
/el-form-item
>
<
/el-form
>
<
el
-
form
>
<
div
style
=
" text-align: center;"
>
<
el
-
radio
v
-
model
=
"AuditOrRefundMsg.Status"
label
=
"5"
>
{{
$t
(
'ios.tonggei'
)
}}
<
/el-radio
>
<
el
-
radio
v
-
model
=
"AuditOrRefundMsg.Status"
label
=
"3"
>
{{
$t
(
'ios.bohui'
)
}}
<
/el-radio
>
<
/div
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"BOSSDialog=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"bossLen = 1, subBOSSBtnClick()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/div
>
<
/template
>
<
template
v
-
else
>
<
p
class
=
"boss_btn"
>
{{
$t
(
'ios.gongji'
)
}}
{{
checkList
.
length
}}
{{
$t
(
'ios.tdqdi'
)
}}
<
span
>
{{
bossLen
}}
<
/span
>
{{
$t
(
'ios.tiao'
)
}}
<
/p
>
<
p
class
=
"boss_btn_tips"
>
{{
$t
(
'ios.yjshzqbyjxqtcz'
)
}}
<
/p
>
<
/template
>
<
/el-dialog
>
<
el
-
dialog
custom
-
class
=
'w400'
title
=
"制单人转交"
:
visible
.
sync
=
"zhuanjiaoBox"
center
>
<
template
>
<
el
-
form
label
-
width
=
"100px"
>
<
el
-
form
-
item
label
=
"制单人转交:"
>
<
el
-
select
v
-
model
=
"zhuanjiaoMsg.CreateBy"
filterable
remote
reserve
-
keyword
:
placeholder
=
"$t('pub.pleaseImport')"
:
remote
-
method
=
"remoteMethodEx"
@
change
=
"$forceUpdate()"
>
<
el
-
option
v
-
for
=
"item in searchList"
:
key
=
"item.empId"
:
label
=
"item.name"
:
value
=
"item.empId"
>
<
span
style
=
"float: left"
>
{{
item
.
name
}}
<
/span
>
<
span
style
=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
postName
}}
<
/span
>
<
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"zhuanjiaoBox=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"setExchange()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/button
>
<
/div
>
<
/template
>
<
/el-dialog
>
<
el
-
dialog
custom
-
class
=
'w400'
title
=
"手配费"
:
visible
.
sync
=
"HandState"
center
>
<
template
>
<
el
-
form
label
-
width
=
"100px"
>
<
el
-
form
-
item
label
=
"团号"
>
<
el
-
input
v
-
model
=
"HandMsg.TCNUM"
class
=
"w200"
><
/el-input
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"相关单据"
>
<
el
-
input
v
-
model
=
"HandMsg.ReFinanceId"
class
=
"w200"
><
/el-input
>
<
/el-form-item
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"HandState=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"setHand"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/button
>
<
/div
>
<
/template
>
<
/el-dialog
>
<!--
修改手续费
-->
<
template
v
-
if
=
"transactionTax"
>
<
shouxufei
:
transTax
=
"transTax"
@
success
=
"close(),resetPageIndex(),getPageList()"
@
close
=
"close"
><
/shouxufei
>
<
/template
>
<
/template
>
<
template
v
-
else
>
<
p
class
=
"boss_btn"
>
{{
$t
(
'ios.gongji'
)
}}
{{
checkList
.
length
}}
{{
$t
(
'ios.tdqdi'
)
}}
<
span
>
{{
bossLen
}}
<
/span
>
<
el
-
dialog
title
=
"修改付款对象"
width
=
"300px"
:
visible
.
sync
=
"PaymentSync"
center
:
before
-
close
=
"closeChangeMachie"
>
{{
$t
(
'ios.tiao'
)
}}
<
/p
>
<
el
-
form
class
=
"cdForm"
label
-
width
=
"90px"
>
<
p
class
=
"boss_btn_tips"
>
{{
$t
(
'ios.yjshzqbyjxqtcz'
)
}}
<
/p
>
<
el
-
form
-
item
label
=
"客户类型"
prop
=
"ClientType"
>
<
/template
>
<
el
-
select
filterable
v
-
model
=
'transTax.ClientType'
:
placeholder
=
"$t('fnc.khleixing')"
<
/el-dialog
>
@
change
=
"GetClientAccountList(transTax.ClientType)"
class
=
"w135 _border_b_1"
>
<
el
-
option
v
-
for
=
'item in ClientTypeList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
el
-
dialog
custom
-
class
=
'w400'
title
=
"制单人转交"
:
visible
.
sync
=
"zhuanjiaoBox"
center
>
<
template
>
<
el
-
form
label
-
width
=
"100px"
>
<
el
-
form
-
item
label
=
"制单人转交:"
>
<
el
-
select
v
-
model
=
"zhuanjiaoMsg.CreateBy"
filterable
remote
reserve
-
keyword
:
placeholder
=
"$t('pub.pleaseImport')"
:
remote
-
method
=
"remoteMethodEx"
@
change
=
"$forceUpdate()"
>
<
el
-
option
v
-
for
=
"item in searchList"
:
key
=
"item.empId"
:
label
=
"item.name"
:
value
=
"item.empId"
>
<
span
style
=
"float: left"
>
{{
item
.
name
}}
<
/span
>
<
span
style
=
"float: right; color: #8492a6; font-size: 13px"
>
{{
item
.
postName
}}
<
/span
>
<
/el-option
>
<
/el-option
>
<
/el-select
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"客户名称"
prop
=
"ClientID"
>
<
template
>
<
el
-
select
filterable
v
-
model
=
'transTax.ClientID'
:
placeholder
=
"$t('fnc.khmingcheng')"
class
=
"w135 _border_b_1"
>
<
el
-
option
v
-
for
=
'item in ClientAccountList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
/el-option
>
<
/el-select
>
<
/template
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-form
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"zhuanjiaoBox=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"PaymentSync=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"setExchange()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/button
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"handlingSurePayment"
:
loading
=
"transTax.loading"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/div
>
<
/div
>
<
/template
>
<
/el-dialog
>
<
/el-dialog
>
<
el
-
dialog
title
=
"预付款冲抵"
width
=
"860px"
:
visible
.
sync
=
"yfcdState"
center
>
<
el
-
dialog
custom
-
class
=
'w400'
title
=
"手配费"
:
visible
.
sync
=
"HandState"
center
>
<
el
-
form
class
=
"cdForm"
label
-
width
=
"90px"
>
<
template
>
<
el
-
form
-
item
label
=
"单号"
prop
=
"FrID"
>
<
el
-
form
label
-
width
=
"100px"
>
<
el
-
input
class
=
"w220"
@
keyup
.
native
=
"checkInteger(czMsg,'FrID')"
v
-
model
=
"czMsg.FrID"
><
/el-input
>
<
el
-
form
-
item
label
=
"团号"
>
<
el
-
input
v
-
model
=
"HandMsg.TCNUM"
class
=
"w200"
><
/el-input
>
<
/el-form-item
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"相关单据"
>
<
el
-
form
-
item
label
=
"费用类型"
>
<
el
-
input
v
-
model
=
"HandMsg.ReFinanceId"
class
=
"w200"
><
/el-input
>
<
el
-
select
filterable
v
-
model
=
'czMsg.CostTypeID'
class
=
""
>
<
el
-
option
label
=
"不限"
value
=
''
><
/el-option
>
<
el
-
option
v
-
for
=
"(item,index) in costList"
:
key
=
"index"
:
label
=
"item.Name"
:
value
=
'item.ID'
><
/el-option
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
input
type
=
"button"
value
=
"查询"
class
=
"hollowFixedBtn"
@
click
=
"czgetList"
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"交易日期"
>
<
el
-
date
-
picker
v
-
model
=
"czdateList"
type
=
"daterange"
range
-
separator
=
"至"
start
-
placeholder
=
"开始日期"
end
-
placeholder
=
"结束日期"
>
<
/el-date-picker
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-form
>
<
/el-form
>
<
p
style
=
"color: red;text-align: right;padding: 5px;"
>
注
:
冲抵请勾选单据后点击下方确认冲抵
<
/p
>
<
table
class
=
"leaderPayTable"
border
=
"0"
cellspacing
=
"1"
cellpadding
=
"0"
v
-
loading
=
"yfcdLoading"
>
<
tr
>
<
th
><
/th
>
<
th
>
单号
<
/th
>
<
th
>
公司
<
/th
>
<
th
>
费用类型
<
/th
>
<
th
>
币种
<
/th
>
<
th
>
汇率
<
/th
>
<
th
>
金额
<
/th
>
<
th
>
冲抵金额
<
/th
>
<
th
>
状态
<
/th
>
<
th
>
付款对象
<
/th
>
<
th
>
操作
<
/th
>
<
/tr
>
<
tr
v
-
for
=
"(item,index) in czList"
:
key
=
"index"
>
<
td
><
input
type
=
"checkbox"
:
value
=
"item"
v
-
model
=
"yfcheckList"
@
change
=
"ckeckOne"
><
/td
>
<
td
>
{{
item
.
FrID
}}
<
/td
>
<
td
>
{{
item
.
BranchName
}}
<
/td
>
<
td
>
{{
item
.
CostTypeName
}}
<
/td
>
<
td
>
{{
item
.
CurrencyName
}}
<
/td
>
<
td
>
{{
item
.
Rate
}}
<
/td
>
<
td
>
{{
item
.
Money
}}
<
/td
>
<
td
>
{{
item
.
MatchMoney
}}
<
/td
>
<
td
>
{{
item
.
StatusStr
}}
<
/td
>
<
td
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"item.ClientTypeName+':'+item.RemitterName+'('+item.AccountNumber+')'"
placement
=
"top-start"
>
<
div
style
=
"width:250px;overflow:hidden"
>
{{
item
.
ClientTypeName
}}
:{{
item
.
RemitterName
}}
<
/div
>
<
/el-tooltip
>
<
/td
>
<
td
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"预付款退款"
placement
=
"top-start"
>
<
button
class
=
"normalBtn"
@
click
=
"goUrlZD(item)"
>
<
i
class
=
"el-icon-right"
><
/i
>
<
/button
>
<
/el-tooltip
>
<
/td
>
<
/tr
>
<
tr
v
-
if
=
"czList.length==0"
>
<
td
colspan
=
"13"
>
暂无数据
<
/td
>
<
/tr
>
<
/table
>
<
el
-
pagination
background
@
current
-
change
=
"handleCurrentChange2"
layout
=
"total,prev, pager, next, jumper"
:
page
-
size
=
"czMsg.pageSize"
:
total
=
'total2'
>
<
/el-pagination
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"HandState=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"yfcdState=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"setHand"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/button
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"goUrlZD('')"
>
<!--
{{
$t
(
'pub.sureBtn'
)
}}
-->
确认冲抵
<
/button
>
<
/div
>
<
/div
>
<
/template
>
<
/el-dialog
>
<
/el-dialog
>
<
div
class
=
"btmAddStore"
:
class
=
"{'fillShow':fillShow
}
"
>
<!--
修改手续费
-->
<
div
class
=
"btmTitle"
>
导入工资单信息
<
/div
>
<
template
v
-
if
=
"transactionTax"
>
<
div
style
=
"height:250px;overflow-y: auto;"
>
<
shouxufei
:
transTax
=
"transTax"
@
success
=
"close(),resetPageIndex(),getPageList()"
@
close
=
"close"
><
/shouxufei
>
<
table
class
=
"impoTable"
style
=
"border-spacing: 0px 1px;"
v
-
loading
=
"tabLoading"
>
<
/template
>
<
thead
>
<
tr
>
<
el
-
dialog
title
=
"修改付款对象"
width
=
"300px"
:
visible
.
sync
=
"PaymentSync"
center
:
before
-
close
=
"closeChangeMachie"
>
<
th
width
=
"300"
>
费用说明
<
/th
>
<
el
-
form
class
=
"cdForm"
label
-
width
=
"90px"
>
<
th
width
=
"180"
>
所属公司
<
/th
>
<
el
-
form
-
item
label
=
"客户类型"
prop
=
"ClientType"
>
<
th
width
=
"150"
>
金额
<
/th
>
<
el
-
select
filterable
v
-
model
=
'transTax.ClientType'
:
placeholder
=
"$t('fnc.khleixing')"
<
th
width
=
"100"
>
类别
<
/th
>
@
change
=
"GetClientAccountList(transTax.ClientType)"
class
=
"w135 _border_b_1"
>
<
th
>
凭证上传
<
/th
>
<
el
-
option
v
-
for
=
'item in ClientTypeList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
th
width
=
"150"
>
备注
<
/th
>
<
/el-option
>
<
/el-select
>
<
/tr
>
<
/el-form-item
>
<
tr
v
-
for
=
"(item,index) in importData"
>
<
el
-
form
-
item
label
=
"客户名称"
prop
=
"ClientID"
>
<
td
>
<
template
>
<
span
>
{{
item
.
CostDescribe
}}
<
/span
>
<
el
-
select
filterable
v
-
model
=
'transTax.ClientID'
:
placeholder
=
"$t('fnc.khmingcheng')"
<
/td
>
class
=
"w135 _border_b_1"
>
<
td
>
<
el
-
option
v
-
for
=
'item in ClientAccountList'
:
label
=
'item.Name'
:
value
=
'item.ID'
:
key
=
'item.ID'
>
<
span
>
{{
item
.
BrandName
}}
<
/span
>
<
/el-option
>
<
/td
>
<
/el-select
>
<
td
>
<
/template
>
<
span
>
{{
item
.
Money
}}
<
/span
>
<
/el-form-item
>
<
/td
>
<
/el-form
>
<
td
>
{{
item
.
CostType
}}
<
/td
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"PaymentSync=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
td
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"handlingSurePayment"
:
loading
=
"transTax.loading"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
div
class
=
"_addUpload_box clearfix"
>
<
/div
>
<
template
v
-
for
=
"(file,fIndex) in item.vorcherInos"
>
<
/el-dialog
>
<
div
v
-
if
=
"file.Type==3"
style
=
"width:30px; float:left;"
>
<
el
-
dialog
title
=
"预付款冲抵"
width
=
"860px"
:
visible
.
sync
=
"yfcdState"
center
>
<
div
class
=
"iconfont "
>
<
el
-
form
class
=
"cdForm"
label
-
width
=
"90px"
>
<
el
-
image
<
el
-
form
-
item
label
=
"单号"
prop
=
"FrID"
>
style
=
"height:16px;"
<
el
-
input
class
=
"w220"
@
keyup
.
native
=
"checkInteger(czMsg,'FrID')"
v
-
model
=
"czMsg.FrID"
><
/el-input
>
:
src
=
"file.Url?file.Url:file.Content"
<
/el-form-item
>
:
preview
-
src
-
list
=
"[file.Url?file.Url:file.Content]"
>
<
el
-
form
-
item
label
=
"费用类型"
>
<
/el-image
>
<
el
-
select
filterable
v
-
model
=
'czMsg.CostTypeID'
class
=
""
>
<!--
<
img
:
src
=
"file.Url?file.Url:file.Content"
@
click
=
"showUpLoadFile(file,index)"
style
=
"height:16px;"
>
-->
<
el
-
option
label
=
"不限"
value
=
''
><
/el-option
>
<
/div
>
<
el
-
option
v
-
for
=
"(item,index) in costList"
:
key
=
"index"
:
label
=
"item.Name"
:
value
=
'item.ID'
><
/el-option
>
<
span
class
=
"iconfont icon-guanbi1"
style
=
"font-size:12px;"
@
click
=
"deleteInvoiceUploadFile(fIndex,index)"
><
/span
>
<
/el-select
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
input
type
=
"button"
value
=
"查询"
class
=
"hollowFixedBtn"
@
click
=
"czgetList"
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"交易日期"
>
<
el
-
date
-
picker
v
-
model
=
"czdateList"
type
=
"daterange"
range
-
separator
=
"至"
start
-
placeholder
=
"开始日期"
end
-
placeholder
=
"结束日期"
>
<
/el-date-picker
>
<
/el-form-item
>
<
/el-form
>
<
p
style
=
"color: red;text-align: right;padding: 5px;"
>
注
:
冲抵请勾选单据后点击下方确认冲抵
<
/p
>
<
table
class
=
"leaderPayTable"
border
=
"0"
cellspacing
=
"1"
cellpadding
=
"0"
v
-
loading
=
"yfcdLoading"
>
<
tr
>
<
th
><
/th
>
<
th
>
单号
<
/th
>
<
th
>
公司
<
/th
>
<
th
>
费用类型
<
/th
>
<
th
>
币种
<
/th
>
<
th
>
汇率
<
/th
>
<
th
>
金额
<
/th
>
<
th
>
冲抵金额
<
/th
>
<
th
>
状态
<
/th
>
<
th
>
付款对象
<
/th
>
<
th
>
操作
<
/th
>
<
/tr
>
<
tr
v
-
for
=
"(item,index) in czList"
:
key
=
"index"
>
<
td
><
input
type
=
"checkbox"
:
value
=
"item"
v
-
model
=
"yfcheckList"
@
change
=
"ckeckOne"
><
/td
>
<
td
>
{{
item
.
FrID
}}
<
/td
>
<
td
>
{{
item
.
BranchName
}}
<
/td
>
<
td
>
{{
item
.
CostTypeName
}}
<
/td
>
<
td
>
{{
item
.
CurrencyName
}}
<
/td
>
<
td
>
{{
item
.
Rate
}}
<
/td
>
<
td
>
{{
item
.
Money
}}
<
/td
>
<
td
>
{{
item
.
MatchMoney
}}
<
/td
>
<
td
>
{{
item
.
StatusStr
}}
<
/td
>
<
td
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
:
content
=
"item.ClientTypeName+':'+item.RemitterName+'('+item.AccountNumber+')'"
placement
=
"top-start"
>
<
div
style
=
"width:250px;overflow:hidden"
>
{{
item
.
ClientTypeName
}}
:{{
item
.
RemitterName
}}
<
/div
>
<
/el-tooltip
>
<
/td
>
<
td
>
<
el
-
tooltip
class
=
"item"
effect
=
"dark"
content
=
"预付款退款"
placement
=
"top-start"
>
<
button
class
=
"normalBtn"
@
click
=
"goUrlZD(item)"
>
<
i
class
=
"el-icon-right"
><
/i
>
<
/button
>
<
/el-tooltip
>
<
/td
>
<
/tr
>
<
tr
v
-
if
=
"czList.length==0"
>
<
td
colspan
=
"13"
>
暂无数据
<
/td
>
<
/tr
>
<
/table
>
<
el
-
pagination
background
@
current
-
change
=
"handleCurrentChange2"
layout
=
"total,prev, pager, next, jumper"
:
page
-
size
=
"czMsg.pageSize"
:
total
=
'total2'
>
<
/el-pagination
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
button
class
=
"hollowFixedBtn"
@
click
=
"yfcdState=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/button
>
<
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"goUrlZD('')"
>
<!--
{{
$t
(
'pub.sureBtn'
)
}}
-->
确认冲抵
<
/button
>
<
/div
>
<
/el-dialog
>
<
div
class
=
"btmAddStore"
:
class
=
"{'fillShow':fillShow
}
"
>
<
div
class
=
"btmTitle"
>
导入工资单信息
<
/div
>
<
div
style
=
"height:250px;overflow-y: auto;"
>
<
table
class
=
"impoTable"
style
=
"border-spacing: 0px 1px;"
v
-
loading
=
"tabLoading"
>
<
thead
>
<
tr
>
<
th
width
=
"300"
>
费用说明
<
/th
>
<
th
width
=
"180"
>
所属公司
<
/th
>
<
th
width
=
"150"
>
金额
<
/th
>
<
th
width
=
"100"
>
类别
<
/th
>
<
th
>
凭证上传
<
/th
>
<
th
width
=
"150"
>
备注
<
/th
>
<
/tr
>
<
tr
v
-
for
=
"(item,index) in importData"
>
<
td
>
<
span
>
{{
item
.
CostDescribe
}}
<
/span
>
<
/td
>
<
td
>
<
span
>
{{
item
.
BrandName
}}
<
/span
>
<
/td
>
<
td
>
<
span
>
{{
item
.
Money
}}
<
/span
>
<
/td
>
<
td
>
{{
item
.
CostType
}}
<
/td
>
<
td
>
<
div
class
=
"_addUpload_box clearfix"
>
<
template
v
-
for
=
"(file,fIndex) in item.vorcherInos"
>
<
div
v
-
if
=
"file.Type==3"
style
=
"width:30px; float:left;"
>
<
div
class
=
"iconfont "
>
<
el
-
image
style
=
"height:16px;"
:
src
=
"file.Url?file.Url:file.Content"
:
preview
-
src
-
list
=
"[file.Url?file.Url:file.Content]"
>
<
/el-image
>
<!--
<
img
:
src
=
"file.Url?file.Url:file.Content"
@
click
=
"showUpLoadFile(file,index)"
style
=
"height:16px;"
>
-->
<
/div
>
<
/div
>
<
span
class
=
"iconfont icon-guanbi1"
style
=
"font-size:12px;"
@
click
=
"deleteInvoiceUploadFile(fIndex,index)"
><
/span
>
<
div
v
-
if
=
"file.Type==1"
style
=
"width:30px; float:left;"
>
<
/div
>
<
div
class
=
"iconfont "
<
div
v
-
if
=
"file.Type==1"
style
=
"width:30px; float:left;"
>
:
class
=
"file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
<
div
class
=
"iconfont "
@
click
=
"showUpLoadFile(file)"
>
:
class
=
"file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
<
/div
>
@
click
=
"showUpLoadFile(file)"
>
<
span
class
=
"iconfont icon-guanbi1"
style
=
"font-size:12px;"
@
click
=
"deleteInvoiceUploadFile(fIndex,index)"
><
/span
>
<
/div
>
<
/div
>
<
span
class
=
"iconfont icon-guanbi1"
style
=
"font-size:12px;"
@
click
=
"deleteInvoiceUploadFile(fIndex,index)"
><
/span
>
<
div
v
-
if
=
"file.Type==2"
style
=
"width:30px; float:left;"
>
<
/div
>
<
div
class
=
"iconfont icon-excel"
@
click
=
"showUpLoadFile(file,index)"
>
<
div
v
-
if
=
"file.Type==2"
style
=
"width:30px; float:left;"
>
<
/div
>
<
div
class
=
"iconfont icon-excel"
@
click
=
"showUpLoadFile(file,index)"
>
<
span
class
=
"iconfont icon-guanbi1"
style
=
"font-size:12px;"
@
click
=
"deleteInvoiceUploadFile(fIndex,index)"
><
/span
>
<
/div
>
<
/div
>
<
span
class
=
"iconfont icon-guanbi1"
style
=
"font-size:12px;"
@
click
=
"deleteInvoiceUploadFile(fIndex,index)"
><
/span
>
<
/template
>
<
div
class
=
"_pic_upload financiaUpload"
@
click
=
"importDataIndex=index"
>
<
el
-
upload
drag
:
http
-
request
=
"uploadFileInvoiceBtn"
:
multiple
=
"true"
:
show
-
file
-
list
=
"false"
action
=
""
>
<
i
class
=
"el-icon-plus avatar-uploader-icon"
><
/i
>
<
div
class
=
"el-upload__text"
>
点击上传
<
/div
>
<
/el-upload
>
<
/div
>
<
/div
>
<
/template
>
<
div
class
=
"_pic_upload financiaUpload"
@
click
=
"importDataIndex=index"
>
<
el
-
upload
drag
:
http
-
request
=
"uploadFileInvoiceBtn"
:
multiple
=
"true"
:
show
-
file
-
list
=
"false"
action
=
""
>
<
i
class
=
"el-icon-plus avatar-uploader-icon"
><
/i
>
<
div
class
=
"el-upload__text"
>
点击上传
<
/div
>
<
/el-upload
>
<
/div
>
<
/div
>
<
/div
>
<
/td
>
<
/td
>
<
td
>
<
td
>
<
span
>
{{
item
.
Notes
}}
<
/span
>
<
span
>
{{
item
.
Notes
}}
<
/span
>
<
/td
>
<
/t
d
>
<
/t
r
>
<
/t
r
>
<
/t
head
>
<
/t
head
>
<
/t
able
>
<
/
table
>
<
/
div
>
<
/div
>
<
div
class
=
"btmBtn impotBtn"
>
<
div
class
=
"btmBtn impotBtn"
>
<
input
type
=
"button"
class
=
"normalBtn"
@
click
=
"importInfo"
:
value
=
"$t('ground.qrdr')"
/
>
<
input
type
=
"button"
class
=
"normalBtn"
@
click
=
"importInfo"
:
value
=
"$t('ground.qrdr
')"
/>
<
input
type
=
"button"
class
=
"hollowFixedBtn"
@
click
=
"hideFill"
:
value
=
"$t('pub.cancelBtn
')"
/>
<
input
type
=
"button"
class
=
"hollowFixedBtn"
@
click
=
"hideFill"
:
value
=
"$t('pub.cancelBtn')"
/
>
<
/div
>
<
/div
>
<
/div
>
<
el
-
dialog
custom
-
class
=
'w700'
title
=
"导入营销数据"
:
visible
.
sync
=
"outerVisible"
center
>
<
el
-
upload
drag
class
=
"upload-demo"
:
action
=
"importFileUrl2"
:
on
-
success
=
"handleAvatarSuccess"
:
before
-
upload
=
"beforeAvatarUpload"
>
<
i
class
=
"el-icon-upload"
><
/i
>
<
div
class
=
"el-upload__text"
>
{{
$t
(
"tips.tuodongwenjian"
)
}}
<
em
>
{{
$t
(
'tips.dianjishanhcuan'
)
}}
<
/em></
div
>
<
div
slot
=
"tip"
class
=
"el-upload__tip"
>
{{
$t
(
"ground.znscexcel"
)
}}
<
/div
>
<
/el-upload
>
<
/el-dialog
>
<
editExchangeRate
v
-
if
=
"costmodeHL"
:
hlData
=
"trabeListHL"
@
success
=
"resetPageIndex(),
getPageList(),
costmodeHL=false"
@
cancel
=
"costmodeHL=false"
><
/editExchangeRate
>
<!--
修改汇率
<
el
-
dialog
title
=
"修改汇率"
width
=
"400px"
:
visible
.
sync
=
"costmodeHL"
center
>
<
template
v
-
for
=
'(x,y) in trabeListHL'
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
费用:
{{
x
.
CostTypeName
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
币种:
{{
x
.
CurrencyName
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
原币:
{{
x
.
OriginalMoney
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
本位币:
{{
x
.
Money
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
汇率:
<
el
-
input
-
number
v
-
model
=
"x.Rate"
:
min
=
"0"
style
=
"width: 240px;"
@
change
=
"getRate"
><
/el-input-number
>
<
/el-form
>
<
/template
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"costmodeHL=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"preservetransactionHL()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/div
>
<
/el-dialog> --
>
<
/div
>
<
/div
>
<
el
-
dialog
custom
-
class
=
'w700'
title
=
"导入营销数据"
:
visible
.
sync
=
"outerVisible"
center
>
<
el
-
upload
drag
class
=
"upload-demo"
:
action
=
"importFileUrl2"
:
on
-
success
=
"handleAvatarSuccess"
:
before
-
upload
=
"beforeAvatarUpload"
>
<
i
class
=
"el-icon-upload"
><
/i
>
<
div
class
=
"el-upload__text"
>
{{
$t
(
"tips.tuodongwenjian"
)
}}
<
em
>
{{
$t
(
'tips.dianjishanhcuan'
)
}}
<
/em></
div
>
<
div
slot
=
"tip"
class
=
"el-upload__tip"
>
{{
$t
(
"ground.znscexcel"
)
}}
<
/div
>
<
/el-upload
>
<
/el-dialog
>
<
editExchangeRate
v
-
if
=
"costmodeHL"
:
hlData
=
"trabeListHL"
@
success
=
"resetPageIndex(),
getPageList(),
costmodeHL=false"
@
cancel
=
"costmodeHL=false"
><
/editExchangeRate
>
<!--
修改汇率
<
el
-
dialog
title
=
"修改汇率"
width
=
"400px"
:
visible
.
sync
=
"costmodeHL"
center
>
<
template
v
-
for
=
'(x,y) in trabeListHL'
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
费用:
{{
x
.
CostTypeName
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
币种:
{{
x
.
CurrencyName
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
原币:
{{
x
.
OriginalMoney
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
本位币:
{{
x
.
Money
}}
<
/el-form
>
<
el
-
form
label
-
width
=
"110px"
style
=
"padding: 5px 0;"
>
汇率:
<
el
-
input
-
number
v
-
model
=
"x.Rate"
:
min
=
"0"
style
=
"width: 240px;"
@
change
=
"getRate"
><
/el-input-number
>
<
/el-form
>
<
/template
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
<
el
-
button
class
=
"hollowFixedBtn"
@
click
=
"costmodeHL=false"
>
{{
$t
(
'pub.cancelBtn'
)
}}
<
/el-button
>
<
el
-
button
class
=
"normalBtn"
type
=
"primary"
@
click
=
"preservetransactionHL()"
>
{{
$t
(
'pub.sureBtn'
)
}}
<
/el-button
>
<
/div
>
<
/el-dialog> --
>
<
/div
>
<
/div
>
<
/template
>
<
/template
>
<
script
>
<
script
>
import
myBill
from
"./FinancialSubmodule/BillModule.vue"
;
import
myBill
from
"./FinancialSubmodule/BillModule.vue"
;
...
@@ -1792,10 +1800,12 @@
...
@@ -1792,10 +1800,12 @@
F_Update_CurrencyRate
:
false
,
F_Update_CurrencyRate
:
false
,
costmodeHL
:
false
,
costmodeHL
:
false
,
trabeListHL
:
[],
//修改费率下拉数据
trabeListHL
:
[],
//修改费率下拉数据
isJapanCommission
:
false
isJapanCommission
:
false
,
typeSystem
:
0
,
}
;
}
;
}
,
}
,
created
()
{
created
()
{
this
.
typeSystem
=
localStorage
.
typeSystem
this
.
isTerminate
=
-
1
this
.
isTerminate
=
-
1
let
userinfo
=
this
.
getLocalStorage
();
let
userinfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
let
ActionMenuCode
=
userinfo
.
ActionMenuCode
;
...
@@ -2615,7 +2625,7 @@
...
@@ -2615,7 +2625,7 @@
if
(
!
this
.
msg
.
Conditon
)
this
.
msg
.
Conditon
=
1
;
if
(
!
this
.
msg
.
Conditon
)
this
.
msg
.
Conditon
=
1
;
if
(
!
this
.
msg
.
TradeWay
)
this
.
msg
.
TradeWay
=
0
;
if
(
!
this
.
msg
.
TradeWay
)
this
.
msg
.
TradeWay
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
if
(
!
this
.
msg
.
AccountType
)
this
.
msg
.
AccountType
=
0
;
this
.
apipost
(
this
.
apipost
(
"Financial_post_GetPageList"
,
"Financial_post_GetPageList"
,
this
.
msg
,
this
.
msg
,
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
5d430289
...
@@ -1840,7 +1840,7 @@
...
@@ -1840,7 +1840,7 @@
this
.
GetCarList
(
path
)
this
.
GetCarList
(
path
)
}
else
{
}
else
{
if
(
this
.
GetDetail
.
OtherType
==
80
){
if
(
this
.
GetDetail
.
OtherType
==
80
){
if
(
this
.
typeSystem
>
0
){
if
(
this
.
typeSystem
==
1
){
let
href
=
this
.
domainManager
().
CarUrl
let
href
=
this
.
domainManager
().
CarUrl
window
.
parent
.
postMessage
({
window
.
parent
.
postMessage
({
event_id
:
'CarDealerOrder'
,
event_id
:
'CarDealerOrder'
,
...
@@ -2861,14 +2861,8 @@
...
@@ -2861,14 +2861,8 @@
}
}
},
},
mounted
()
{
mounted
()
{
if
(
localStorage
.
crmuserInfo
){
this
.
typeSystem
=
localStorage
.
typeSystem
let
crmuserInfo
=
JSON
.
parse
(
localStorage
.
crmuserInfo
)
if
(
crmuserInfo
&&
crmuserInfo
.
parameter
&&
crmuserInfo
.
parameter
.
typeSystem
)
{
this
.
typeSystem
=
crmuserInfo
.
parameter
.
typeSystem
}
}
// document.onkeydown = this.KeyDown
// document.onkeydown = this.KeyDown
// document.onkeyup = this.KeyUp
// document.onkeyup = this.KeyUp
// document.oncontextmenu = function(){return false;}
// document.oncontextmenu = function(){return false;}
...
...
src/components/index.vue
View file @
5d430289
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<
template
>
<
template
>
<div
style=
"position: relative;"
class=
"myIndexStyle"
ref=
"firstParent"
>
<div
style=
"position: relative;"
class=
"myIndexStyle"
ref=
"firstParent"
>
<div
class=
"nav"
v-if=
"
!typeSystem
"
>
<div
class=
"nav"
v-if=
"
typeSystem==0
"
>
<div
class=
"nav-left"
>
<div
class=
"nav-left"
>
<img
class=
"GroupPic"
v-if=
"userInfo.GroupPic!='' "
:src=
"userInfo.GroupPic"
:onerror=
'defaultHeadImg'
/>
<img
class=
"GroupPic"
v-if=
"userInfo.GroupPic!='' "
:src=
"userInfo.GroupPic"
:onerror=
'defaultHeadImg'
/>
</div>
</div>
...
@@ -957,7 +957,7 @@
...
@@ -957,7 +957,7 @@
<source
src=
"/static/music/msgMusic.mp3"
type=
"audio/mpeg"
>
<source
src=
"/static/music/msgMusic.mp3"
type=
"audio/mpeg"
>
</audio>
</audio>
</div>
</div>
<div
class=
"temDivs"
:style=
"{'top':
!typeSystem?'58px':'0
px'}"
>
<div
class=
"temDivs"
:style=
"{'top':
typeSystem==0?'58px':'58
px'}"
>
<router-view></router-view>
<router-view></router-view>
</div>
</div>
...
@@ -1753,14 +1753,7 @@
...
@@ -1753,14 +1753,7 @@
},
},
},
},
mounted
()
{
mounted
()
{
if
(
localStorage
.
crmuserInfo
){
this
.
typeSystem
=
localStorage
.
typeSystem
let
crmuserInfo
=
JSON
.
parse
(
localStorage
.
crmuserInfo
)
if
(
crmuserInfo
&&
crmuserInfo
.
parameter
&&
crmuserInfo
.
parameter
.
typeSystem
)
{
this
.
typeSystem
=
crmuserInfo
.
parameter
.
typeSystem
}
}
let
that
=
this
;
let
that
=
this
;
this
.
qjGroupId
=
this
.
QjGroupId
();
this
.
qjGroupId
=
this
.
QjGroupId
();
...
...
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