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
41296177
Commit
41296177
authored
Jul 28, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
14e9eeb4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
CostNewPriceForm.vue
...nts/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
+2
-2
CostNewPriceMun.vue
...ents/TravelManager/TravelNewQuotation/CostNewPriceMun.vue
+4
-2
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPriceForm.vue
View file @
41296177
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
<td
v-if=
"childIndex==0"
:rowspan=
"CostNumberList.length"
>
<td
v-if=
"childIndex==0"
:rowspan=
"CostNumberList.length"
>
<el-form-item
label=
"酒店名称:"
style=
"width:250px;"
>
<el-form-item
label=
"酒店名称:"
style=
"width:250px;"
>
<el-select
filterable
remote
:remote-method=
"(query) => remoteSearchAdGroup(query, subItem)"
<el-select
filterable
remote
:remote-method=
"(query) => remoteSearchAdGroup(query, subItem)"
v-model=
'subItem.HotelId'
placeholder=
"请
选择酒店
"
:loading=
"loading"
v-model=
'subItem.HotelId'
placeholder=
"请
输入酒店名称
"
:loading=
"loading"
@
change=
"getHotel(subItem,subItem.HotelId)"
>
@
change=
"getHotel(subItem,subItem.HotelId)"
>
<el-option
v-for=
"(x) in subItem.HotelList"
:key=
"x.ID"
:label=
"x.Name"
:value=
'x.ID'
>
<el-option
v-for=
"(x) in subItem.HotelList"
:key=
"x.ID"
:label=
"x.Name"
:value=
'x.ID'
>
</el-option>
</el-option>
...
@@ -327,7 +327,7 @@
...
@@ -327,7 +327,7 @@
<td>
<td>
<el-form-item
label=
"酒店名称:"
style=
"width:250px;"
>
<el-form-item
label=
"酒店名称:"
style=
"width:250px;"
>
<el-select
filterable
remote
:remote-method=
"(query) => remoteSearchAdGroup(query, subItem)"
<el-select
filterable
remote
:remote-method=
"(query) => remoteSearchAdGroup(query, subItem)"
v-model=
'subItem.HotelId'
placeholder=
"请
选择酒店
"
:loading=
"loading"
v-model=
'subItem.HotelId'
placeholder=
"请
输入酒店名称
"
:loading=
"loading"
@
change=
"getHotel(subItem,subItem.HotelId)"
>
@
change=
"getHotel(subItem,subItem.HotelId)"
>
<el-option
v-for=
"(x) in subItem.HotelList"
:key=
"x.ID"
:label=
"x.Name"
:value=
'x.ID'
>
<el-option
v-for=
"(x) in subItem.HotelList"
:key=
"x.ID"
:label=
"x.Name"
:value=
'x.ID'
>
</el-option>
</el-option>
...
...
src/components/TravelManager/TravelNewQuotation/CostNewPriceMun.vue
View file @
41296177
...
@@ -202,12 +202,14 @@
...
@@ -202,12 +202,14 @@
</div>
</div>
</div>
</div>
<br
/>
<br
/>
<!--去掉删除功能 closable @close="handleClose(index)"-->
<el-tag
v-for=
"(item, index) in orderList"
:key=
"index"
<el-tag
v-for=
"(item, index) in orderList"
:key=
"index"
style=
"margin-right: 10px;margin-bottom: 10px; cursor: pointer;"
:type=
"index ===tabsActive ? '':'info'"
style=
"margin-right: 10px;margin-bottom: 10px; cursor: pointer;"
:type=
"index ===tabsActive ? '':'info'"
closable
@
click=
"selectTag(index)"
:disable-transitions=
"false"
@
close=
"handleClose(index)"
>
@
click=
"selectTag(index)"
:disable-transitions=
"false"
>
{{`报价单${index + 1}${item.queryMsg.IsDefault ? '(默认)' : ''}`}}
{{`报价单${index + 1}${item.queryMsg.IsDefault ? '(默认)' : ''}`}}
</el-tag>
</el-tag>
<el-button
class=
"button-new-tag"
size=
"small"
@
click=
"addOrderTag"
>
新增报价单
</el-button>
<!--HK2023-07-28 注释-->
<!-- <el-button class="button-new-tag" size="small" @click="addOrderTag">新增报价单</el-button> -->
<CostNewPriceFormVue
ref=
"CostNewPrice"
:postConfig=
"postConfig"
:OtherPrice=
"currentData.OtherPrice"
<CostNewPriceFormVue
ref=
"CostNewPrice"
:postConfig=
"postConfig"
:OtherPrice=
"currentData.OtherPrice"
:dayCostPrice=
"currentData.dayCostPrice"
:LineList=
"LineList"
:CostCurrencyList=
"currentData.CostCurrencyList"
:dayCostPrice=
"currentData.dayCostPrice"
:LineList=
"LineList"
:CostCurrencyList=
"currentData.CostCurrencyList"
:CostNumberList=
"currentData.CostNumberList"
:CurrencyNumberListExt=
"CurrencyNumberListExt"
:CostNumberList=
"currentData.CostNumberList"
:CurrencyNumberListExt=
"CurrencyNumberListExt"
...
...
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