Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
Ecsite
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shoei.kanno
Ecsite
Commits
40b9b374
Commit
40b9b374
authored
Oct 22, 2020
by
shoei.kanno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在庫個数をstockに変更
parent
02c354c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
list.js
src/main/resources/static/js/list.js
+2
-2
b.jpg
src/main/resources/static/upload/b.jpg
+0
-0
No files found.
src/main/resources/static/js/list.js
View file @
40b9b374
...
...
@@ -53,8 +53,8 @@ $(function(){
$
(
'#showId'
).
append
(
idField
);
$
(
'#showImage'
).
attr
(
'src'
,
src
);
stockField
.
textContent
=
"
点在庫有
"
;
stockField
.
insertAdjacentHTML
(
'
afterbegin
'
,
stock
.
selector
);
stockField
.
textContent
=
"
stock
"
;
stockField
.
insertAdjacentHTML
(
'
beforeend
'
,
stock
.
selector
);
$
(
'#showStock'
).
append
(
stockField
);
//stock0の時BTN非表示
...
...
src/main/resources/static/upload/b.jpg
View replaced file @
02c354c2
View file @
40b9b374
4.77 KB
|
W:
|
H:
3.32 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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