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
a1037b82
Commit
a1037b82
authored
Jul 13, 2022
by
cpa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取状态无权限修改
parent
a7ad00be
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
9 deletions
+4
-9
src/api/mall/merchantMallgoods.js
+0
-3
src/const/crud/mall/merchantMallgoods.js
+2
-2
src/const/crud/mall/merchantMallorder.js
+1
-1
src/views/businessOrder/index.vue
+1
-3
No files found.
src/api/mall/merchantMallgoods.js
View file @
a1037b82
import
request
from
'@/router/axios'
import
request
from
'@/router/axios'
export
function
getMerchantByAccount
(
parameter
)
{
export
function
getMerchantByAccount
(
parameter
)
{
return
request
({
return
request
({
url
:
'/admin/merchantMallGoods/getMerchantByAccount'
,
url
:
'/admin/merchantMallGoods/getMerchantByAccount'
,
...
...
src/const/crud/mall/merchantMallgoods.js
View file @
a1037b82
...
@@ -72,7 +72,7 @@ export const tableOption = {
...
@@ -72,7 +72,7 @@ export const tableOption = {
"prop"
:
"state"
,
"prop"
:
"state"
,
"search"
:
true
,
"search"
:
true
,
"showColumn"
:
false
,
"showColumn"
:
false
,
dicUrl
:
"/
general/m
allGoods/getStateOptions"
,
dicUrl
:
"/
admin/merchantM
allGoods/getStateOptions"
,
},
},
{
{
"type"
:
"input"
,
"type"
:
"input"
,
...
@@ -85,7 +85,7 @@ export const tableOption = {
...
@@ -85,7 +85,7 @@ export const tableOption = {
"prop"
:
"auditState"
,
"prop"
:
"auditState"
,
"search"
:
true
,
"search"
:
true
,
"showColumn"
:
false
,
"showColumn"
:
false
,
dicUrl
:
"/
general/m
allGoods/getAuditStateOptions"
,
dicUrl
:
"/
admin/merchantM
allGoods/getAuditStateOptions"
,
},
},
{
{
"type"
:
"input"
,
"type"
:
"input"
,
...
...
src/const/crud/mall/merchantMallorder.js
View file @
a1037b82
...
@@ -32,7 +32,7 @@ export const tableOption = {
...
@@ -32,7 +32,7 @@ export const tableOption = {
"label"
:
"状态"
,
"label"
:
"状态"
,
"prop"
:
"state"
,
"prop"
:
"state"
,
"search"
:
true
,
"search"
:
true
,
"dicUrl"
:
"/
general/m
allOrder/getOrderStateOptions"
,
"dicUrl"
:
"/
admin/merchantM
allOrder/getOrderStateOptions"
,
},
},
{
{
"type"
:
"input"
,
"type"
:
"input"
,
...
...
src/views/businessOrder/index.vue
View file @
a1037b82
...
@@ -270,9 +270,7 @@
...
@@ -270,9 +270,7 @@
fetchList
(
Object
.
assign
({
fetchList
(
Object
.
assign
({
current
:
page
.
currentPage
,
current
:
page
.
currentPage
,
size
:
page
.
pageSize
,
size
:
page
.
pageSize
,
// merchantId:response.data.data.id
merchantId
:
response
.
data
.
data
.
id
merchantId
:
47
},
params
,
this
.
searchForm
)).
then
(
response
=>
{
},
params
,
this
.
searchForm
)).
then
(
response
=>
{
this
.
tableData
=
response
.
data
.
data
.
records
this
.
tableData
=
response
.
data
.
data
.
records
this
.
page
.
total
=
response
.
data
.
data
.
total
this
.
page
.
total
=
response
.
data
.
data
.
total
...
...
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