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
8e51f4ab
Commit
8e51f4ab
authored
Mar 02, 2020
by
季圣华
Browse files
解决单据录入的时候选择仓库不能展示库存的bug
parent
1c9704a8
Changes
1
Show whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
8e51f4ab
...
@@ -672,7 +672,7 @@
...
@@ -672,7 +672,7 @@
body =$("#depotHeadFM .datagrid-body");
body =$("#depotHeadFM .datagrid-body");
footer =$("#depotHeadFM .datagrid-footer");
footer =$("#depotHeadFM .datagrid-footer");
input = ".datagrid-editable-input";
input = ".datagrid-editable-input";
var mId = body.find("[field='MaterialExtendId']").find(".
com
bo-value").val();
var mId = body.find("[field='MaterialExtendId']").find(".
text
bo
x
-value").val();
if(mId){
if(mId){
var type = "select"; //type 类型:点击 click,选择 select
var type = "select"; //type 类型:点击 click,选择 select
findStockNumById(depotId, mId, monthTime, body, input, ratioDepot, type);
findStockNumById(depotId, mId, monthTime, body, input, ratioDepot, type);
...
...
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