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
ef513476
Commit
ef513476
authored
Jul 31, 2025
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
5fce542b
da189aa9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
250 additions
and
6 deletions
+250
-6
FProcessManagement.vue
src/components/FinancialModule/FProcessManagement.vue
+14
-2
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+4
-3
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+9
-0
HPTripPlan.vue
src/components/busManagement/HPTripPlan.vue
+1
-1
JourneyTripPlan.vue
src/components/busManagement/JourneyTripPlan.vue
+214
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/FProcessManagement.vue
View file @
ef513476
...
...
@@ -201,7 +201,7 @@
<p
class=
"_s"
>
{{$t('fnc.sygongsi')}}
</p>
</div>
<div>
<p
class=
"_t"
v-if=
"item.Status==1"
>
{{item.FlowNum==null?$t('fnc.no'):item.FlowNum}}
</p>
<p
class=
"_t"
v-if=
"item.Status==1"
>
{{item.FlowNum==null?$t('fnc.no'):item.FlowNum}}
<span
v-if=
"item.IsMonthly==1"
>
  
<el-tag>
{{$t('ground.yuejie')}}
</el-tag></span>
</p>
<p
class=
"_t"
v-else
>
{{$t('fnc.zwkqliucheng')}}
</p>
<p
class=
"_s"
>
{{$t('fnc.zlchengshu')}}
</p>
</div>
...
...
@@ -248,6 +248,9 @@
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.qiyong')"
placement=
"top"
>
<i
class=
"iconfont icon-bofang"
v-show=
"item.Status==2"
@
click=
"UpdateStatus(item.Id,item.TemplateType)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('ground.yuejie')"
placement=
"top"
>
<i
class=
"edit icon-bofang"
v-show=
"item.Status==1"
@
click=
"UpdateMonthly(item.Id)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('fnc.tingyong')"
placement=
"top"
>
<i
class=
"iconfont icon-zanting1"
v-show=
"item.Status==1"
@
click=
"UpdateStatus(item.Id,item.TemplateType)"
></i>
</el-tooltip>
...
...
@@ -257,7 +260,6 @@
<!-- <el-tooltip class="item" effect="dark" :content="$t('system.table_delete')" placement="top">
<i class="edit el-icon-delete" v-show="item.Status==1" @click="deletTemplate(item.Id,item.Name)"></i>
</el-tooltip> -->
</div>
</li>
</ul>
...
...
@@ -381,6 +383,16 @@ export default {
}
},
err
=>
{})
},
UpdateMonthly
(
id
){
//月结
this
.
apipost
(
'Template_post_SetMonthlyTemplate'
,{
TemplateId
:
id
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
$message
.
success
(
res
.
data
.
message
)
this
.
getTemplateList
()
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
)
}
},
err
=>
{})
},
getTemplateList
(){
this
.
loading
=
true
;
let
url
=
'FinancialFlowTemplate_post_GetPageList'
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
ef513476
...
...
@@ -997,12 +997,13 @@
v-if=
"isCostTypeId||GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53|| GetDetail.TemplateId === 56
|| GetDetail.TemplateId === 49 || GetDetail.TemplateId === 50 || GetDetail.TemplateId === 51|| GetDetail.TemplateId === 52
|| GetDetail.TemplateId === 54 || GetDetail.TemplateId === 55 || GetDetail.TemplateId === 57|| GetDetail.TemplateId === 58
|| GetDetail.TemplateId === 98 || GetDetail.TemplateId === 99|| GetDetail.TemplateId === 126
|| GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)"
|| GetDetail.TemplateId === 98 || GetDetail.TemplateId === 99|| GetDetail.TemplateId === 126|| GetDetail.TemplateId === 89
|| GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)
|| (userInfo.RB_Group_id!=2 && o.TCID>0 && GetDetail.OrderID==0 && F_Disbursement_Schedule)"
@
click=
"jumpPlanPage('leaderReimbursement',o.TCID)"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('objFill.ykjh')}}
</span>
</td>
<td
v-if=
"GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)"
<td
v-if=
"GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)
|| (userInfo.RB_Group_id!=2 && o.TCID>0 && GetDetail.OrderID==0 && F_Disbursement_Schedule)
"
@
click=
"jumpPlanPage('leaderPay2',o.TCID)"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('objFill.ldbz')}}
</span>
</td>
<td
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
ef513476
...
...
@@ -2588,6 +2588,15 @@
if
(
!
this
.
msg
.
BankList
||
this
.
msg
.
BankList
.
length
<=
0
){
return
;}
if
(
!
this
.
msg
.
detailList
||
this
.
msg
.
detailList
.
length
<=
0
){
return
;}
if
(
this
.
msg
.
TradeDate
==
''
){
return
;}
//验证 如果选择虚拟账户
if
(
this
.
bankType
>
0
&&
this
.
AccList
&&
this
.
AccList
.
length
>
0
){
let
IsVirtual
=
this
.
AccList
.
find
(
x
=>
x
.
ID
==
this
.
bankType
).
IsVirtual
;
if
(
IsVirtual
&&
IsVirtual
==
1
){
this
.
msg
.
BankList
[
0
].
IsVirtual
=
1
;
return
;
}
//虚拟账户
}
if
(
!
(
this
.
msg
.
BankList
[
0
].
Type
==
1
||
(
this
.
msg
.
BankList
[
0
].
Type
==
2
&&
this
.
msg
.
BankList
[
0
].
AccountId
==
92
))){
return
;}
if
(
this
.
msg
.
BankList
[
0
].
Type
==
1
&&
(
this
.
msg
.
BankList
[
0
].
AccountId
==
7
||
this
.
msg
.
BankList
[
0
].
AccountId
==
134
||
this
.
msg
.
BankList
[
0
].
AccountId
==
156
)){
return
;}
//验证日期 必须大于 上线的那一天 -------------------------------------------- 注意调整
...
...
src/components/busManagement/HPTripPlan.vue
View file @
ef513476
...
...
@@ -46,7 +46,7 @@
@
clear=
"getCarList(),getList()"
@
change=
"getCarList(),getList()"
:disabled=
"!isHaveAuth"
>
<el-option
label=
"永樂車行(東京)"
:value=
"1248"
:key=
"1248"
>
</el-option>
<el-option
label=
"永樂車行(大阪)"
:value=
"1256"
:key=
"1256"
v
>
<el-option
label=
"永樂車行(大阪)"
:value=
"1256"
:key=
"1256"
>
</el-option>
</el-select>
</span>
...
...
src/components/busManagement/JourneyTripPlan.vue
0 → 100644
View file @
ef513476
<
style
scoped
>
.tripPlanTab
{
border-collapse
:
collapse
;
border-radius
:
5px
;
table-layout
:
fixed
;
background
:
white
;
}
.tripPlanTab
tr
th
{
border
:
1px
solid
#d2d2d2
;
text-align
:
center
;
padding-left
:
1px
;
padding-right
:
1px
;
min-width
:
55px
;
height
:
29px
;
position
:
sticky
;
top
:
0
;
z-index
:
10
;
background
:
#E6E6E6
;
}
.tripPlanTab
tr
td
{
border
:
1px
solid
#d2d2d2
;
text-align
:
center
;
padding-left
:
1px
;
padding-right
:
1px
;
height
:
28px
;
line-height
:
28px
;
}
</
style
>
<
template
>
<div>
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<li><span><em>
{{
$t
(
'pub.date'
)
}}
</em>
<el-date-picker
v-model=
"msg.MonthStr"
type=
"month"
placeholder=
"选择月"
format=
"yyyy-MM"
@
change=
"getList()"
value-format=
"yyyy-MM"
>
</el-date-picker>
</span>
</li>
<li>
<span><em>
公司
</em>
<el-select
v-model=
"msg.QBranchId"
filterable
:placeholder=
"$t('pub.pleaseSel')"
clearable
@
clear=
"getList()"
@
change=
"getList()"
>
<el-option
v-for=
"(item,index) in BranchList"
:label=
"item.BName"
:value=
"item.Id"
:key=
"index"
>
</el-option>
</el-select>
</span>
</li>
<li>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList()"
/>
</li>
</ul>
</div>
<div
style=
"width: 98%; overflow-x: hidden;padding-bottom: 50px; "
:style=
"
{height: boxHeight + 'px'}"
class="ownScrollbarStyle" v-loading="loading">
<table
class=
"tripPlanTab"
v-if=
"dataList&&dataList.length>0"
>
<thead>
<tr>
<template
v-if=
"headerList&&headerList.length>0"
>
<template
v-for=
"(hItem,hIndex) in headerList"
>
<th
:key=
"`h_`+hIndex"
>
{{
hItem
.
DayStr
}}
<span
style=
"display: block;"
>
{{
hItem
.
WeekStr
}}
</span>
</th>
</
template
>
</template>
</tr>
</thead>
<tbody
v-for=
"(item,index) in dataList"
:key=
"`d_`+index"
>
<tr
:key=
"`d1_`+index"
>
<
template
v-for=
"(subItem,subIndex) in item"
>
<td
:key=
"`d1_`+index+`s1_`+subIndex"
>
<template
v-if=
"subItem.TCID>0"
>
<font>
<template
v-if=
"subItem.AirportPickUp==1"
>
接
</
template
>
<
template
v-else-if=
"subItem.AirportPickUp==2"
>
送
</
template
>
<
template
v-else-if=
"subItem.UseType==1"
>
√
</
template
>
<
template
v-else-if=
"subItem.UseType==2"
>
半天
</
template
>
<
template
v-else-if=
"subItem.UseType==3"
>
小时
</
template
>
<
template
v-else
>
X
</
template
>
</font>
</template>
</td>
</template>
</tr>
<tr
:key=
"`d2_`+index"
>
<
template
v-for=
"(subItem,subIndex) in item"
>
<template
v-if=
"subItem.TCID>0"
>
<td
v-if=
"subItem.DayNum==1"
:colspan=
"subItem.ColumnNum>1? subItem.ColumnNum:0"
:key=
"`d2_`+index+`s2_`+subIndex"
>
<el-tooltip
:content=
"subItem.TCNUM+`(`+subItem.TCID+`),用车时间:`+subItem.StartDate+`至`+subItem.EndDate"
>
<font
style=
"cursor:pointer;color:blue;text-decoration: underline"
@
click=
"gotoTeam(subItem)"
>
<template
v-if=
"subItem.DMCNum && subItem.DMCNum!=''"
>
{{
subItem
.
DMCNum
}}
</
template
>
<
template
v-else
>
{{
subItem
.
TCNUM
}}
</
template
>
</font>
</el-tooltip>
</td>
</template>
<
template
v-else
>
<td
:key=
"`d2_`+index+`s2_`+subIndex"
>
</td>
</
template
>
</template>
</tr>
</tbody>
</table>
</div>
</div>
</template>
<
script
>
export
default
{
data
()
{
return
{
loading
:
false
,
msg
:
{
MonthStr
:
""
,
QBranchId
:
""
,
//出团公司
},
headerList
:
[],
//表头
dataList
:
[],
boxHeight
:
0
,
BranchList
:
[],
}
},
components
:
{},
methods
:
{
//初始化公司
getCompanyList
()
{
let
userInfo
=
this
.
getLocalStorage
();
var
RB_Group_id
=
userInfo
.
RB_Group_id
;
let
msg
=
{
Status
:
0
,
is_show
:
0
,
RB_Group_Id
:
RB_Group_id
,
};
this
.
apipost
(
"admin_get_BranchGetList"
,
msg
,
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
BranchList
=
res
.
data
.
data
;
}
}
);
},
//跳转到团队详情
gotoTeam
(
item
)
{
var
path
=
"TravelControlList"
;
if
(
item
.
TeamType
==
1
)
{
path
=
"TravelControlListSale"
;
}
else
if
(
item
.
TeamType
==
2
)
{
path
=
"oneDayTrip"
;
}
else
if
(
item
.
TeamType
==
4
)
{
path
=
"TravelTeam"
;
}
else
{
path
=
"TravelControlList"
;
}
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
item
.
TCID
,
tcmun
:
item
.
TCNUM
,
blank
:
"y"
,
tab
:
"团控列表"
,
},
});
},
getList
()
{
this
.
loading
=
true
;
this
.
dataList
=
[];
this
.
headerList
=
[];
this
.
apipost
(
'travel_post_GetJourneyCarPlanList'
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
.
DayList
;
this
.
headerList
=
res
.
data
.
data
.
HeaderList
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
})
},
},
mounted
()
{
let
myDate
=
new
Date
();
let
yearStr
=
myDate
.
getFullYear
();
let
monthStr
=
parseInt
(
myDate
.
getMonth
()
+
1
);
this
.
msg
.
MonthStr
=
yearStr
+
"-"
+
(
monthStr
<
10
?
'0'
+
monthStr
:
monthStr
);
let
height
=
window
.
innerHeight
-
65
-
55
;
this
.
boxHeight
=
height
;
this
.
getCompanyList
();
this
.
getList
();
},
}
</
script
>
src/router/config.js
View file @
ef513476
...
...
@@ -2216,6 +2216,14 @@ export default {
title
:
'日本车行预订统计表'
},
},
{
path
:
'/JourneyTripPlan'
,
//行程用车计划表
name
:
'JourneyTripPlan'
,
component
:
resolve
=>
require
([
'@/components/busManagement/JourneyTripPlan'
],
resolve
),
meta
:
{
title
:
'行程用车计划表'
},
},
{
path
:
'/JapanBusMonthFStatistics'
,
//用車單統計(財務單據)
name
:
'JapanBusMonthFStatistics'
,
...
...
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