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
a400f8e8
Commit
a400f8e8
authored
Feb 01, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cdba03d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
10 deletions
+69
-10
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+69
-10
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
a400f8e8
...
@@ -46,11 +46,19 @@
...
@@ -46,11 +46,19 @@
.w505
{
.w505
{
width
:
505px
!important
;
width
:
505px
!important
;
}
}
.w79
{
width
:
79px
!important
;
}
.w688
{
width
:
688px
!important
;
}
.CostcomCenter
{
.CostcomCenter
{
text-align
:
center
;
text-align
:
center
;
}
}
.txtRightCost
{
text-align
:
right
;
padding-right
:
10px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -58,7 +66,55 @@
...
@@ -58,7 +66,55 @@
<div
class=
"CostNewPrice clearfix CP_Div"
>
<div
class=
"CostNewPrice clearfix CP_Div"
>
<el-form>
<el-form>
<div
class=
"QuotationFirstDiv1"
>
<div
class=
"QuotationFirstDiv1"
>
<el-row
:gutter=
"40"
>
<table
style=
"width:70%;"
>
<tr>
<td
width=
"80"
class=
"txtRightCost"
>
线路
</td>
<td>
<el-select
style=
"width:100%"
v-model=
"postConfig.LineId"
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getLineTeamList(postConfig.LineId,1)"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
v-for=
"item in LineList"
:label=
'item.LineName'
:value=
'item.LineID'
:key=
'item.LineID'
>
</el-option>
</el-select>
</td>
<td
width=
"60"
class=
"txtRightCost"
>
系列
</td>
<td>
<el-select
style=
"width:100%"
v-model=
"postConfig.LineteamId"
:placeholder=
"$t('pub.pleaseSel')"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
v-for=
"item in LineTeamList"
:label=
'item.LtName'
:value=
'item.LtID'
:key=
'item.LtID'
>
</el-option>
</el-select>
</td>
<td
width=
"80"
class=
"txtRightCost"
>
客户名称
</td>
<td>
<el-input
v-model=
"postConfig.CustomerName"
type=
"text"
placeholder=
"客户名称"
maxlength=
"200"
>
</el-input>
</td>
</tr>
<tr>
<td
colspan=
"6"
style=
"height:20px;"
>
</td>
</tr>
<tr>
<td
width=
"80"
class=
"txtRightCost"
>
团队标题
</td>
<td
colspan=
"3"
>
<el-input
v-model=
"postConfig.Title"
type=
"textarea"
:autosize=
"
{minRows: 1, maxRows: 2 }"
resize="none" placeholder="请填写团队标题" maxlength="200">
</el-input>
</td>
<td
width=
"80"
class=
"txtRightCost"
>
行程天数
</td>
<td>
<el-input
class=
"w240 LowNum"
v-model=
"postConfig.DayNum"
@
keyup
.
native=
"checkInteger(postConfig,'DayNum');createDayTripPrice()"
maxlength=
"2"
>
<template
slot=
"append"
>
天
</
template
>
</el-input>
<el-input
class=
"w120 LowNum"
v-model=
"postConfig.NightNum"
style=
"display:none;"
@
keyup
.
native=
"checkInteger(postConfig,'NightNum')"
maxlength=
"2"
>
<
template
slot=
"append"
>
晚
</
template
>
</el-input>
</td>
</tr>
</table>
<!-- <el-row :gutter="40">
<el-col :span="6">
<el-col :span="6">
<el-form-item label="线路" label-width="100px">
<el-form-item label="线路" label-width="100px">
<el-select v-model="postConfig.LineId" :placeholder="$t('pub.pleaseSel')" class="w240"
<el-select v-model="postConfig.LineId" :placeholder="$t('pub.pleaseSel')" class="w240"
...
@@ -86,9 +142,9 @@
...
@@ -86,9 +142,9 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-row :gutter="40">
<el-row :gutter="40">
<el-col
:span=
"
6
"
>
<el-col :span="
11
">
<el-form-item label="团队标题" label-width="100px">
<el-form-item label="团队标题" label-width="100px">
<el-input
v-model=
"postConfig.Title"
type=
"textarea"
class=
"w
240
"
:autosize=
"
{minRows: 1, maxRows: 2 }"
<el-input v-model="postConfig.Title" type="textarea" class="w
688
" :autosize="{minRows: 1, maxRows: 2 }"
resize="none" placeholder="请填写团队标题" maxlength="200"></el-input>
resize="none" placeholder="请填写团队标题" maxlength="200"></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -104,7 +160,7 @@
...
@@ -104,7 +160,7 @@
</el-input>
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
-->
<div
class=
"seat-box"
style=
"display:none;"
>
<div
class=
"seat-box"
style=
"display:none;"
>
<div
class=
"left"
style=
"float:left;margin:6px 0 0 64px;"
>
座位
</div>
<div
class=
"left"
style=
"float:left;margin:6px 0 0 64px;"
>
座位
</div>
<div
class=
"right"
>
<div
class=
"right"
>
...
@@ -148,12 +204,15 @@
...
@@ -148,12 +204,15 @@
<table
class=
"CostPriceTable CostNewTable"
>
<table
class=
"CostPriceTable CostNewTable"
>
<thead>
<thead>
<tr>
<td
colspan=
"9"
class=
"CP_ComTitle2 CostcomCenter"
>
报价信息
</td>
</tr>
<tr>
<tr>
<td
width=
"170"
class=
"CP_ComTitle2 CostcomCenter"
>
币种
</td>
<td
width=
"170"
class=
"CP_ComTitle2 CostcomCenter"
>
币种
</td>
<td
v-for=
'(item,index) in CostCurrencyList'
>
<td
v-for=
'(item,index) in CostCurrencyList'
>
{{item.CurrencyName}}
{{item.CurrencyName}}
<span>
<span>
<i
class=
"iconfont icon-quxiao"
@
click=
"DeleteCurrency(index)"
></i>
<i
class=
"iconfont icon-quxiao"
style=
"display:inline-block;"
@
click=
"DeleteCurrency(index)"
></i>
</span>
</span>
</td>
</td>
<td
:colspan=
"9-2-CostCurrencyList.length+1"
>
<td
:colspan=
"9-2-CostCurrencyList.length+1"
>
...
@@ -181,7 +240,7 @@
...
@@ -181,7 +240,7 @@
<tr>
<tr>
<td
width=
"170"
class=
"CP_ComTitle2 CostcomCenter"
>
人数
</td>
<td
width=
"170"
class=
"CP_ComTitle2 CostcomCenter"
>
人数
</td>
<td
v-for=
"(item,index) in CostNumberList"
:key=
'item.subCode'
>
<td
v-for=
"(item,index) in CostNumberList"
:key=
'item.subCode'
>
<el-input
class=
"w
80
"
v-model=
'item.PeopleNumber'
@
keyup
.
native=
"checkInteger(item,'PeopleNumber')"
>
<el-input
class=
"w
79
"
v-model=
'item.PeopleNumber'
@
keyup
.
native=
"checkInteger(item,'PeopleNumber')"
>
</el-input>
</el-input>
<span>
<span>
<i
class=
"iconfont icon-quxiao"
@
click=
"DeletePNumber(index),getchange()"
></i>
<i
class=
"iconfont icon-quxiao"
@
click=
"DeletePNumber(index),getchange()"
></i>
...
@@ -189,10 +248,10 @@
...
@@ -189,10 +248,10 @@
</td>
</td>
<td
width=
"150"
:colspan=
"9-2-CostNumberList.length+1"
>
<td
width=
"150"
:colspan=
"9-2-CostNumberList.length+1"
>
<el-form-item>
<el-form-item>
<el-input
class=
"w
80
"
v-model=
'queryMsg.PeopleNumber'
<el-input
class=
"w
79
"
v-model=
'queryMsg.PeopleNumber'
@
keyup
.
native=
"checkInteger(queryMsg,'PeopleNumber'),getchange()"
></el-input>
@
keyup
.
native=
"checkInteger(queryMsg,'PeopleNumber'),getchange()"
></el-input>
<i
class=
"iconfont icon-img_haha"
style=
"cursor:pointer;"
@
click=
"addPeoNunber"
></i>
</el-form-item>
</el-form-item>
<a
@
click=
"addPeoNunber"
style=
"cursor:pointer;color:red;"
>
添加
</a>
</td>
</td>
</tr>
</tr>
<tr
v-for=
"item in CostCurrencyList"
>
<tr
v-for=
"item in CostCurrencyList"
>
...
...
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