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
6b2d5712
Commit
6b2d5712
authored
Apr 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f8cac283
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
list.vue
pages/bigredrnvelope/list.vue
+16
-4
No files found.
pages/bigredrnvelope/list.vue
View file @
6b2d5712
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
:class=
"[
{'activeDaiKQ':item.ContractStatus==3
&&
(item.Status==2||item.Status==4),
:class=
"[
{'activeDaiKQ':item.ContractStatus==3
&&
(item.Status==2||item.Status==4),
'activeJinXZ':(item.ContractStatus==2
&&
(item.Status==2||item.Status==4))||item.ContractStatus==1,
'activeJinXZ':(item.ContractStatus==2
&&
(item.Status==2||item.Status==4))||item.ContractStatus==1,
'activeChaK':(item.ContractStatus==4||item.ContractStatus==5)
&&
(item.Status==2||item.Status==4),
'activeChaK':(item.ContractStatus==4||item.ContractStatus==5)
&&
(item.Status==2||item.Status==4),
'activeChaKJD':item.Status==1||item.Status==3}]">
'activeChaKJD':item.Status==1||item.Status==3}]"
@click="goWebUrl(item)">
<view
class=
"bigRedEnvLCBj"
>
<view
class=
"bigRedEnvLCBj"
>
<view
class=
"row items-center"
>
<view
class=
"row items-center"
>
<view
class=
"bigRedEnvLCLeft col"
>
<view
class=
"bigRedEnvLCLeft col"
>
...
@@ -27,7 +28,7 @@
...
@@ -27,7 +28,7 @@
<view
class=
"bigRedEnvLCRight"
>
<view
class=
"bigRedEnvLCRight"
>
<view
class=
"bigRedEnvLCRBox column"
<view
class=
"bigRedEnvLCRBox column"
v-if=
"item.Status!=1&&item.Status!=3"
v-if=
"item.Status!=1&&item.Status!=3"
@
click=
"item.ContractStatus==2&&(item.Status==2||item.Status==4)?goDetails(item,3):
@
click
.
stop
=
"item.ContractStatus==2&&(item.Status==2||item.Status==4)?goDetails(item,3):
item.ContractStatus==3&&(item.Status==2||item.Status==4)?goDetails(item,4):
item.ContractStatus==3&&(item.Status==2||item.Status==4)?goDetails(item,4):
(item.ContractStatus==4||item.ContractStatus==5)&&(item.Status==2||item.Status==4)?goDetails(item,5):''"
>
(item.ContractStatus==4||item.ContractStatus==5)&&(item.Status==2||item.Status==4)?goDetails(item,5):''"
>
<view
class=
"bigRedEnvLCRTitle"
>
-
<view
class=
"bigRedEnvLCRTitle"
>
-
...
@@ -44,10 +45,10 @@
...
@@ -44,10 +45,10 @@
</view>
</view>
<view
class=
"bigRedEnvLCRTYg"
>
预估
</view>
<view
class=
"bigRedEnvLCRTYg"
>
预估
</view>
</view>
</view>
<view
v-if=
"item.Status==1"
class=
"bigRedEnvLCRBut"
@
click=
"goDetails(item,2)"
>
<view
v-if=
"item.Status==1"
class=
"bigRedEnvLCRBut"
@
click
.
stop
=
"goDetails(item,2)"
>
查看进度
查看进度
</view>
</view>
<view
v-if=
"item.Status==3"
class=
"bigRedEnvLCRBut"
@
click=
"goDetails(item,1)"
>
<view
v-if=
"item.Status==3"
class=
"bigRedEnvLCRBut"
@
click
.
stop
=
"goDetails(item,1)"
>
重新填写
重新填写
</view>
</view>
</view>
</view>
...
@@ -120,6 +121,17 @@ export default {
...
@@ -120,6 +121,17 @@ export default {
this
.
getList
()
this
.
getList
()
},
},
methods
:
{
methods
:
{
goWebUrl
(
item
){
return
console
.
log
(
item
,
"-----item"
)
let
url
=
""
url
=
`https://activity.oytour.com/html/contract/index.html?ContractId=
${
item
.
ContractId
}
`
if
(
process
.
env
.
NODE_ENV
==
"development"
)
return
console
.
log
(
url
,
"-----url"
)
if
(
url
&&
url
.
length
>
0
)
{
uni
.
navigateTo
({
url
:
"/pages/webbox/webbox?u="
+
encodeURIComponent
(
url
),
});
}
},
goDetails
(
item
,
type
){
goDetails
(
item
,
type
){
let
path
=
''
;
let
path
=
''
;
if
(
type
==
1
){
if
(
type
==
1
){
...
...
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