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
b6f34d16
Commit
b6f34d16
authored
Aug 01, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
31531156
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
12 deletions
+22
-12
bookDinnerStatisticsDetails.vue
src/components/Restaurant/bookDinnerStatisticsDetails.vue
+5
-0
BusInfo.vue
src/components/busManagement/BusInfo.vue
+10
-8
admissionStatisticsDetails.vue
src/components/scenicSpot/admissionStatisticsDetails.vue
+7
-4
No files found.
src/components/Restaurant/bookDinnerStatisticsDetails.vue
View file @
b6f34d16
...
...
@@ -101,6 +101,10 @@
{{$t('ground.cantingxuanz')}}
</el-button>
</el-popover>
<
template
v-if=
"subItem.DinnerOfferPrice&&subItem.DinnerOfferPrice>0"
>
<br/>
餐报价:
<font
style=
"color:red;"
>
{{
subItem
.
DinnerOfferPrice
}}
</font>
</
template
>
</td>
<td
v-if=
"childIndex==0"
:rowspan=
"3"
>
{{subItem.UseDinnerTypeStr}}
...
...
@@ -349,6 +353,7 @@
},
res
=>
{
this
.
loading
=
false
;
console
.
log
(
"dmcstatistics_get_GetDinnerStaticsDetail"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
var
resultArray
=
res
.
data
.
data
.
DiningList
;
this
.
IsOperation
=
res
.
data
.
data
.
IsOperation
;
...
...
src/components/busManagement/BusInfo.vue
View file @
b6f34d16
...
...
@@ -236,7 +236,9 @@
<span
style=
"display:inline-block;margin-left:5px;"
v-if=
"subIndex==0"
>
<a
@
click=
"AddSubItem(scope.row)"
style=
"color:blue;cursor:pointer"
>
{{
$t
(
'fnc.tianjia'
)
}}
</a>
</span>
<br
/>
</div>
车资报价:
<font
style=
"color:red"
>
{{
scope
.
row
.
BusOfferPrice
}}
</font>
</
template
>
</el-table-column>
<el-table-column
label=
"套团团号"
min-width=
"230"
>
...
...
@@ -246,8 +248,9 @@
<div
v-for=
"(childItem,childIndex) in subItem.MergeList"
:key=
"childIndex"
>
<em>
<!--@change="GetTravelPrice(subItem)"-->
<el-select
filterable
style=
"margin-bottom:5px;"
class=
"w170"
:placeholder=
"$t('pub.pleaseSel')"
v-model=
"childItem.MTCID"
@
visible-change=
"GetPriceList(subItem)"
@
change=
"GetPriceChange(subItem,childItem)"
>
<el-select
filterable
style=
"margin-bottom:5px;"
class=
"w170"
:placeholder=
"$t('pub.pleaseSel')"
v-model=
"childItem.MTCID"
@
visible-change=
"GetPriceList(subItem)"
@
change=
"GetPriceChange(subItem,childItem)"
>
<el-option
:key=
"0"
:value=
"0"
:label=
"$t('pub.pleaseSel')"
></el-option>
<el-option
v-for=
"pItem in subItem.PriceList"
:key=
"pItem.TCID"
:label=
"pItem.TCNUM"
:value=
"pItem.TCID"
></el-option>
...
...
@@ -579,7 +582,7 @@
GetPriceList
(
obj
)
{
this
.
apipost
(
"bus_get_GetBusTravelPriceList"
,
{
StartDate
:
this
.
parametersData
.
StartDate
,
StartDate
:
this
.
parametersData
.
StartDate
,
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
...
...
@@ -589,14 +592,12 @@
null
);
},
GetPriceChange
(
obj
,
childItem
)
{
GetPriceChange
(
obj
,
childItem
)
{
var
pObj
=
obj
.
PriceList
.
find
(
qitem
=>
{
return
qitem
.
TCID
===
childItem
.
MTCID
;
});
if
(
pObj
)
{
childItem
.
MTCNUM
=
pObj
.
TCNUM
;
if
(
pObj
)
{
childItem
.
MTCNUM
=
pObj
.
TCNUM
;
}
},
//删除拼团
...
...
@@ -641,6 +642,7 @@
Id
:
obj
.
BusType
,
},
response
=>
{
if
(
response
.
data
.
resultCode
==
1
)
{
let
busTypeObj
=
response
.
data
.
data
;
if
(
busTypeObj
)
{
...
...
src/components/scenicSpot/admissionStatisticsDetails.vue
View file @
b6f34d16
...
...
@@ -52,6 +52,9 @@
<span
class=
"spanlink"
@
click=
"goUrl('ticketManagement',subItem,'门票管理')"
>
{{
subItem
.
ScenicName
}}
</span>
<template
v-if=
"subItem.ScenicOfferPrice&& subItem.ScenicOfferPrice>0"
>
<br
/>
景点报价:
<font
style=
"color:red;"
>
{{
subItem
.
ScenicOfferPrice
}}
</font>
</
template
>
</td>
</tr>
<tr>
...
...
@@ -126,10 +129,10 @@
币种选择:
</td>
<td
style=
"text-align:left;"
>
<el-select
class=
'w135 sel'
filterable
v-model=
'subItem.CurrencyId'
>
<el-option
v-for=
'item in currencyList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
<el-select
class=
'w135 sel'
filterable
v-model=
'subItem.CurrencyId'
>
<el-option
v-for=
'item in currencyList'
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
</td>
</tr>
<tr>
...
...
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