Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
yimu
h5-admin
Commits
8c210e14
Commit
8c210e14
authored
Apr 18, 2022
by
verestrasz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8e2cd8af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/view/good-mgr/add-commodity/index.vue
+1
-1
sale-info.vue
src/view/good-mgr/add-good/sale-info.vue
+1
-1
No files found.
src/view/good-mgr/add-commodity/index.vue
View file @
8c210e14
...
...
@@ -482,7 +482,7 @@ export default {
// console.log('form', form)
let
apiName
=
this
.
isAdd
?
'addGood'
:
this
.
isAgain
?
'republishGood'
:
'updateGood'
let
title
=
this
.
isAdd
?
'添加成功!'
:
this
.
isAgain
?
'重新发布成功!'
:
'编辑成功!'
console
.
log
(
'form'
,
form
)
this
.
submitLoading
=
true
this
.
api
({
apiName
,
...
...
src/view/good-mgr/add-good/sale-info.vue
View file @
8c210e14
...
...
@@ -209,7 +209,7 @@
<Input
v-else
placeholder=
"单位(KG)"
:value
=
"row.weight"
v-model
=
"row.weight"
@
on-change=
"handleInputChange(index, 'weight')"
type=
"number"
:readonly=
"isDetail"
...
...
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