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
0a69656f
Commit
0a69656f
authored
1 year ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
eeeaa108
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+7
-5
No files found.
src/components/Ticketing/TicketManager.vue
View file @
0a69656f
...
...
@@ -1959,7 +1959,7 @@
</span>
<span
v-if=
"Number(item.B2BPrice)<Number(item.CostPrice) || Number(item.B2BPrice)==Number(item.CostPrice) || Number(item.B2CPrice)<Number(item.CostPrice)|| Number(item.B2CPrice)==Number(item.CostPrice)"
style=
"margin-left:10px;color:red"
>
B2B
价格未维护
</span>
style=
"margin-left:10px;color:red"
>
小程序
价格未维护
</span>
</el-row>
<el-row
:gutter=
"0"
>
<el-col
:span=
"1"
>
...
...
@@ -2043,13 +2043,14 @@
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
:label=
"$t('Airticket.Air_b2bPrice')
"
prop=
"B2BPrice"
>
<el-form-item
label=
"小程序同行价
"
prop=
"B2BPrice"
>
<el-input
v-model=
"addMsg.B2BPrice"
placeholder=
"0.0"
@
keyup
.
native=
"checkPrice(addMsg,'B2BPrice')"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
:label=
"$t('Airticket.Air_b2cPrice')
"
prop=
"B2CPrice"
>
<el-form-item
label=
"小程序直客价
"
prop=
"B2CPrice"
>
<el-input
v-model=
"addMsg.B2CPrice"
placeholder=
"0.0"
@
keyup
.
native=
"checkPrice(addMsg,'B2CPrice')"
>
</el-input>
</el-form-item>
...
...
@@ -2648,7 +2649,8 @@
<!-- 开票费用 -->
<el-dialog
width=
"1000px"
:title=
"BillingChargeTitle"
:visible
.
sync=
"BillingChargeDialog"
center
>
<el-form
class=
"Rform"
ref=
"form"
:model=
"Ticketform"
label-width=
"67px"
:disabled=
"BillingChargeTitle=='开票费用详情'"
>
<div
style=
"color: red;font-size: 13px;text-align: right;padding: 0 0 5px 0;"
>
注:开票单价*开票数量+升舱增收=总开票金额,每月
<strong
>
{{BillingChargeObj.TicketManagerEndDay}}
</strong>
日之前维护上月的开票费用
</div>
<div
style=
"color: red;font-size: 13px;text-align: right;padding: 0 0 5px 0;"
>
注:开票单价*开票数量+升舱增收=总开票金额,每月
<strong>
{{BillingChargeObj.TicketManagerEndDay}}
</strong>
日之前维护上月的开票费用
</div>
<table
class=
"po_content singeRowTable"
style=
"border:1px solid #E6E6E6;margin-bottom:15px"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
...
...
@@ -2795,7 +2797,7 @@
Departure_city
:
0
,
//出发地
SellType
:
-
1
,
//售卖机票类型:0-团队机票,1-单卖机票
IsSelectInvoicing
:
'0'
,
//是否未维护开票金额1-未维护,2-已维护
IsNoTCID
:
0
,
//1未绑定团期 2有机损的取消团期
IsNoTCID
:
0
,
//1未绑定团期 2有机损的取消团期
},
maintenanceList
:
[{
Name
:
'不限'
,
...
...
This diff is collapsed.
Click to expand it.
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