Commit 8e51f4ab authored by 季圣华's avatar 季圣华
Browse files

解决单据录入的时候选择仓库不能展示库存的bug

parent 1c9704a8
......@@ -672,7 +672,7 @@
body =$("#depotHeadFM .datagrid-body");
footer =$("#depotHeadFM .datagrid-footer");
input = ".datagrid-editable-input";
var mId = body.find("[field='MaterialExtendId']").find(".combo-value").val();
var mId = body.find("[field='MaterialExtendId']").find(".textbox-value").val();
if(mId){
var type = "select"; //type 类型:点击 click,选择 select
findStockNumById(depotId, mId, monthTime, body, input, ratioDepot, type);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment