Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
01f3c2d8
Commit
01f3c2d8
authored
Aug 19, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微店内容
parent
bede319b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1258 additions
and
50 deletions
+1258
-50
wdExamine.vue
src/components/UserMan/tinyMerchant/wdExamine.vue
+82
-39
wdOrder.vue
src/components/UserMan/tinyMerchant/wdOrder.vue
+701
-0
wdWithdrawal.vue
src/components/UserMan/tinyMerchant/wdWithdrawal.vue
+452
-0
index.js
src/router/index.js
+23
-11
No files found.
src/components/UserMan/tinyMerchant/wdExamine.vue
View file @
01f3c2d8
...
@@ -93,11 +93,11 @@
...
@@ -93,11 +93,11 @@
<img
@
click=
"pending(scope.row,2)"
v-if=
"scope.row.AuditStatus==1"
class=
"app-order-icon"
<img
@
click=
"pending(scope.row,2)"
v-if=
"scope.row.AuditStatus==1"
class=
"app-order-icon"
src=
"../../../assets/img/userman/nopass.png"
alt=
""
>
src=
"../../../assets/img/userman/nopass.png"
alt=
""
>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
添加
备注"
placement=
"top-start"
v-if=
"scope.row.AuditStatus==2"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
修改
备注"
placement=
"top-start"
v-if=
"scope.row.AuditStatus==2"
>
<img
@
click=
"
openRemark(5,scope.row
)"
style=
"width:32px;height:32px"
src=
"../../../assets/img/userman/add_remark.png"
alt=
""
v-if=
"scope.row.AuditStatus==2"
>
<img
@
click=
"
pending(scope.row,3
)"
style=
"width:32px;height:32px"
src=
"../../../assets/img/userman/add_remark.png"
alt=
""
v-if=
"scope.row.AuditStatus==2"
>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top-start"
v-if=
"scope.row.AuditStatus==2"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top-start"
v-if=
"scope.row.AuditStatus==2"
>
<img
@
click=
"
Delete(3,scope.row
)"
style=
"width:32px;height:32px"
src=
"../../../assets/img/userman/del.png"
alt=
""
v-if=
"scope.row.AuditStatus==2"
>
<img
@
click=
"
pending(scope.row,4
)"
style=
"width:32px;height:32px"
src=
"../../../assets/img/userman/del.png"
alt=
""
v-if=
"scope.row.AuditStatus==2"
>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改微店佣金"
placement=
"top-start"
v-if=
"scope.row.AuditStatus==2"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改微店佣金"
placement=
"top-start"
v-if=
"scope.row.AuditStatus==2"
>
<img
@
click=
"openYongjin(scope.row)"
style=
"width:32px;height:32px"
src=
"../../../assets/img/userman/edit.png"
alt=
""
v-if=
"scope.row.AuditStatus==2"
>
<img
@
click=
"openYongjin(scope.row)"
style=
"width:32px;height:32px"
src=
"../../../assets/img/userman/edit.png"
alt=
""
v-if=
"scope.row.AuditStatus==2"
>
...
@@ -131,6 +131,19 @@
...
@@ -131,6 +131,19 @@
<el-button
size=
"small"
type=
"primary"
@
click=
"setCommission"
>
确 定
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"setCommission"
>
确 定
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
<!-- 修改备注 -->
<el-dialog
title=
"提示"
:visible
.
sync=
"reasonDig"
width=
"500px"
>
<el-form
:model=
"RemarkMsg"
ref=
"RemarkMsg"
label-width=
"0"
>
<p
style=
"margin-bottom:10px"
>
请输入备注
</p>
<el-form-item>
<el-input
size=
"small"
v-model=
"RemarkMsg.Remark"
type=
"textarea"
:rows=
"3"
></el-input>
</el-form-item>
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
size=
"small"
@
click=
"reasonDig = false"
>
取 消
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"czsubmitForm()"
:loading=
"tjloading"
>
确 定
</el-button>
</span>
</el-dialog>
</div>
</div>
</div>
</div>
</template>
</template>
...
@@ -140,6 +153,8 @@
...
@@ -140,6 +153,8 @@
return
{
return
{
loading
:
false
,
loading
:
false
,
yjDialog
:
false
,
yjDialog
:
false
,
reasonDig
:
false
,
tjloading
:
false
,
value
:
''
,
value
:
''
,
options
:[],
options
:[],
tableData
:[],
tableData
:[],
...
@@ -160,7 +175,8 @@
...
@@ -160,7 +175,8 @@
Commission
:
0
Commission
:
0
},
},
yjNickName
:
''
,
yjNickName
:
''
,
TotalCommission
:
''
TotalCommission
:
''
,
RemarkMsg
:{},
};
};
},
},
created
()
{
created
()
{
...
@@ -206,6 +222,7 @@
...
@@ -206,6 +222,7 @@
this
.
yjMsg
.
Commission
=
row
.
Commission
?
row
.
Commission
:
0.00
;
this
.
yjMsg
.
Commission
=
row
.
Commission
?
row
.
Commission
:
0.00
;
this
.
yjDialog
=
true
;
this
.
yjDialog
=
true
;
},
},
//修改佣金
//修改佣金
setCommission
(){
setCommission
(){
this
.
apipost
(
"/api/SmallShops/SetSmallShopsCommission"
,
this
.
yjMsg
,
res
=>
{
this
.
apipost
(
"/api/SmallShops/SetSmallShopsCommission"
,
this
.
yjMsg
,
res
=>
{
...
@@ -228,8 +245,16 @@
...
@@ -228,8 +245,16 @@
text
=
'同意审核!'
text
=
'同意审核!'
}
else
if
(
type
==
2
){
}
else
if
(
type
==
2
){
text
=
'拒绝审核!'
text
=
'拒绝审核!'
}
else
if
(
type
==
4
){
text
=
'是否删除当前微店!'
}
}
let
that
=
this
;
let
that
=
this
;
if
(
type
==
3
){
msg
.
Remark
=
row
.
Remark
;
that
.
RemarkMsg
=
msg
that
.
reasonDig
=
true
;
}
else
{
that
.
$confirm
(
text
,
{
that
.
$confirm
(
text
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
...
@@ -249,8 +274,26 @@
...
@@ -249,8 +274,26 @@
}).
catch
(()
=>
{
}).
catch
(()
=>
{
});
});
}
},
czsubmitForm
(){
this
.
tjloading
=
true
;
this
.
apipost
(
'/api/SmallShops/SetSmallShopsAudit'
,
this
.
RemarkMsg
,
res
=>
{
this
.
tjloading
=
false
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
reasonDig
=
false
this
.
getList
();
this
.
Success
(
res
.
data
.
message
)
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
},
},
null
);
}
},
},
mounted
()
{
mounted
()
{
...
...
src/components/UserMan/tinyMerchant/wdOrder.vue
0 → 100644
View file @
01f3c2d8
This diff is collapsed.
Click to expand it.
src/components/UserMan/tinyMerchant/wdWithdrawal.vue
0 → 100644
View file @
01f3c2d8
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
01f3c2d8
...
@@ -323,6 +323,18 @@ export default new Router({
...
@@ -323,6 +323,18 @@ export default new Router({
name
:
'wdExamine'
,
name
:
'wdExamine'
,
component
:
resolve
=>
require
([
'@/components/UserMan/tinyMerchant/wdExamine'
],
resolve
),
component
:
resolve
=>
require
([
'@/components/UserMan/tinyMerchant/wdExamine'
],
resolve
),
},
},
// 用户管理 微店订单
{
path
:
'/wdOrder'
,
name
:
'wdOrder'
,
component
:
resolve
=>
require
([
'@/components/UserMan/tinyMerchant/wdOrder'
],
resolve
),
},
// 用户管理 微店提现
{
path
:
'/wdWithdrawal'
,
name
:
'wdWithdrawal'
,
component
:
resolve
=>
require
([
'@/components/UserMan/tinyMerchant/wdWithdrawal'
],
resolve
),
},
// 商品管理 素材管理
// 商品管理 素材管理
{
{
path
:
'/materialMan'
,
path
:
'/materialMan'
,
...
...
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