Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HotelProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
HotelProject
Commits
ee8c9f58
Commit
ee8c9f58
authored
Feb 13, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
a6b1b470
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
5 deletions
+28
-5
Quotation.vue
src/components/assetsman/Quotation.vue
+28
-5
No files found.
src/components/assetsman/Quotation.vue
View file @
ee8c9f58
...
@@ -42,22 +42,40 @@
...
@@ -42,22 +42,40 @@
<template>
<template>
<table
style=
"margin-left:3px;padding-top:2px;width:100%;font-size:12px"
>
<table
style=
"margin-left:3px;padding-top:2px;width:100%;font-size:12px"
>
<tr>
<tr>
<th
style=
"text-align:center"
title=
"价格"
>
ばいばい価格
</th>
<th
style=
"text-align:center"
title=
"成本价人民币"
>
原価人民元
</th>
<th
style=
"text-align:center"
title=
"成本价格"
>
原価
</th>
<th
style=
"text-align:center;display:none"
title=
"内部卖价人民币"
>
内部で人民元を売り買いする
</th>
<th
style=
"text-align:center"
title=
"同行卖价人民币"
>
同業で人民元を売り買いする
</th>
<th
style=
"text-align:center"
title=
"直客价格人民币"
>
顧客価格は人民元
</th>
<th
style=
"text-align:center"
title=
"是否含税"
>
税込みかどうか
</th>
<th
style=
"text-align:center"
title=
"库存数量"
>
在庫数量
</th>
<th
style=
"text-align:center"
title=
"库存数量"
>
在庫数量
</th>
<th
style=
"text-align:center"
>
操作
</th>
<th
style=
"text-align:center"
>
操作
</th>
</tr>
</tr>
<tr
v-for=
"(childItem,childIndex) in subItem.data.SubList"
:key=
"childIndex"
>
<tr
v-for=
"(childItem,childIndex) in subItem.data.SubList"
:key=
"childIndex"
>
<td
style=
"text-align:center;white-space:nowrap; "
>
<td
style=
"text-align:center;white-space:nowrap; "
>
{{
childItem
.
CostPrice
}}
</td>
<td
style=
"text-align:center;white-space:nowrap;display:none"
>
{{
childItem
.
Money
}}
{{
childItem
.
Money
}}
</td>
</td>
<td
style=
"text-align:center;white-space:nowrap; "
>
<td
style=
"text-align:center;white-space:nowrap; "
>
{{
childItem
.
CostPrice
}}
{{
childItem
.
B2BPrice
}}
</td>
<td
style=
"text-align:center;white-space:nowrap; "
>
{{
childItem
.
B2CPrice
}}
</td>
<td
style=
"text-align:center;white-space:nowrap; "
>
{{
childItem
.
IsContainsTaxStr
}}
<template
v-if=
"childItem.IsContainsTax==0"
>
<br/>
<span
style=
"color:red"
>
税金:
{{
childItem
.
TaxPrice
}}
</span>
</
template
>
</td>
</td>
<td
style=
"text-align:center"
>
<td
style=
"text-align:center"
>
{{childItem.Inventory}}
{{childItem.Inventory}}
</td>
</td>
<td
style=
"text-align:center"
>
<td
style=
"text-align:center
;white-space:nowrap;
"
>
<a
style=
"text-decoration:underline;cursor:pointer;color:#089bab;"
<a
style=
"text-decoration:underline;cursor:pointer;color:#089bab;"
@
click=
"GetRoomPrice(childItem)"
>
修正
</a>
@
click=
"GetRoomPrice(childItem)"
>
修正
</a>
</td>
</td>
...
@@ -268,6 +286,11 @@
...
@@ -268,6 +286,11 @@
this
.
hotelInfo
.
HotelName
=
json
.
HotelName
;
this
.
hotelInfo
.
HotelName
=
json
.
HotelName
;
this
.
hotelInfo
.
TotalInventory
=
json
.
TotalInventory
;
this
.
hotelInfo
.
TotalInventory
=
json
.
TotalInventory
;
this
.
hotelInfo
.
Validity
=
json
.
Validity
;
this
.
hotelInfo
.
Validity
=
json
.
Validity
;
this
.
hotelInfo
.
B2BPrice
=
json
.
B2BPrice
;
this
.
hotelInfo
.
B2CPrice
=
json
.
B2CPrice
;
this
.
hotelInfo
.
IsContainsTax
=
json
.
IsContainsTax
;
this
.
hotelInfo
.
IsContainsTaxStr
=
json
.
IsContainsTaxStr
;
this
.
hotelInfo
.
TaxPrice
=
json
.
TaxPrice
;
for
(
let
i
=
0
;
i
<
this
.
dayList
[
key
].
days
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
dayList
[
key
].
days
.
length
;
i
++
)
{
for
(
let
j
=
0
;
j
<
json
.
length
;
j
++
)
{
for
(
let
j
=
0
;
j
<
json
.
length
;
j
++
)
{
if
(
this
.
dayList
[
key
].
days
[
i
].
day
===
json
[
j
].
DayStr
)
{
if
(
this
.
dayList
[
key
].
days
[
i
].
day
===
json
[
j
].
DayStr
)
{
...
...
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