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
a9ae9bee
Commit
a9ae9bee
authored
Sep 25, 2017
by
季圣华
Browse files
隐藏多单位商品的销售单据中的单价下拉框
parent
50176823
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/js/pages/materials/in_out.js
View file @
a9ae9bee
...
...
@@ -2623,7 +2623,9 @@
$
(
'
.price-list
'
).
remove
();
//如果存在价格列表先移除
}
else
{
$
(
self
).
after
(
temp
);
//加载列表信息
if
(
presetPriceTwo
!=
undefined
){
//多单位的商品
$
(
self
).
after
(
temp
);
//加载列表信息
}
}
$
(
'
.price-list ul li
'
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
var
price
=
$
(
this
).
text
();
...
...
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