Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
dc64c2c0
Commit
dc64c2c0
authored
Jul 19, 2022
by
cpa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商家审核
parent
7418b237
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
src/const/crud/mall/merchantMallorder.js
+2
-1
src/views/businessGoods/goodsEdit/goods_edit.vue
+1
-1
src/views/businessGoods/index.vue
+1
-5
src/views/businessOrder/index.vue
+7
-2
No files found.
src/const/crud/mall/merchantMallorder.js
View file @
dc64c2c0
...
...
@@ -38,7 +38,8 @@ export const tableOption = {
"label"
:
"状态"
,
"prop"
:
"state"
,
"search"
:
true
,
"dicUrl"
:
"/admin/merchantMallOrder/getMerchantOrderStateOptions"
,
"dicUrl"
:
"/admin/mallOrder/getOrderStateOptions"
,
},
{
"type"
:
"input"
,
...
...
src/views/businessGoods/goodsEdit/goods_edit.vue
View file @
dc64c2c0
...
...
@@ -175,7 +175,7 @@
<
script
>
let
DBG
=
tru
e
let
DBG
=
fals
e
import
{
ZmMixin
}
from
'@/mixins/ZmMixin.js'
...
...
src/views/businessGoods/index.vue
View file @
dc64c2c0
...
...
@@ -22,7 +22,7 @@
<el-button
type=
"button"
size=
"small"
@
click=
"lookDetail(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
详情
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"scope.row.
auditS
tate!=0"
v-if=
"scope.row.
s
tate!=0"
@
click=
"handleUpdate(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
编辑
</el-button>
<el-button
type=
"button"
size=
"small"
@
click=
"handleDel(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
删除
</el-button>
...
...
@@ -99,10 +99,6 @@
this
.
id
=
row
.
id
this
.
goodsEditVue
=
true
}
// console.log("执行编辑方法")
// this.id=row.id
// console.log("赋值id:"+row.id)
// this.goodsEditVue=true
},
// 添加
add
()
{
...
...
src/views/businessOrder/index.vue
View file @
dc64c2c0
...
...
@@ -21,7 +21,7 @@
<el-button
type=
"button"
size=
"small"
@
click=
"checkTheDetails(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
详情
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"
scope.row.state == 1 || scope.row.state == 2
"
v-if=
"
qwlAuth(scope.row)>=0
"
@
click=
"viewLogistics(scope.row)"
style=
"color: #409EFF;margin: 5px;padding: 0px;border: 0px"
>
查看物流
</el-button>
<el-button
type=
"button"
size=
"small"
v-if=
"scope.row.state == 0"
...
...
@@ -184,7 +184,12 @@
}
},
// 取消订单
qwlAuth
:
function
(
row
)
{
let
str
=
row
.
state
let
text
=
'3,6'
//待收货,已完成
return
text
.
search
(
str
)
},
// 是否可以取消订单
cancelOrderButAuth
:
function
(
row
)
{
let
str
=
row
.
state
let
text
=
'0,1,2,3,4'
...
...
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