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

This commit is contained in:
季圣华
2020-03-02 15:36:16 +08:00
parent 1c9704a83e
commit 8e51f4abfe

View File

@@ -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);