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
e13693ac
Commit
e13693ac
authored
Mar 02, 2020
by
季圣华
Browse files
解决序列号无法编辑的bug
parent
8e51f4ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/serialNumber.html
View file @
e13693ac
...
...
@@ -466,7 +466,7 @@
function
editSerialNumber
(
index
)
{
//获取当前行
var
rowsdata
=
$
(
"
#tableData
"
).
datagrid
(
"
getRows
"
)[
index
];
$
(
"
#serialNumberId
"
).
val
(
rowsdata
.
serialNumberI
d
);
$
(
"
#serialNumberId
"
).
val
(
rowsdata
.
i
d
);
$
(
"
#materialId
"
).
val
(
rowsdata
.
materialId
);
$
(
"
#materialName
"
).
focus
().
textbox
(
"
setValue
"
,
rowsdata
.
materialName
);
$
(
"
#serialNumber
"
).
textbox
(
"
setValue
"
,
rowsdata
.
serialNumber
);
...
...
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