Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
dd5dc250
Commit
dd5dc250
authored
Oct 31, 2024
by
gaia
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature/20240918_1005_091801' into release_pre_20241031165103
parents
f0100c31
536f350c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
8 deletions
+28
-8
src/views/shop/shopManagerDetail.vue
src/views/shop/shopManagerDetail.vue
+28
-7
src/views/shop/shopManagerList.vue
src/views/shop/shopManagerList.vue
+0
-1
No files found.
src/views/shop/shopManagerDetail.vue
View file @
dd5dc250
...
...
@@ -38,11 +38,13 @@
<div>
{{
itemContent
.
fansNum
||
'
-
'
}}
</div>
</el-form-item>
</el-form>
<div
@
click=
"handleToDetail"
>
<el-form
ref=
"addInviteRef"
label-width=
"200px"
style=
"width: 30%"
>
<el-form-item
label=
"已上架的商品:"
>
<el-form-item
label=
"已上架的商品:"
>
<div>
{{
itemContent
.
uploadItemNum
||
'
-
'
}}
</div>
</el-form-item>
</el-form>
</div>
</div>
</el-card>
...
...
@@ -83,6 +85,7 @@
<el-table-column
align=
"center"
label=
"开户行"
prop=
"bankName"
/>
<el-table-column
align=
"center"
label=
"持卡人姓名"
prop=
"name"
/>
<el-table-column
align=
"center"
label=
"开店费"
prop=
"openShopAmount"
/>
<el-table-column
align=
"center"
label=
"开店费"
prop=
"guaranteeAmount"
/>
<!-- <el-table-column align="center" label="质保金" prop="itemPrice" /> -->
</el-table>
</div>
...
...
@@ -94,7 +97,7 @@
</div>
<div
class=
"user_info flex"
>
<el-form
ref=
"addInviteRef"
label-width=
"100px"
style=
"width: 30%"
>
<el-form-item
label=
"
备注
:"
>
<el-form-item
label=
"
不通过原因
:"
>
<div>
{{ itemContent.remark || '-' }}
</div>
</el-form-item>
</el-form>
...
...
@@ -114,6 +117,7 @@ import Line2Hidden from '@/components/line2Hidden'
import
NoPassIdentifyDialog
from
'
./components/NoPassIdentifyDialog
'
import
ReturnLogisticIdentifyDialog
from
'
./components/ReturnLogisticIdentifyDialog
'
import
{
shopManagerDetail
,
shopManagerCheck
}
from
'
@/api/business/shop
'
export
default
{
name
:
'
ShopManagerDetail
'
,
components
:
{
ReturnLogisticIdentifyDialog
,
NoPassIdentifyDialog
,
Line2Hidden
},
...
...
@@ -138,6 +142,11 @@ export default {
this
.
handleGetDetail
()
},
methods
:
{
handleToDetail
()
{
if
(
this
.
itemContent
.
userId
)
{
this
.
$router
.
push
({
path
:
'
/user/userDetail
'
,
query
:
{
id
:
this
.
itemContent
.
userId
}})
}
},
handleGetDetail
()
{
const
params
=
{
openShopApplyOrderId
:
this
.
openShopApplyOrderId
...
...
@@ -149,6 +158,7 @@ export default {
cardId
:
this
.
itemContent
.
cardId
,
bankName
:
this
.
itemContent
.
bankName
,
name
:
this
.
itemContent
.
name
,
guaranteeAmount
:
this
.
itemContent
.
guaranteeAmount
,
openShopAmount
:
this
.
itemContent
.
openShopAmount
,
idCardFrontImage
:
this
.
itemContent
.
idCardFrontImage
,
idCardBackImage
:
this
.
itemContent
.
idCardBackImage
...
...
@@ -234,14 +244,17 @@ export default {
display
:
flex
;
flex-direction
:
column
;
padding
:
0
10px
10px
;
.detail_button
{
text-align
:
end
;
margin
:
16px
;
}
.title
{
display
:
flex
;
flex-direction
:
row
;
margin-bottom
:
10px
;
.title_content
{
font-weight
:
600
;
font-size
:
22px
;
...
...
@@ -249,6 +262,7 @@ export default {
}
}
}
.image_preview
{
width
:
60px
;
height
:
60px
;
...
...
@@ -256,6 +270,12 @@ export default {
justify-content
:
center
;
}
.table-td-thumb
{
width
:
60px
;
height
:
60px
;
margin-right
:
10px
;
}
/
deep
/
.el-card__body
{
padding
:
12px
;
}
...
...
@@ -263,6 +283,7 @@ export default {
/
deep
/
.el-form-item
{
margin-bottom
:
0
;
}
/
deep
/
.el-switch
{
height
:
30px
;
}
...
...
src/views/shop/shopManagerList.vue
View file @
dd5dc250
...
...
@@ -127,7 +127,6 @@ export default {
},
created
()
{
this
.
getList
()
this
.
getLogisticsList
()
},
methods
:
{
...
...
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