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
27c7066e
Commit
27c7066e
authored
May 27, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
f3e396fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
650 additions
and
678 deletions
+650
-678
domesticScenicSpotPackagePrice.vue
src/components/scenicSpot/domesticScenicSpotPackagePrice.vue
+650
-678
No files found.
src/components/scenicSpot/domesticScenicSpotPackagePrice.vue
View file @
27c7066e
<
style
>
.domesticScenicSpotPackagePrice
.query_box
{
font-size
:
12px
;
padding
:
29px
0
;
padding-right
:
30px
;
display
:
flex
;
justify-content
:
space-between
;
}
.domesticScenicSpotPackagePrice
.el-switch.is-checked
.el-switch__core
{
border-color
:
#4bca81
;
background-color
:
#4bca81
;
}
.domesticScenicSpotPackagePrice
.addCompany
{
width
:
440px
;
max-height
:
600px
;
}
.domesticScenicSpotPackagePrice
.addCompany
.el-dialog__body
{
height
:
486px
;
overflow
:
auto
;
}
.domesticScenicSpotPackagePrice
.query_box
div
label
{
display
:
inline-block
;
min-width
:
80px
;
text-align
:
right
;
font-style
:
normal
;
margin
:
0
20px
0
0
;
}
input
::-webkit-outer-spin-button
,
input
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
}
input
[
type
=
"number"
]
{
-moz-appearance
:
textfield
;
}
.lineType
{
width
:
51px
;
height
:
24px
;
display
:
inline-block
;
text-align
:
center
;
line-height
:
24px
;
margin-top
:
25px
;
border-radius
:
4px
;
background-color
:
#ff9c00
;
color
:
#ffffff
;
}
.domesticScenicSpotPackagePrice
.LMTable
tr
{
height
:
70px
;
text-align
:
center
!important
;
background-color
:
#fff
;
}
.comPanyNum
{
font-size
:
14px
;
color
:
#333333
;
display
:
inline-block
;
font-weight
:
bold
;
cursor
:
pointer
;
margin-bottom
:
5px
;
text-decoration
:
underline
;
}
.comPanyNum
:hover
{
color
:
#e95252
;
}
.zhicai
:first-child
{
margin-top
:
23px
;
}
.zhicai
{
color
:
#47bf8c
;
}
.partCompany
{
padding
:
0
;
box-shadow
:
0px
1px
3px
0px
#dedede
;
}
.partCompany
.popper__arrow
::after
{
border-bottom-color
:
#ededed
!important
;
}
.partCompany
table
{
padding
:
10px
0
0
20px
;
background-color
:
#ededed
;
border-collapse
:
collapse
;
border
:
1px
solid
#d2d2d2
;
font-size
:
12px
;
}
.partCompany
table
th
{
background-color
:
#ededed
;
padding
:
5px
;
}
.partCompany
table
td
{
background-color
:
#ffffff
;
padding
:
9px
15px
;
color
:
#333333
;
border
:
1px
solid
#d2d2d2
;
}
.partCompany
table
td
._d_name
{
background-color
:
#ededed
;
}
.partCompany
table
._color_666
{
color
:
#666666
;
}
.partCompany
table
tr
._color_666
th
{
padding
:
9px
15px
;
}
.LineName
{
display
:
inline-block
;
width
:
170px
;
margin
:
30px
0
0
20px
;
text-align
:
left
;
}
.domesticScenicSpotPackagePrice
.LM_Back
{
background-color
:
#f2f2f2
;
}
.redType
{
color
:
#e95252
;
}
.domesticScenicSpotPackagePrice
.tbDiv
{
overflow-y
:
auto
;
}
.departListDiv
{
width
:
100%
;
height
:
200px
;
overflow-y
:
auto
;
}
.domesticScenicSpotPackagePrice
.tbDiv
::-webkit-scrollbar
{
width
:
4px
;
height
:
8px
;
}
.domesticScenicSpotPackagePrice
.tbDiv
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
4px
;
background
:
#ededed
;
}
.domesticScenicSpotPackagePrice
.tbDiv
::-webkit-scrollbar-thumb
{
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#c9c9c9
;
}
.departListDiv
::-webkit-scrollbar
{
width
:
4px
;
height
:
8px
;
}
.departListDiv
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
4px
;
background
:
#ededed
;
}
.departListDiv
::-webkit-scrollbar-thumb
{
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#c9c9c9
;
}
.LMTable
{
width
:
100%
;
font-size
:
12px
;
}
.domesticScenicSpotPackagePrice
.LMTable
tr
th
{
border-bottom
:
1px
solid
#d1d1d1
;
}
.domesticScenicSpotPackagePrice
.tbDiv
.LMTable
td
{
border-bottom
:
1px
solid
#d1d1d1
;
border-right
:
1px
solid
#d1d1d1
;
position
:
relative
;
text-align
:
center
;
padding
:
5px
;
min-width
:
250px
;
}
.domesticScenicSpotPackagePrice
.tbDiv
table
{
padding-right
:
80px
;
margin-top
:
10px
;
border-top
:
1px
solid
#d1d1d1
;
border-left
:
1px
solid
#d1d1d1
;
border-right
:
1px
solid
#d1d1d1
;
}
.upFentan
{
text-decoration
:
underline
;
cursor
:
pointer
;
position
:
absolute
;
right
:
13px
;
top
:
32%
;
}
.subCountryList
{
width
:
150px
;
text-align
:
left
;
display
:
inline-block
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
position
:
relative
;
top
:
3px
;
}
.domesticScenicSpotPackagePrice
._addLineTB
tr
{
height
:
40px
!important
;
}
.saveCompanyBtn
{
margin-top
:
20px
;
}
.setItem
{
cursor
:
pointer
;
text-decoration
:
underline
;
position
:
absolute
;
right
:
13px
;
top
:
32%
;
}
._LMComdiv
{
float
:
left
;
width
:
32%
;
text-align
:
left
;
margin-top
:
20px
;
}
.LineRank
{
width
:
24px
;
height
:
24px
;
background-color
:
#2aaef2
;
border-radius
:
50%
;
text-align
:
center
;
line-height
:
24px
;
color
:
#fff
;
margin
:
15px
auto
5px
;
}
.domesticScenicSpotPackagePrice
.joinDepart
{
display
:
inline-block
;
margin-right
:
50px
;
text-align
:
left
;
float
:
left
;
width
:
180px
;
}
.domesticScenicSpotPackagePrice
.LM_Rank
{
text-align
:
center
;
}
._LowDisMoney
{
text-align
:
left
;
margin
:
20px
0
0
25px
;
}
.LM_Btcontent
{
margin-left
:
20px
;
}
.LM_ul
li
{
height
:
78px
;
margin
:
20px
0
0px
0px
;
transition
:
linear
all
0.5s
;
background-color
:
#fff
;
font-size
:
12px
;
border
:
1px
solid
#dddddd
;
overflow
:
hidden
;
position
:
relative
;
}
.LM_BTNList
{
margin-top
:
25px
;
}
.domesticScenicSpotPackagePrice
.el-button-group
.el-button
{
padding
:
5px
;
}
.domesticScenicSpotPackagePrice
.LM_ul
>
li
:hover
{
box-shadow
:
0px
0px
20px
rgba
(
191
,
191
,
191
,
1
);
transition
:
all
linear
0.5s
;
}
.domesticScenicSpotPackagePrice
.el-date-editor.el-input
,
.el-date-editor.el-input__inner
{
width
:
auto
;
}
.SP_datePicker
.el-input__inner
{
padding-right
:
0
!important
;
}
.SP_AddTicket
{
margin
:
10px
10px
0
30px
;
}
.domesticScenicSpotPackagePrice
.query_box
{
font-size
:
12px
;
padding
:
29px
0
;
padding-right
:
30px
;
display
:
flex
;
justify-content
:
space-between
;
}
.domesticScenicSpotPackagePrice
.el-switch.is-checked
.el-switch__core
{
border-color
:
#4bca81
;
background-color
:
#4bca81
;
}
.domesticScenicSpotPackagePrice
.addCompany
{
width
:
440px
;
max-height
:
600px
;
}
.domesticScenicSpotPackagePrice
.addCompany
.el-dialog__body
{
height
:
486px
;
overflow
:
auto
;
}
.domesticScenicSpotPackagePrice
.query_box
div
label
{
display
:
inline-block
;
min-width
:
80px
;
text-align
:
right
;
font-style
:
normal
;
margin
:
0
20px
0
0
;
}
input
::-webkit-outer-spin-button
,
input
::-webkit-inner-spin-button
{
-webkit-appearance
:
none
;
}
input
[
type
=
"number"
]
{
-moz-appearance
:
textfield
;
}
.lineType
{
width
:
51px
;
height
:
24px
;
display
:
inline-block
;
text-align
:
center
;
line-height
:
24px
;
margin-top
:
25px
;
border-radius
:
4px
;
background-color
:
#ff9c00
;
color
:
#ffffff
;
}
.domesticScenicSpotPackagePrice
.LMTable
tr
{
height
:
70px
;
text-align
:
center
!important
;
background-color
:
#fff
;
}
.comPanyNum
{
font-size
:
14px
;
color
:
#333333
;
display
:
inline-block
;
font-weight
:
bold
;
cursor
:
pointer
;
margin-bottom
:
5px
;
text-decoration
:
underline
;
}
.comPanyNum
:hover
{
color
:
#e95252
;
}
.zhicai
:first-child
{
margin-top
:
23px
;
}
.zhicai
{
color
:
#47bf8c
;
}
.partCompany
{
padding
:
0
;
box-shadow
:
0px
1px
3px
0px
#dedede
;
}
.partCompany
.popper__arrow
::after
{
border-bottom-color
:
#ededed
!important
;
}
.partCompany
table
{
padding
:
10px
0
0
20px
;
background-color
:
#ededed
;
border-collapse
:
collapse
;
border
:
1px
solid
#d2d2d2
;
font-size
:
12px
;
}
.partCompany
table
th
{
background-color
:
#ededed
;
padding
:
5px
;
}
.partCompany
table
td
{
background-color
:
#ffffff
;
padding
:
9px
15px
;
color
:
#333333
;
border
:
1px
solid
#d2d2d2
;
}
.partCompany
table
td
._d_name
{
background-color
:
#ededed
;
}
.partCompany
table
._color_666
{
color
:
#666666
;
}
.partCompany
table
tr
._color_666
th
{
padding
:
9px
15px
;
}
.LineName
{
display
:
inline-block
;
width
:
170px
;
margin
:
30px
0
0
20px
;
text-align
:
left
;
}
.domesticScenicSpotPackagePrice
.LM_Back
{
background-color
:
#f2f2f2
;
}
.redType
{
color
:
#e95252
;
}
.domesticScenicSpotPackagePrice
.tbDiv
{
overflow-y
:
auto
;
}
.departListDiv
{
width
:
100%
;
height
:
200px
;
overflow-y
:
auto
;
}
.domesticScenicSpotPackagePrice
.tbDiv
::-webkit-scrollbar
{
width
:
4px
;
height
:
8px
;
}
.domesticScenicSpotPackagePrice
.tbDiv
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
4px
;
background
:
#ededed
;
}
.domesticScenicSpotPackagePrice
.tbDiv
::-webkit-scrollbar-thumb
{
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#c9c9c9
;
}
.departListDiv
::-webkit-scrollbar
{
width
:
4px
;
height
:
8px
;
}
.departListDiv
::-webkit-scrollbar-track
{
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
border-radius
:
4px
;
background
:
#ededed
;
}
.departListDiv
::-webkit-scrollbar-thumb
{
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
0
2px
rgba
(
0
,
0
,
0
,
0.2
);
background
:
#c9c9c9
;
}
.LMTable
{
width
:
100%
;
font-size
:
12px
;
}
.domesticScenicSpotPackagePrice
.LMTable
tr
th
{
border-bottom
:
1px
solid
#d1d1d1
;
}
.domesticScenicSpotPackagePrice
.tbDiv
.LMTable
td
{
border-bottom
:
1px
solid
#d1d1d1
;
border-right
:
1px
solid
#d1d1d1
;
position
:
relative
;
text-align
:
center
;
padding
:
5px
;
min-width
:
250px
;
}
.domesticScenicSpotPackagePrice
.tbDiv
table
{
padding-right
:
80px
;
margin-top
:
10px
;
border-top
:
1px
solid
#d1d1d1
;
border-left
:
1px
solid
#d1d1d1
;
border-right
:
1px
solid
#d1d1d1
;
}
.upFentan
{
text-decoration
:
underline
;
cursor
:
pointer
;
position
:
absolute
;
right
:
13px
;
top
:
32%
;
}
.subCountryList
{
width
:
150px
;
text-align
:
left
;
display
:
inline-block
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
white-space
:
nowrap
;
position
:
relative
;
top
:
3px
;
}
.domesticScenicSpotPackagePrice
._addLineTB
tr
{
height
:
40px
!important
;
}
.saveCompanyBtn
{
margin-top
:
20px
;
}
.setItem
{
cursor
:
pointer
;
text-decoration
:
underline
;
position
:
absolute
;
right
:
13px
;
top
:
32%
;
}
._LMComdiv
{
float
:
left
;
width
:
32%
;
text-align
:
left
;
margin-top
:
20px
;
}
.LineRank
{
width
:
24px
;
height
:
24px
;
background-color
:
#2aaef2
;
border-radius
:
50%
;
text-align
:
center
;
line-height
:
24px
;
color
:
#fff
;
margin
:
15px
auto
5px
;
}
.domesticScenicSpotPackagePrice
.joinDepart
{
display
:
inline-block
;
margin-right
:
50px
;
text-align
:
left
;
float
:
left
;
width
:
180px
;
}
.domesticScenicSpotPackagePrice
.LM_Rank
{
text-align
:
center
;
}
._LowDisMoney
{
text-align
:
left
;
margin
:
20px
0
0
25px
;
}
.LM_Btcontent
{
margin-left
:
20px
;
}
.LM_ul
li
{
height
:
78px
;
margin
:
20px
0
0px
0px
;
transition
:
linear
all
0.5s
;
background-color
:
#fff
;
font-size
:
12px
;
border
:
1px
solid
#dddddd
;
overflow
:
hidden
;
position
:
relative
;
}
.LM_BTNList
{
margin-top
:
25px
;
}
.domesticScenicSpotPackagePrice
.el-button-group
.el-button
{
padding
:
5px
;
}
.domesticScenicSpotPackagePrice
.LM_ul
>
li
:hover
{
box-shadow
:
0px
0px
20px
rgba
(
191
,
191
,
191
,
1
);
transition
:
all
linear
0.5s
;
}
.domesticScenicSpotPackagePrice
.el-date-editor.el-input
,
.el-date-editor.el-input__inner
{
width
:
auto
;
}
.SP_datePicker
.el-input__inner
{
padding-right
:
0
!important
;
}
.SP_AddTicket
{
margin
:
10px
10px
0
30px
;
}
</
style
>
<
template
>
<div
class=
"flexOne domesticScenicSpotPackagePrice"
>
...
...
@@ -325,8 +329,11 @@ input[type="number"] {
</span>
</li>
<li>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),initDataTable()"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"clearInfo(),isShowDIv=true,divTitle='新增报价'"
/>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"resetPageIndex(),initDataTable()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"门票列表"
@
click=
"gotoTicket()"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.addBtn')"
@
click=
"clearInfo(),isShowDIv=true,divTitle='新增报价'"
/>
</li>
</ul>
</div>
...
...
@@ -361,25 +368,13 @@ input[type="number"] {
<div>
{{
item
.
B2CPrice
}}
</div>
</div>
</el-col>
<!--
<el-col
:span=
"2"
>
<div
class=
"_LowDisMoney"
>
<div>
原价
</div>
<div>
{{
item
.
SalesPrice
}}
</div>
</div>
</el-col>
-->
<!--
<el-col
:span=
"3"
>
<div
class=
"_LowDisMoney"
>
<div>
供应商
</div>
<div>
{{
item
.
SupplierName
}}
</div>
</div>
</el-col>
-->
<el-col
:span=
"2"
>
<div
class=
"_LowDisMoney"
>
<div>
备注
</div>
<div>
{{
item
.
Remark
}}
</div>
</div>
</el-col>
<el-col
:span=
"2"
>
<
!--
<
el-col
:span=
"2"
>
<div
class=
"_LowDisMoney"
>
<div>
币种
</div>
<div>
{{
getCurrencyName
(
item
.
CurrencyId
)
}}
</div>
...
...
@@ -390,15 +385,16 @@ input[type="number"] {
<div>
汇率
</div>
<div>
{{
item
.
CurrentRate
}}
</div>
</div>
</el-col>
</el-col>
-->
<el-col
:span=
"2"
>
<div
class=
"LM_BTNList"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_edit')"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
icon=
"el-icon-edit"
@
click=
"isShowDIv = true,divTitle='修改报价',updateData(item.ID)"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-button
type=
"danger"
circle
icon=
"el-icon-delete"
@
click=
"isdelete(item.ID)"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_edit')"
placement=
"top-start"
>
<el-button
type=
"primary"
circle
icon=
"el-icon-edit"
@
click=
"isShowDIv = true,divTitle='修改报价',updateData(item.ID)"
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"$t('system.table_delete')"
placement=
"top-start"
>
<el-button
type=
"danger"
circle
icon=
"el-icon-delete"
@
click=
"isdelete(item.ID)"
></el-button>
</el-tooltip>
</div>
</el-col>
</el-row>
...
...
@@ -414,54 +410,43 @@ input[type="number"] {
<el-form
:model=
"addMsg"
:rules=
"rules"
ref=
"addMsg"
label-width=
"100px"
>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_StartDate')"
prop=
"StartDate"
>
<el-date-picker
class=
"SP_datePicker"
:clearable=
"false"
v-model=
'addMsg.StartDate'
type=
"date"
:picker-options=
"addPickerBeginDateBefore"
value-format=
"yyyy-MM-dd"
placeholder=
""
>
<el-date-picker
class=
"SP_datePicker"
:clearable=
"false"
v-model=
'addMsg.StartDate'
type=
"date"
:picker-options=
"addPickerBeginDateBefore"
value-format=
"yyyy-MM-dd"
placeholder=
""
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_EndDate')"
prop=
"EndDate"
>
<el-date-picker
class=
"SP_datePicker"
:clearable=
"false"
v-model=
'addMsg.EndDate'
type=
"date"
value-format=
"yyyy-MM-dd"
:picker-options=
"addPickerBeginDateAfter"
placeholder=
""
>
<el-date-picker
class=
"SP_datePicker"
:clearable=
"false"
v-model=
'addMsg.EndDate'
type=
"date"
value-format=
"yyyy-MM-dd"
:picker-options=
"addPickerBeginDateAfter"
placeholder=
""
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_CostPrice')"
prop=
"CostPrice"
>
<el-input
v-model=
"addMsg.CostPrice"
@
keyup
.
native=
"checkPrice(addMsg,'CostPrice')"
></el-input>
<el-input
v-model=
"addMsg.CostPrice"
@
keyup
.
native=
"checkPrice(addMsg,'CostPrice')"
maxlength=
"8"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_Inventory')"
prop=
"Inventory"
>
<el-input
type=
"text"
maxlength=
"8"
v-model=
"addMsg.Inventory"
@
keyup
.
native=
"checkInteger(addMsg,'Inventory')"
></el-input>
<el-input
type=
"text"
maxlength=
"8"
v-model=
"addMsg.Inventory"
@
keyup
.
native=
"checkInteger(addMsg,'Inventory')"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_B2BPrice')"
prop=
"B2BPrice"
>
<el-input
type=
"text"
v-model=
"addMsg.B2BPrice"
@
keyup
.
native=
"checkPrice(addMsg,'B2BPrice')"
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.B2BPrice"
@
keyup
.
native=
"checkPrice(addMsg,'B2BPrice')"
maxlength=
"8"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_B2CPrice')"
prop=
"B2CPrice"
>
<el-input
type=
"text"
v-model=
"addMsg.B2CPrice"
@
keyup
.
native=
"checkPrice(addMsg,'B2CPrice')"
></el-input>
<el-input
type=
"text"
v-model=
"addMsg.B2CPrice"
@
keyup
.
native=
"checkPrice(addMsg,'B2CPrice')"
maxlength=
"8"
></el-input>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"4"
>
<el-form-item
label=
"原价"
prop=
"SalesPrice"
>
<el-input
type=
"text"
v-model=
"addMsg.SalesPrice"
@
keyup
.
native=
"checkPrice(addMsg,'SalesPrice')"
></el-input>
</el-form-item>
</el-col>
-->
<!--
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_Supplier')"
v-if=
"IsSelfBook"
prop=
"Supplier"
>
<el-select
v-model=
"addMsg.Supplier"
filterable
:placeholder=
"$t('hotel.hotel_inputholder')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in SupplierList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</el-form-item>
</el-col>
-->
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('hotel.hotel_Currency')"
prop=
"CurrencyId"
>
<el-select
placeholder=
"请选币种"
filterable
@
change=
"getCurrentRate(addMsg.CurrencyId)"
v-model=
"addMsg.CurrencyId"
>
<el-select
placeholder=
"请选币种"
filterable
@
change=
"getCurrentRate(addMsg.CurrencyId)"
v-model=
"addMsg.CurrencyId"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'SelectDefaultValue'
></el-option>
<el-option
v-for=
"item in allCurrencyList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
...
...
@@ -472,370 +457,357 @@ input[type="number"] {
<el-form-item
:label=
"$t('hotel.hotel_CurrentRate')"
prop=
"CurrentRate"
>
<el-input
v-model=
'addMsg.CurrentRate'
@
keyup
.
native=
"checkRate(addMsg,'CurrentRate')"
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"8"
>
<el-form-item
:label=
"$t('hotel.hotel_remark')"
prop=
"Remark"
>
<el-input
type=
"textarea"
v-model=
"addMsg.Remark"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<
button
type=
"success"
class=
"normalBtn subPrice"
@
click=
"submitForm('addMsg')"
>
{{
comBtnText
}}
</button
>
<
input
type=
"button"
class=
"normalBtn subPrice"
@
click=
"submitForm('addMsg')"
:value=
"comBtnText"
></input
>
<input
type=
"button"
class=
"normalBtn"
@
click=
"isShowDIv=false"
value=
"取消"
/>
</el-col>
</el-form>
</div>
</div>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"msg.total"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"msg.total"
>
</el-pagination>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
var
validateCurrent
=
(
rule
,
value
,
callback
)
=>
{
if
(
value
===
0
)
{
callback
(
new
Error
(
"请选择币种"
));
}
};
return
{
//供应商列表
SupplierList
:
[],
//门票编号
TicketID
:
""
,
//景点编号
CouponsId
:
""
,
//是否自定(自定-不需要选择供应商,)
IsSelfBook
:
false
,
//提交报价中
comBtnText
:
"保存"
,
//新增数据
addMsg
:
{
ID
:
0
,
CouponsId
:
0
,
TicketID
:
0
,
Supplier
:
0
,
Inventory
:
0
,
B2BPrice
:
0.0
,
B2CPrice
:
0.0
,
SalesPrice
:
0.0
,
Remark
:
""
,
CostPrice
:
0.0
,
StartDate
:
""
,
EndDate
:
""
,
CurrencyId
:
1
,
CurrentRate
:
0.0
},
rules
:
{
//表单必填验证
StartDate
:
[
{
export
default
{
data
()
{
var
validateCurrent
=
(
rule
,
value
,
callback
)
=>
{
if
(
value
===
0
)
{
callback
(
new
Error
(
"请选择币种"
));
}
};
return
{
//供应商列表
SupplierList
:
[],
//门票编号
TicketID
:
""
,
//景点编号
CouponsId
:
""
,
//是否自定(自定-不需要选择供应商,)
IsSelfBook
:
false
,
//提交报价中
comBtnText
:
"保存"
,
//新增数据
addMsg
:
{
ID
:
0
,
CouponsId
:
0
,
TicketID
:
0
,
Supplier
:
0
,
Inventory
:
0
,
B2BPrice
:
0.0
,
B2CPrice
:
0.0
,
SalesPrice
:
0.0
,
Remark
:
""
,
CostPrice
:
0.0
,
StartDate
:
""
,
EndDate
:
""
,
CurrencyId
:
1
,
CurrentRate
:
0.0
},
rules
:
{
//表单必填验证
StartDate
:
[{
required
:
true
,
message
:
"开始日期必填"
,
trigger
:
"change"
}
],
EndDate
:
[
{
}],
EndDate
:
[{
required
:
true
,
message
:
"结束日期必填"
,
trigger
:
"change"
}
],
CostPrice
:
[
{
required
:
true
,
message
:
"请输入成本价"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
Inventory
:
[
{
required
:
true
,
message
:
"请输入库存"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_isInteger
,
message
:
"请输入正确的数字"
}
],
B2BPrice
:
[
{
required
:
true
,
message
:
"请输入B2B价格"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
B2CPrice
:
[
{
required
:
true
,
message
:
"请输入B2C价格"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
SalesPrice
:
[
{
required
:
true
,
message
:
"请输入原价"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
Supplier
:
[
{
}],
CostPrice
:
[{
required
:
true
,
message
:
"请输入成本价"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
Inventory
:
[{
required
:
true
,
message
:
"请输入库存"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_isInteger
,
message
:
"请输入正确的数字"
}
],
B2BPrice
:
[{
required
:
true
,
message
:
"请输入B2B价格"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
B2CPrice
:
[{
required
:
true
,
message
:
"请输入B2C价格"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
SalesPrice
:
[{
required
:
true
,
message
:
"请输入原价"
,
trigger
:
"change"
},
{
pattern
:
this
.
$commonUtils
.
Regex
.
el_Isdecimal
,
message
:
"请输入两位小数"
}
],
Supplier
:
[{
required
:
true
,
message
:
"请输选择供应商"
,
trigger
:
"change"
}
],
CurrencyId
:
[
// {
// validator:validateCurrent,
// trigger: "change"
// }
],
CurrentRate
:
[
{
}],
CurrencyId
:
[
// {
// validator:validateCurrent,
// trigger: "change"
// }
],
CurrentRate
:
[{
required
:
true
,
message
:
"请输输入汇率"
,
trigger
:
"change"
}
]
},
msg
:
{
pageIndex
:
1
,
pageSize
:
14
,
CouponsId
:
0
,
TicketID
:
0
,
StartDate
:
""
,
EndDate
:
""
,
total
:
0
,
currentPage
:
1
},
tableData
:
[],
isShowDIv
:
false
,
loading
:
true
,
noData
:
false
,
SelectDefaultValue
:
0
,
//所有币种
allCurrencyList
:
[],
addPickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
let
endTime
=
new
Date
(
this
.
addMsg
.
EndDate
);
return
endTime
.
getTime
()
<
time
.
getTime
();
}
},
addPickerBeginDateAfter
:
{
disabledDate
:
time
=>
{
let
startTime
=
new
Date
(
this
.
addMsg
.
StartDate
);
return
startTime
.
getTime
()
>=
time
.
getTime
();
}
}
};
},
methods
:
{
//初始化列表数据
initDataTable
()
{
this
.
loading
=
true
;
this
.
apipost
(
"appletsticketcouponsprice_post_GetPageList"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
msg
.
total
=
res
.
data
.
data
.
count
;
this
.
tableData
=
res
.
data
.
data
.
pageData
;
this
.
noData
=
!
this
.
msg
.
total
>
0
;
}
}]
},
null
);
},
resetPageIndex
()
{
this
.
msg
.
pageIndex
=
1
;
this
.
msg
.
currentPage
=
1
;
},
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
initDataTable
();
},
//重置信息
clearInfo
()
{
this
.
addMsg
.
ID
=
0
;
this
.
addMsg
.
Supplier
=
0
;
this
.
addMsg
.
Inventory
=
""
;
this
.
addMsg
.
B2BPrice
=
""
;
this
.
addMsg
.
B2CPrice
=
""
;
this
.
addMsg
.
SalesPrice
=
0
;
this
.
addMsg
.
Remark
=
""
;
this
.
addMsg
.
CostPrice
=
""
;
this
.
addMsg
.
StartDate
=
""
;
this
.
addMsg
.
EndDate
=
""
;
this
.
addMsg
.
CurrencyId
=
1
;
this
.
addMsg
.
CurrentRate
=
1
;
},
//修改报价信息
updateData
(
ID
)
{
this
.
apipost
(
"appletsticketcouponsprice_post_Get"
,
{
ID
:
ID
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
addMsg
=
res
.
data
.
data
;
}
msg
:
{
pageIndex
:
1
,
pageSize
:
14
,
CouponsId
:
0
,
TicketID
:
0
,
StartDate
:
""
,
EndDate
:
""
,
total
:
0
,
currentPage
:
1
},
err
=>
{}
);
}
,
//获取所有币种
getAllCurrency
()
{
this
.
apipost
(
"financeinfo_post_GetList"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
allCurrencyList
=
res
.
data
.
data
;
tableData
:
[],
isShowDIv
:
false
,
loading
:
true
,
noData
:
false
,
SelectDefaultValue
:
0
,
//所有币种
allCurrencyList
:
[]
,
addPickerBeginDateBefore
:
{
disabledDate
:
time
=>
{
let
endTime
=
new
Date
(
this
.
addMsg
.
EndDate
);
return
endTime
.
getTime
()
<
time
.
getTime
()
;
}
},
err
=>
{}
);
},
//获取当前下拉选中币种汇率
getCurrentRate
(
currencyId
)
{
this
.
addMsg
.
CurrentRate
=
0.0
;
this
.
allCurrencyList
.
forEach
(
x
=>
{
if
(
x
.
ID
==
currencyId
)
{
this
.
addMsg
.
CurrentRate
=
x
.
Rate
;
}
});
},
//获取去币种名
getCurrencyName
(
currencyId
)
{
let
currencyName
=
""
;
this
.
allCurrencyList
.
forEach
(
x
=>
{
if
(
x
.
ID
==
currencyId
)
{
currencyName
=
x
.
Name
+
"("
+
x
.
Code
+
")"
;
addPickerBeginDateAfter
:
{
disabledDate
:
time
=>
{
let
startTime
=
new
Date
(
this
.
addMsg
.
StartDate
);
return
startTime
.
getTime
()
>=
time
.
getTime
();
}
}
});
return
currencyName
;
};
},
//HK新增查询条件
initSupplier
()
{
this
.
apipost
(
"supplier_post_GetAllList"
,
{
Type
:
3
},
response
=>
{
if
(
response
.
data
.
resultCode
==
1
)
{
this
.
SupplierList
=
response
.
data
.
data
;
methods
:
{
//初始化列表数据
initDataTable
()
{
this
.
loading
=
true
;
this
.
apipost
(
"appletsticketcouponsprice_post_GetPageList"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
msg
.
total
=
res
.
data
.
data
.
count
;
this
.
tableData
=
res
.
data
.
data
.
pageData
;
this
.
noData
=
!
this
.
msg
.
total
>
0
;
}
},
null
);
},
resetPageIndex
()
{
this
.
msg
.
pageIndex
=
1
;
this
.
msg
.
currentPage
=
1
;
},
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
initDataTable
();
},
//重置信息
clearInfo
()
{
this
.
addMsg
.
ID
=
0
;
this
.
addMsg
.
Supplier
=
0
;
this
.
addMsg
.
Inventory
=
""
;
this
.
addMsg
.
B2BPrice
=
""
;
this
.
addMsg
.
B2CPrice
=
""
;
this
.
addMsg
.
SalesPrice
=
0
;
this
.
addMsg
.
Remark
=
""
;
this
.
addMsg
.
CostPrice
=
""
;
this
.
addMsg
.
StartDate
=
""
;
this
.
addMsg
.
EndDate
=
""
;
this
.
addMsg
.
CurrencyId
=
1
;
this
.
addMsg
.
CurrentRate
=
1
;
},
//修改报价信息
updateData
(
ID
)
{
this
.
apipost
(
"appletsticketcouponsprice_post_Get"
,
{
ID
:
ID
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
addMsg
=
res
.
data
.
data
;
}
},
err
=>
{}
);
},
//获取所有币种
getAllCurrency
()
{
this
.
apipost
(
"financeinfo_post_GetList"
,
{},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
allCurrencyList
=
res
.
data
.
data
;
}
},
err
=>
{}
);
},
//获取当前下拉选中币种汇率
getCurrentRate
(
currencyId
)
{
this
.
addMsg
.
CurrentRate
=
0.0
;
this
.
allCurrencyList
.
forEach
(
x
=>
{
if
(
x
.
ID
==
currencyId
)
{
this
.
addMsg
.
CurrentRate
=
x
.
Rate
;
}
},
null
);
},
//提交景点报价
hotelOfferSet
()
{
this
.
addMsg
.
TicketID
=
this
.
TicketID
;
this
.
addMsg
.
CouponsId
=
this
.
CouponsId
;
this
.
apipost
(
"appletsticketcouponsprice_post_Set"
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
initDataTable
();
this
.
Success
(
"保存成功!"
);
this
.
isShowDIv
=
false
;
this
.
resetForm
(
"addMsg"
);
this
.
goUrl
(
'domesticTicketManagement'
,
this
.
CouponsId
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
});
},
//获取去币种名
getCurrencyName
(
currencyId
)
{
let
currencyName
=
""
;
this
.
allCurrencyList
.
forEach
(
x
=>
{
if
(
x
.
ID
==
currencyId
)
{
currencyName
=
x
.
Name
+
"("
+
x
.
Code
+
")"
;
}
},
null
);
},
isdelete
(
ID
)
{
var
that
=
this
;
that
.
Confirm
(
"是否删除?"
,
function
()
{
that
.
apipost
(
"appletsticketcouponsprice_post_Remove"
,
{
ID
:
ID
});
return
currencyName
;
},
//HK新增查询条件
initSupplier
()
{
this
.
apipost
(
"supplier_post_GetAllList"
,
{
Type
:
3
},
response
=>
{
if
(
response
.
data
.
resultCode
==
1
)
{
this
.
SupplierList
=
response
.
data
.
data
;
}
},
null
);
},
//提交景点报价
hotelOfferSet
()
{
this
.
addMsg
.
TicketID
=
this
.
TicketID
;
this
.
addMsg
.
CouponsId
=
this
.
CouponsId
;
this
.
apipost
(
"appletsticketcouponsprice_post_Set"
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
Success
(
"删除成功!"
);
that
.
initDataTable
();
that
.
goUrl
(
'ticketManagement'
,
that
.
CouponsId
);
this
.
initDataTable
();
this
.
Success
(
"保存成功!"
);
this
.
isShowDIv
=
false
;
this
.
clearInfo
();
}
else
{
th
at
.
Error
(
res
.
data
.
message
);
th
is
.
Error
(
res
.
data
.
message
);
}
},
null
);
});
},
//提交创建、修改表单
submitForm
(
addMsg
)
{
let
that
=
this
;
that
.
$refs
[
addMsg
].
validate
(
valid
=>
{
if
(
valid
)
{
that
.
hotelOfferSet
();
}
else
{
return
false
;
}
});
},
resetForm
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
},
//获取供应商是否显示
getSuplier
()
{
this
.
apipost
(
"ticketcoupons_post_Get"
,
{
ID
:
this
.
CouponsId
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
IsSelfBook
=
res
.
data
.
data
.
IsSelfBook
;
},
//返回门票列表
gotoTicket
()
{
this
.
goUrl
(
'domesticTicketManagement'
,
this
.
CouponsId
);
},
isdelete
(
ID
)
{
var
that
=
this
;
that
.
Confirm
(
"是否删除?"
,
function
()
{
that
.
apipost
(
"appletsticketcouponsprice_post_Remove"
,
{
ID
:
ID
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
that
.
Success
(
"删除成功!"
);
that
.
initDataTable
();
}
else
{
that
.
Error
(
res
.
data
.
message
);
}
},
null
);
});
},
//提交创建、修改表单
submitForm
(
addMsg
)
{
let
that
=
this
;
that
.
$refs
[
addMsg
].
validate
(
valid
=>
{
if
(
valid
)
{
that
.
hotelOfferSet
();
}
else
{
return
false
;
}
}
);
},
goUrl
(
path
,
id
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
}
});
});
},
//获取供应商是否显示
getSuplier
()
{
this
.
apipost
(
"ticketcoupons_post_Get"
,
{
ID
:
this
.
CouponsId
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
IsSelfBook
=
res
.
data
.
data
.
IsSelfBook
;
}
}
);
},
goUrl
(
path
,
id
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
}
});
},
},
},
mounted
()
{
this
.
CouponsId
=
this
.
$route
.
query
.
CouponsId
;
this
.
TicketID
=
this
.
$route
.
query
.
TicketID
;
this
.
msg
.
CouponsId
=
this
.
$route
.
query
.
CouponsId
;
this
.
msg
.
TicketID
=
this
.
$route
.
query
.
TicketID
;
this
.
getSu
plier
();
this
.
initSupplier
();
this
.
getAllCurrency
();
this
.
initDataTable
();
}
};
mounted
()
{
this
.
CouponsId
=
this
.
$route
.
query
.
CouponsId
;
this
.
TicketID
=
this
.
$route
.
query
.
TicketID
;
this
.
msg
.
CouponsId
=
this
.
$route
.
query
.
CouponsId
;
this
.
msg
.
TicketID
=
this
.
$route
.
query
.
TicketID
;
this
.
getSuplier
()
;
this
.
initSup
plier
();
this
.
getAllCurrency
();
this
.
initDataTable
();
}
}
;
</
script
>
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