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
e2e4e697
Commit
e2e4e697
authored
Mar 24, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
e0192ef8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
AuditDan.vue
src/components/TravelManager/TravelGroupControl/AuditDan.vue
+1
-1
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+5
-5
newQuotation.vue
...ponents/TravelManager/TravelNewQuotation/newQuotation.vue
+1
-1
No files found.
src/components/TravelManager/TravelGroupControl/AuditDan.vue
View file @
e2e4e697
...
...
@@ -149,7 +149,7 @@
</div>
</div>
</div>
<span
slot=
"reference"
class=
"diPrice"
>
{{
item
.
Sales
Price
}}
<span
class=
"qi"
>
起
</span></span>
<span
slot=
"reference"
class=
"diPrice"
>
{{
item
.
JPYSale
Price
}}
<span
class=
"qi"
>
起
</span></span>
</el-popover>
</div>
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
e2e4e697
...
...
@@ -56,7 +56,7 @@
TravelState
:
1
,
//团控状态(1-草稿,2-待审核,3-审核通过,4-审核拒绝,5已撤销)
OutBranchId
:
-
1
,
//出团公司
OutDateTime
:
""
,
//出发时间
OfferPayType
:
0
,
//报价单付款方式()
OfferPayType
:
0
,
//报价单付款方式()
},
dayCostPriceList
:
[],
//报价列表
isSubmit
:
true
,
...
...
@@ -95,8 +95,8 @@
GuideMoney
:
0
,
//导游小费
InternationalAirTicket
:
0
,
//国际段机票
InternationalAirTicketCurrency
:
0
,
//国际段机票币种
GuideComplement
:
0
,
//导游回补
TipComplement
:
0
,
//小费回补
GuideComplement
:
0
,
//导游回补
TipComplement
:
0
,
//小费回补
},
CostCurrencyList
:
[],
//选择的币种
CostNumberList
:
[],
//人数
...
...
@@ -130,7 +130,7 @@
BackSafeMoney
:
0
,
//退保险费
ContractUrl
:
""
,
//合同地址
PriceRemark
:
""
,
//定价备注
ContractArray
:[],
ContractArray
:
[],
},
LineList
:
[],
//线路列表
loading
:
false
...
...
@@ -237,7 +237,7 @@
this
.
postData
.
CustomerName
=
tempData
.
CustomerName
;
this
.
postData
.
OutBranchId
=
tempData
.
OutBranchId
;
this
.
postData
.
OutDateTime
=
tempData
.
OutDateTime
;
this
.
postData
.
OfferPayType
=
tempData
.
OfferPayType
;
this
.
postData
.
OfferPayType
=
tempData
.
OfferPayType
;
this
.
LineList
=
tempData
.
LineList
;
if
(
tempData
.
dayCostPriceList
&&
tempData
.
dayCostPriceList
!=
null
&&
tempData
.
dayCostPriceList
.
length
>
0
)
{
...
...
src/components/TravelManager/TravelNewQuotation/newQuotation.vue
View file @
e2e4e697
...
...
@@ -170,7 +170,7 @@
</div>
</div>
</div>
<span
slot=
"reference"
class=
"diPrice"
>
{{
item
.
Sales
Price
}}
<span
class=
"qi"
>
起
</span></span>
<span
slot=
"reference"
class=
"diPrice"
>
{{
item
.
JPYSale
Price
}}
<span
class=
"qi"
>
起
</span></span>
</el-popover>
</div>
...
...
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