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
79487b42
Commit
79487b42
authored
Jun 18, 2020
by
季圣华
Browse files
收支项目的保存优化
parent
66dcd16e
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/inOutItem.html
View file @
79487b42
...
@@ -399,9 +399,7 @@
...
@@ -399,9 +399,7 @@
$
(
"
.window-mask
"
).
css
({
width
:
webW
,
height
:
webH
});
$
(
"
.window-mask
"
).
css
({
width
:
webW
,
height
:
webH
});
$
(
'
#inOutItemFM
'
).
form
(
'
load
'
,
row
);
$
(
'
#inOutItemFM
'
).
form
(
'
load
'
,
row
);
inOutItemID
=
rowsdata
.
id
;
inOutItemID
=
rowsdata
.
id
;
//焦点在名称输入框==定焦在输入文字后面
url
=
'
/inOutItem/update?id=
'
+
rowsdata
.
id
;
$
(
"
#inOutItem
"
).
val
(
""
).
focus
().
val
(
inOutItemInfo
[
1
]);
url
=
'
/inOutItem/update?id=
'
+
inOutItemInfo
[
0
];
}
}
//检查收支项目 名称是否存在 ++ 重名无法提示问题需要跟进
//检查收支项目 名称是否存在 ++ 重名无法提示问题需要跟进
...
...
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