Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
206f5bab
Commit
206f5bab
authored
Dec 16, 2024
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/mallapp
parents
4afa1eb9
39fa6f4b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
1 deletion
+44
-1
list.vue
pages/kotra/brand/list.vue
+44
-0
list.vue
pages/kotra/carrier/list.vue
+0
-1
No files found.
pages/kotra/brand/list.vue
View file @
206f5bab
...
@@ -23,6 +23,19 @@
...
@@ -23,6 +23,19 @@
></u-search>
></u-search>
</view>
</view>
<view
v-else
class=
"brandSearch"
style=
"padding: 5px 10px;margin-top: 6rpx;"
>
<view
v-else
class=
"brandSearch"
style=
"padding: 5px 10px;margin-top: 6rpx;"
>
<template
v-if=
"iscpswjselectall==1&&replace.state=='1'"
>
<view
class=
"brandSearch-left"
>
<uni-section
title=
""
type=
"line"
>
<uni-data-select
v-model=
"msg.MallBaseId"
:localdata=
"ShopTypeList"
:clear=
"false"
@
change=
"ResetQuery"
></uni-data-select>
</uni-section>
</view>
<view
class=
"brandSearch-auto"
></view>
</
template
>
<view
class=
"brandSearch-right"
>
<view
class=
"brandSearch-right"
>
<input
v-model=
"msg.BrandName"
<input
v-model=
"msg.BrandName"
:placeholder=
"`搜索${replace.state=='1'?'品牌':'企业'}名称`"
:placeholder=
"`搜索${replace.state=='1'?'品牌':'企业'}名称`"
...
@@ -249,6 +262,8 @@ export default {
...
@@ -249,6 +262,8 @@ export default {
replace
:
null
,
replace
:
null
,
secondary
:
null
,
secondary
:
null
,
GetYBConfig
:
null
,
GetYBConfig
:
null
,
iscpswjselectall
:
0
,
ShopTypeList
:
[],
};
};
},
},
onShareTimeline
()
{
onShareTimeline
()
{
...
@@ -310,6 +325,7 @@ export default {
...
@@ -310,6 +325,7 @@ export default {
};
};
},
},
onLoad
(
options
)
{
onLoad
(
options
)
{
this
.
iscpswjselectall
=
uni
.
getStorageSync
(
"basedata"
).
iscpswjselectall
let
uid
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
let
uid
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
this
.
TenantId
=
uid
.
TenantId
this
.
TenantId
=
uid
.
TenantId
// this.msg.TenantId = uid.TenantId
// this.msg.TenantId = uid.TenantId
...
@@ -394,6 +410,13 @@ export default {
...
@@ -394,6 +410,13 @@ export default {
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
this
.
GetYBConfig
=
res
.
data
this
.
GetYBConfig
=
res
.
data
res
.
data
.
mallBaselList
.
forEach
(
x
=>
{
let
obj
=
{
text
:
x
.
Name
,
value
:
x
.
MallBaseId
}
this
.
ShopTypeList
.
push
(
obj
)
})
}
}
}
}
);
);
...
@@ -497,6 +520,27 @@ export default {
...
@@ -497,6 +520,27 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
.brandSearch-auto
{
width
:
2
rpx
;
height
:
40
rpx
;
background
:
#E1EDF7
;
border-radius
:
1
rpx
;
margin-left
:
30
rpx
;
margin-right
:
30
rpx
;
}
.brandSearch-left
.uni-icons
{
color
:
#017EDF
!important
;
margin-left
:
24
rpx
!important
;
}
.brandSearch-left
.uni-select__input-text
{
font-size
:
27
rpx
;
font-weight
:
bold
;
}
.brandSearch-left
.uni-select
{
border
:
0
;
padding
:
0
;
padding-left
:
0
;
}
.brandSearch-right
>
input
::placeholder
{
.brandSearch-right
>
input
::placeholder
{
color
:
#95AAB9
;
color
:
#95AAB9
;
}
}
...
...
pages/kotra/carrier/list.vue
View file @
206f5bab
...
@@ -526,7 +526,6 @@ export default {
...
@@ -526,7 +526,6 @@ export default {
}
}
this
.
ShopTypeList
.
push
(
obj
)
this
.
ShopTypeList
.
push
(
obj
)
})
})
console
.
log
(
this
.
ShopTypeList
,
'------this.ShopTypeList'
)
}
}
}
}
);
);
...
...
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