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
cf2dfe4d
Commit
cf2dfe4d
authored
Dec 28, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
cdac81a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
groupTourOrderByTuanOne.vue
src/components/SalesModule/groupTourOrderByTuanOne.vue
+2
-2
groupTourOrderOne.vue
src/components/SalesModule/groupTourOrderOne.vue
+1
-1
productQueryOne.vue
src/components/SalesModule/productQueryOne.vue
+3
-3
No files found.
src/components/SalesModule/groupTourOrderByTuanOne.vue
View file @
cf2dfe4d
...
...
@@ -202,7 +202,7 @@
}
.productQuerybottomLayer
.el-input-number
{
/* width: auto !important; */
width
:
100%
!important
;
}
.groupTourOrderLeaderItem
{
...
...
@@ -1304,7 +1304,7 @@
:rules=
"rules.Sex"
label-width=
"70px"
label-position=
"left"
>
<el-select
v-model=
"item.Sex"
placeholder=
"请选择性别"
>
<el-select
v-model=
"item.Sex"
placeholder=
"请选择性别"
style=
"width: 100%;"
>
<el-option
v-for=
"item in optionsList"
:key=
"item.Id"
...
...
src/components/SalesModule/groupTourOrderOne.vue
View file @
cf2dfe4d
...
...
@@ -206,7 +206,7 @@
}
.productQuerybottomLayer
.el-input-number
{
/* width: auto !important; */
width
:
100%
!important
;
}
.groupTourOrder_count_green
{
...
...
src/components/SalesModule/productQueryOne.vue
View file @
cf2dfe4d
...
...
@@ -76,7 +76,7 @@
z-index
:
50
;
bottom
:
0
;
left
:
0
;
border-top
:
3px
solid
#38425d
;
background-color
:
#FFFFFF
;
padding
:
10px
10px
0
;
width
:
100%
;}
.productQuerybottomLayer
.el-form-item__label
{
font-size
:
12px
!important
;}
.productQuerybottomLayer
>
p
{
border-left
:
3px
solid
#E95252
;
text-indent
:
15px
;
height
:
16px
;
font-family
:
'PingFangSc-Fine'
;
font-size
:
16px
;
margin-bottom
:
20px
;
line-height
:
14px
;
color
:
#000
;}
/* .productQuerybottomLayer .el-input{width: auto!important} */
.productQuerybottomLayer
.el-input
{
width
:
100%
!important
}
.productQueryList
.disabledBtn
{
background
:
#999
!important
;
border-color
:
#999
!important
}
...
...
@@ -563,7 +563,7 @@
:rules=
"rules.Sex"
label-width=
"70px"
label-position=
"left"
>
<el-select
v-model=
"item.Sex"
placeholder=
"请选择性别"
>
<el-select
v-model=
"item.Sex"
placeholder=
"请选择性别"
style=
"width: 100%;"
>
<el-option
v-for=
"item in optionsList"
:key=
"item.Id"
...
...
@@ -1817,7 +1817,7 @@
Number
(
this
.
addMsg
.
BabyNum
)
+
Number
(
this
.
addMsg
.
OldPeopleNum
))
var
SeatNum
=
(
Number
(
this
.
addMsg
.
ManNum
)
+
Number
(
this
.
addMsg
.
ChirdNum
)
+
Number
(
this
.
addMsg
.
OldPeopleNum
)
+
Number
(
this
.
addMsg
.
BabyNum
))
-
(
Number
(
this
.
addMsg
.
ESeatNum
)
+
Number
(
this
.
addMsg
.
FSeatNum
));
this
.
TotalNumber
=
(
Number
(
this
.
addMsg
.
AirticketNum
)
+
Number
(
this
.
addMsg
.
ManNum
)
+
Number
(
this
.
addMsg
.
ChirdNum
)
+
this
.
TotalNumber
=
(
Number
(
this
.
addMsg
.
AirticketNum
)
+
Number
(
this
.
addMsg
.
ManNum
)
+
Number
(
this
.
addMsg
.
ChirdNum
)
+
Number
(
this
.
addMsg
.
BabyNum
)
+
Number
(
this
.
addMsg
.
OldPeopleNum
))
this
.
addMsg
.
YSeatNum
=
SeatNum
<
0
?
0
:
SeatNum
;
this
.
autoRemarks
(
"VisaNum"
,
"不要签证数量"
)
...
...
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