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
17f469bf
Commit
17f469bf
authored
Mar 01, 2022
by
verestrasz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3fe1f073
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sale-info.vue
src/view/good-mgr/add-good/sale-info.vue
+3
-2
No files found.
src/view/good-mgr/add-good/sale-info.vue
View file @
17f469bf
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
<label
class=
"label"
>
发行数量:
</label>
<label
class=
"label"
>
发行数量:
</label>
<Input
<Input
v-model=
"data.number"
v-model=
"data.number"
:readonly=
"isDetail || isEdit || isAgain"
:readonly=
"isDetail || isEdit || isAgain
|| isDraft
"
placeholder=
"请输入发行数量,正整数"
placeholder=
"请输入发行数量,正整数"
style=
"width: 400px"
style=
"width: 400px"
/>
/>
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
<Input
<Input
v-model=
"data.tokenId"
v-model=
"data.tokenId"
v-if=
"isDetail || isEdit || isAgain"
v-if=
"isDetail || isEdit || isAgain"
:readonly=
"isDetail || isEdit || isAgain"
:readonly=
"isDetail || isEdit || isAgain
|| isDraft
"
style=
"width: 400px"
style=
"width: 400px"
/>
/>
<Select
<Select
...
@@ -249,6 +249,7 @@
...
@@ -249,6 +249,7 @@
@
on-change=
"handleInputChange(index, 'coinName')"
@
on-change=
"handleInputChange(index, 'coinName')"
@
on-blur=
"handleInputBlur(index, 'coinName')"
@
on-blur=
"handleInputBlur(index, 'coinName')"
style=
"width: 140px"
style=
"width: 140px"
:readonly=
"isDetail || isEdit || isAgain || isDraft"
:disabled=
"isDetail || data.sku[index].status == 1"
:disabled=
"isDetail || data.sku[index].status == 1"
:maxlength=
"10"
:maxlength=
"10"
/>
/>
...
...
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