Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
a7747202
Commit
a7747202
authored
Jan 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复url 销售
parent
e36a729a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
17 deletions
+13
-17
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+4
-9
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+7
-7
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+2
-1
No files found.
pages/jiuzhai/jz_Line.vue
View file @
a7747202
<
style
>
.jz_LineHeadeBox
{
/* position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 1; */
padding-top
:
41.2vw
;
padding-top
:
41.2vw
;
position
:
relative
;
}
.jz_LineHeade
{
...
...
@@ -341,7 +336,7 @@
'active0':msg.teamType==0,
'active1':msg.teamType==1,
'active2':msg.teamType==2}">
<headerLine
:type=
"msg.teamType"
:title=
"msg.teamType==1?'小包团':''"
></headerLine>
<headerLine></headerLine>
<view
class=
"search-box"
style=
"margin-top: 24rpx;"
>
<view
class=
"date"
@
click=
"showBranch=true"
>
<u-icon
name=
"location"
color=
"#B99846"
size=
"24"
></u-icon>
...
...
@@ -359,7 +354,7 @@
</view>
</view>
</view>
<view
style=
"height:
10
0rpx;width: 100%;"
>
<view
style=
"height:
8
0rpx;width: 100%;"
>
<u-dropdown
ref=
"uDropdown"
@
open=
"open"
@
close=
"close"
active-color=
"#000"
inactive-color=
"#444"
>
<u-dropdown-item
v-model=
"msg.orderBy"
:title=
"optionsTitle[0]"
:options=
"orderBys"
@
change=
"changeOrderBy"
>
</u-dropdown-item>
...
...
@@ -518,7 +513,7 @@
<
script
>
import
canlendar
from
"./components/time/index.vue"
import
auth
from
"@/components/auth/index.vue"
;
import
headerLine
from
"./components/headerLine"
;
import
headerLine
from
"
@/components/header/header"
;
//"
./components/headerLine";
export
default
{
components
:
{
canlendar
,
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
a7747202
...
...
@@ -989,7 +989,7 @@
<
u
-
number
-
box
size
=
"28"
@
change
=
"yeChange"
:
min
=
"0"
:
max
=
"crCount"
v
-
model
=
"yeCount"
><
/u-number-box
>
<
/view
>
<
view
class
=
"line-flex"
style
=
"padding: 30rpx; background: #fff"
v
-
if
=
"SaleList&&SaleList.length>1"
@
click
=
"showSalePreviwe=true"
>
v
-
if
=
"
!createBy&&
SaleList&&SaleList.length>1"
@
click
=
"showSalePreviwe=true"
>
<
text
style
=
"font-size: 28rpx; color: #111; font-weight: 500"
>
销售
<
/text
>
<
text
style
=
"
font-size: 22rpx;
...
...
@@ -1200,7 +1200,8 @@
}
,
{
name
:
''
}
]
],
createBy
:
0
,
}
;
}
,
created
()
{
}
,
...
...
@@ -1226,7 +1227,7 @@
}
)
}
if
(
option
.
createBy
)
{
this
.
SaleId
=
option
.
createBy
this
.
createBy
=
option
.
createBy
}
else
{
this
.
getSale
()
}
...
...
@@ -1332,7 +1333,7 @@
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
data
.
length
>
0
){
this
.
SaleList
=
res
.
data
if
(
res
.
data
.
length
==
1
){
if
(
res
.
data
.
length
==
1
&&!
this
.
createBy
){
this
.
SaleName
=
res
.
data
[
0
].
EmName
this
.
SaleId
=
res
.
data
[
0
].
CreateBy
}
...
...
@@ -1742,7 +1743,7 @@
this.is_show_auth = 1;
return;
}
if (this.SaleList&&this.SaleList.length>1&&this.SaleId==0) {
if (this.SaleList&&this.SaleList.length>1&&this.SaleId==0
&&this.createBy==0
) {
uni.showToast({
title: "请选择销售",
icon: "none",
...
...
@@ -1782,8 +1783,7 @@
this.delMsg.cityId +
"&lineId=" +
this.dataList.lineId +
"&CreateBy=" +
this.SaleId;
"&CreateBy=" +(this.createBy?this.createBy:this.SaleId);
console.log("tParams", tParams);
uni.navigateTo({
url: "/pages/jiuzhai/jz_Reserve?currentPriceInfo=" +
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
a7747202
...
...
@@ -528,7 +528,7 @@
realCurrentPriceInfo
:
{},
customer
:
{},
CreateBy
:
0
,
showPz
:
tru
e
,
showPz
:
fals
e
,
pzCoupon
:
null
};
},
...
...
@@ -645,6 +645,7 @@
x
.
denomination
=
x
.
expansionModel
.
denomination
}
})
console
.
log
(
this
.
pzCoupon
,
'------'
)
this
.
showPz
=
this
.
pzCoupon
?
true
:
false
},
changecheckbox
(
e
,
index
,
item
)
{
...
...
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