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
042de91b
Commit
042de91b
authored
Mar 30, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
01aaa9ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+7
-5
CostNewPriceAudit.vue
...ts/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
+7
-5
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
042de91b
...
...
@@ -241,7 +241,7 @@
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
门票
</td>
<td
colspan=
"3"
class=
"CP_ComTitle2 CostcomCenter"
>
餐
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
回佣
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
其它费用
<br/>
(保险、司导杂费等)
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
其它费用
<br
/>
(保险、司导杂费等)
</td>
</tr>
<tr>
<td
width=
"80"
class=
"CP_ComTitle2 CostcomCenter"
>
总车资
</td>
...
...
@@ -981,7 +981,8 @@
<td
class=
"CP_ComTitle2"
>
人数统计
</td>
<td
class=
"CP_ComTitle2"
>
成本价(人民币)
</td>
<td
class=
"CP_ComTitle2"
>
成本价(日元)
</td>
<td
class=
"CP_ComTitle2"
colspan=
"2"
>
销售价格(人民币)
</td>
<td
class=
"CP_ComTitle2"
>
成本总价(日元)
</td>
<td
class=
"CP_ComTitle2"
>
销售价格(人民币)
</td>
<td
class=
"CP_ComTitle2"
>
销售价格(日元)
</td>
<td
class=
"CP_ComTitle2"
>
销售付款方式
</td>
<td
class=
"CP_ComTitle2"
>
手配费
</td>
...
...
@@ -992,7 +993,8 @@
<td>
{{item.PeopleNumber}}+1
</td>
<td>
{{item.TotalMoney}}
</td>
<td>
{{item.JPYTotalMoney}}
</td>
<td
colspan=
"2"
>
<td>
{{item.JPYTotalMoney*item.PeopleNumber}}
</td>
<td>
<el-input
type=
'text'
class=
"w70"
v-model=
"item.SalePrice"
@
keyup
.
native=
"checkPrice(item,'SalePrice',true)"
maxlength=
"8"
></el-input>
</td>
...
...
@@ -1095,12 +1097,12 @@
</el-input>
</td>
</tr>
<tr>
<
!-- <
tr>
<td class="CP_ComTitle2">备注</td>
<td colspan="13">
<el-input type="textarea" v-model="OtherPrice.OtherRemark"></el-input>
</td>
</tr>
</tr>
-->
<tr>
<td
class=
"CP_ComTitle2"
>
附件
</td>
<td
colspan=
"13"
>
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceAudit.vue
View file @
042de91b
...
...
@@ -157,7 +157,7 @@
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
门票
</td>
<td
colspan=
"3"
width=
'100'
class=
"CP_ComTitle2 CostcomCenter"
>
餐
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
回佣
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
其它费用
<br/>
(保险、司导杂费等)
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2 CostcomCenter"
>
其它费用
<br
/>
(保险、司导杂费等)
</td>
</tr>
<tr>
<td
width=
"120"
class=
"CP_ComTitle2 CostcomCenter"
>
总车资
</td>
...
...
@@ -703,7 +703,8 @@
<td
class=
"CP_ComTitle2"
>
人数统计
</td>
<td
class=
"CP_ComTitle2"
>
成本价(人民币)
</td>
<td
class=
"CP_ComTitle2"
>
成本价(日元)
</td>
<td
class=
"CP_ComTitle2"
colspan=
"2"
>
销售价格(人民币)
</td>
<td
class=
"CP_ComTitle2"
>
成本总价(日元)
</td>
<td
class=
"CP_ComTitle2"
>
销售价格(人民币)
</td>
<td
class=
"CP_ComTitle2"
>
销售价格(日元)
</td>
<td
class=
"CP_ComTitle2"
>
销售付款方式
</td>
<td
class=
"CP_ComTitle2"
>
手配费
</td>
...
...
@@ -714,7 +715,8 @@
<td>
{{item.PeopleNumber}}+1
</td>
<td>
{{item.TotalMoney}}
</td>
<td>
{{item.JPYTotalMoney}}
</td>
<td
colspan=
"2"
>
<td>
{{item.JPYTotalMoney*item.PeopleNumber}}
</td>
<td>
{{item.SalePrice}}
</td>
<td>
...
...
@@ -804,12 +806,12 @@
{{teamPrice.SingleRoomPrice}}
</td>
</tr>
<tr>
<
!-- <
tr>
<td class="CP_ComTitle2">备注</td>
<td colspan="13">
{{OtherPrice.OtherRemark}}
</td>
</tr>
</tr>
-->
<tr>
<td
class=
"CP_ComTitle2"
>
附件
</td>
<td
colspan=
"13"
>
...
...
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