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
6c01a9f3
Commit
6c01a9f3
authored
Aug 30, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增餐链接和餐标处理
parent
b4001fbe
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
5 deletions
+38
-5
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+16
-2
CostNewPriceCC.vue
...nents/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
+17
-3
travelDinner.vue
src/components/commonPage/travelDinner.vue
+5
-0
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
6c01a9f3
...
...
@@ -223,13 +223,27 @@
<
template
v-if=
"subItem.LunchName&&subItem.LunchName!=''"
>
午:
{{
subItem
.
LunchName
}}
<br
/>
<template
v-if=
"subItem.LunchRealName&&subItem.LunchRealName!=''"
>
<font
style=
"color:red;"
>
真实名称:
{{
subItem
.
LunchRealName
}}
</font><br
/>
<font
style=
"color:red;"
>
真实名称:
<template
v-if=
"subItem.LunchUrl&&subItem.LunchUrl!=''"
>
<a
:href=
"subItem.LunchUrl"
target=
"_blank"
style=
"cursor:pointer;text-decoration: underline;color:red;"
>
{{
subItem
.
LunchRealName
}}
</a>
</
template
>
<
template
v-else
>
{{
subItem
.
LunchRealName
}}
</
template
>
</font><br
/>
</template>
</template>
<
template
v-if=
"subItem.DinnerName&&subItem.DinnerName!=''"
>
晚:
{{
subItem
.
DinnerName
}}
<br
/>
<template
v-if=
"subItem.DinnerRealName&&subItem.DinnerRealName!=''"
>
<font
style=
"color:red;"
>
真实名称:
{{
subItem
.
DinnerRealName
}}
</font><br
/>
<font
style=
"color:red;"
>
真实名称:
<template
v-if=
"subItem.DinnerUrl&&subItem.DinnerUrl!=''"
>
<a
:href=
"subItem.DinnerUrl"
target=
"_blank"
style=
"cursor:pointer;text-decoration: underline;color:red;"
>
{{
subItem
.
DinnerRealName
}}
</a>
</
template
>
<
template
v-else
>
{{
subItem
.
DinnerRealName
}}
</
template
>
</font><br
/>
</template>
</template>
</td>
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceCC.vue
View file @
6c01a9f3
...
...
@@ -126,13 +126,27 @@
<
template
v-if=
"subItem.LunchName&&subItem.LunchName!=''"
>
午:
{{
subItem
.
LunchName
}}
<br
/>
<template
v-if=
"subItem.LunchRealName&&subItem.LunchRealName!=''"
>
<font
style=
"color:red;"
>
真实名称:
{{
subItem
.
LunchRealName
}}
</font><br
/>
<font
style=
"color:red;"
>
真实名称:
<template
v-if=
"subItem.LunchUrl&&subItem.LunchUrl!=''"
>
<a
:href=
"subItem.LunchUrl"
target=
"_blank"
style=
"cursor:pointer;text-decoration: underline;color:red;"
>
{{
subItem
.
LunchRealName
}}
</a>
</
template
>
<
template
v-else
>
{{
subItem
.
LunchRealName
}}
</
template
>
</font><br
/>
</template>
</template>
<
template
v-if=
"subItem.DinnerName&&subItem.DinnerName!=''"
>
晚:
{{
subItem
.
DinnerName
}}
<br
/>
<template
v-if=
"subItem.DinnerRealName&&subItem.DinnerRealName!=''"
>
<font
style=
"color:red;"
>
真实名称:
{{
subItem
.
DinnerRealName
}}
</font><br
/>
<font
style=
"color:red;"
>
真实名称:
<template
v-if=
"subItem.DinnerUrl&&subItem.DinnerUrl!=''"
>
<a
:href=
"subItem.DinnerUrl"
target=
"_blank"
style=
"cursor:pointer;text-decoration: underline;color:red;"
>
{{
subItem
.
DinnerRealName
}}
</a>
</
template
>
<
template
v-else
>
{{
subItem
.
DinnerRealName
}}
</
template
>
</font><br
/>
</template>
</template>
</td>
...
...
src/components/commonPage/travelDinner.vue
View file @
6c01a9f3
...
...
@@ -379,6 +379,10 @@
ckDinnerObj
.
UnitPrice
=
item
.
UnitPrice
;
}
})
if
(
ckDinnerObj
.
UnitPrice
<=
0
)
{
this
.
Error
(
"此餐厅未设置餐标,请联系地接OP设置餐标!"
);
return
;
}
}
}
else
{
if
(
this
.
qMsg
.
DinnerType
==
2
||
this
.
qMsg
.
DinnerType
==
3
)
{
...
...
@@ -401,6 +405,7 @@
}
}
}
this
.
$emit
(
"chooseDinner"
,
ckDinnerObj
);
},
//获取日本下面的市->下拉框用
...
...
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