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
d8be3eb0
Commit
d8be3eb0
authored
Jun 05, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
6c067155
6cd031ea
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
461 additions
and
17 deletions
+461
-17
CashierWork.vue
src/components/FinancialModule/CashierWork.vue
+8
-2
CashierWorkAccount.vue
src/components/FinancialModule/CashierWorkAccount.vue
+423
-0
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+22
-15
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/CashierWork.vue
View file @
d8be3eb0
...
...
@@ -95,6 +95,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
>
<el-button
type=
"primary"
class=
"iconfont icon-bianji-smal"
circle
@
click=
"editCurency(item.ID),text=$t('pub.updateMsg')"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')+'(新页面打开)'"
placement=
"top-start"
>
<el-button
type=
"primary"
class=
"iconfont icon-bianji-smal"
circle
@
click=
"goUrlCashierWorkAccount('CashierWorkAccount',item.ID),text=$t('pub.updateMsg')"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.w_djxinxi')"
placement=
"top-start"
>
<el-button
type=
"danger"
class=
"iconfont icon-img-rili"
circle
@
click=
"goUrlDetail('CashierWorkDetail',1,item.Name,item.ID)"
></el-button>
</el-tooltip>
...
...
@@ -276,8 +279,8 @@
<thead>
<tr>
<th>
{{$t('fnc.acc')}}
</th>
<th
width=
"150px"
>
{{$t('fnc.shoukuan')}}
<input
type=
"checkbox"
v-model=
"shouChe"
@
change=
"isCheckAll(1)"
><span
class=
"_check_all"
>
{{$t('
table
.table_chekAll')}}
</span></th>
<th
width=
"150px"
>
{{$t('fnc.zhikuan')}}
<input
type=
"checkbox"
v-model=
"zhiChe"
@
change=
"isCheckAll(2)"
><span
class=
"_check_all"
>
{{$t('
table
.table_chekAll')}}
</span></th>
<th
width=
"150px"
>
{{$t('fnc.shoukuan')}}
<input
type=
"checkbox"
v-model=
"shouChe"
@
change=
"isCheckAll(1)"
><span
class=
"_check_all"
>
{{$t('
system
.table_chekAll')}}
</span></th>
<th
width=
"150px"
>
{{$t('fnc.zhikuan')}}
<input
type=
"checkbox"
v-model=
"zhiChe"
@
change=
"isCheckAll(2)"
><span
class=
"_check_all"
>
{{$t('
system
.table_chekAll')}}
</span></th>
<th
width=
"90px"
>
{{$t('system.table_operation')}}
</th>
</tr>
</thead>
...
...
@@ -664,6 +667,9 @@ export default {
this
.
loading
=
false
;
},
err
=>
{
this
.
loading
=
false
;})
},
goUrlCashierWorkAccount
(
path
,
id
){
this
.
$router
.
push
({
name
:
path
,
query
:{
ID
:
id
,
blank
:
'y'
}})
},
editCurency
(
id
){
// 修改 根据id 获取信息
this
.
apipost
(
'Window_post_Get'
,{
ID
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
src/components/FinancialModule/CashierWorkAccount.vue
0 → 100644
View file @
d8be3eb0
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
d8be3eb0
...
...
@@ -2684,7 +2684,13 @@
@
click=
"goToPassenger2(msg.TCID, fourthItem.OrderId, 2)"
>
{{
fourthItem
.
userName
}}
<span
style=
"color:#f56c6c"
>
{{
fourthItem
.
VisaType
==
1
?
'(个签)'
:
''
}}
</span>
<span
style=
"color:#f56c6c"
>
{{
fourthItem
.
TicketOutTypeStr
}}
<span
v-if=
"fourthItem.TicketOutType==1"
style=
"color:rgb(26, 168, 107);"
>
{{
fourthItem
.
TicketOutTypeStr
}}
</span>
<span
v-if=
"fourthItem.TicketOutType==2"
style=
"color:blue;"
>
{{
fourthItem
.
TicketOutTypeStr
}}
</span>
<span
v-else
style=
"color:#f56c6c"
>
{{
fourthItem
.
TicketOutTypeStr
}}
</span>
</span>
</
template
>
...
...
@@ -2855,7 +2861,8 @@
</el-popover>
</div>
<div
v-if=
"childItem.ChangePriceId>0"
style=
" overflow:hidden;"
>
<span>
改价申请: 申请金额【
<span
style=
"color:red;"
>
{{childItem.ChangePriceMoney}}
</span>
元】{{childItem.ChangePriceReason}}
</span>
<span>
改价申请: 申请金额【
<span
style=
"color:red;"
>
{{childItem.ChangePriceMoney}}
</span>
元】{{childItem.ChangePriceReason}}
</span>
<div
style=
"text-align:right;"
v-if=
"childItem.ChangePriceState==1"
>
待{{childItem.ChangePriceType=="2"?"OP":"主管"}}{{childItem.ManagerExamineName}}审核
</div>
...
...
src/router/config.js
View file @
d8be3eb0
...
...
@@ -4202,6 +4202,14 @@ export default {
meta
:
{
title
:
'出纳工作台'
},
},
{
//财务 财务单据 出纳工作台账户信息
path
:
'/CashierWorkAccount'
,
name
:
'CashierWorkAccount'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/CashierWorkAccount'
],
resolve
),
meta
:
{
title
:
'出纳工作台'
},
},
{
//财务 财务单据 会计工作台
path
:
'/accountingWork'
,
name
:
'accountingWork'
,
...
...
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