Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
78c5502d
Commit
78c5502d
authored
Jan 01, 2021
by
季圣华
Browse files
优化商品初始库存加载失败的bug
parent
7228a2ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
78c5502d
...
@@ -1311,7 +1311,7 @@
...
@@ -1311,7 +1311,7 @@
if
(
type
==
"
edit
"
){
if
(
type
==
"
edit
"
){
$
.
ajax
({
$
.
ajax
({
type
:
"
get
"
,
type
:
"
get
"
,
url
:
"
../../../pages/template/init_depot_list.html?
2121
"
,
url
:
"
../../../pages/template/init_depot_list.html?
3232
"
,
async
:
false
,
async
:
false
,
success
:
function
(
tem
)
{
success
:
function
(
tem
)
{
if
(
tem
)
{
if
(
tem
)
{
...
...
erp_web/pages/template/init_depot_list.html
View file @
78c5502d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<tr>
<tr>
<td
style=
"width:100px;height:30px;line-height:30px;padding:5px;float:left;"
>
{{name}}
</td>
<td
style=
"width:100px;height:30px;line-height:30px;padding:5px;float:left;"
>
{{name}}
</td>
<td
style=
"padding:5px"
>
<td
style=
"padding:5px"
>
<input
type=
"text"
id=
"depot{{id}}"
data-id=
"{{id}}"
class=
"depot"
style=
"width: 250px;border: 1px solid #95B8E7;border-radius:5px;height: 30px"
value=
"{{
s
tock}}"
/>
<input
type=
"text"
id=
"depot{{id}}"
data-id=
"{{id}}"
class=
"depot"
style=
"width: 250px;border: 1px solid #95B8E7;border-radius:5px;height: 30px"
value=
"{{
initS
tock}}"
/>
</td>
</td>
</tr>
</tr>
{{/depotList}}
{{/depotList}}
...
...
Write
Preview
Supports
Markdown
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