Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
cc36a3fb
Commit
cc36a3fb
authored
Jun 13, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品审核
parent
54815e36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
common.js
src/api/common.js
+1
-1
view.vue
src/views/backstage/productMgt/productTabulate/view.vue
+4
-4
No files found.
src/api/common.js
View file @
cc36a3fb
...
...
@@ -153,7 +153,7 @@ export const HttpReq = {
// 客户信息审核
reviewProduct
:
function
(
data
)
{
return
request
({
url
:
'
/api/bsw/
users/reviewCustomer
'
,
url
:
'
/api/bsw/
product/reviewProduct
'
,
method
:
'
put
'
,
data
:
data
}).
then
((
res
)
=>
{
...
...
src/views/backstage/productMgt/productTabulate/view.vue
View file @
cc36a3fb
...
...
@@ -201,8 +201,8 @@
</div>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"text"
@
click=
"cancelView"
>
取消
</el-button>
<div
slot=
"footer"
class=
"dialog-footer"
style=
"text-align: center"
>
<el-button
@
click=
"cancelView"
>
关闭
</el-button>
<el-button
v-if=
"isReview"
type=
"primary"
@
click=
"submitForm(true)"
>
通过
</el-button>
<el-button
v-if=
"isReview"
type=
"primary"
@
click=
"reviewVisible=true"
>
驳回
</el-button>
</div>
...
...
@@ -430,8 +430,8 @@ export default {
submitForm
(
isPass
)
{
if
(
isPass
)
{
this
.
formReview
.
reviewComments
=
'
审核通过
'
HttpReq
.
backstageApi
.
review
Customer
({
customerId
:
this
.
customer
Id
,
HttpReq
.
backstageApi
.
review
Product
({
productId
:
this
.
formData
.
product
Id
,
reviewComments
:
this
.
formReview
.
reviewComments
,
type
:
1
}).
then
((
res
)
=>
{
...
...
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