解决单据录入的时候选择仓库不能展示库存的bug
This commit is contained in:
@@ -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(".combo-value").val();
|
var mId = body.find("[field='MaterialExtendId']").find(".textbox-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);
|
||||||
|
|||||||
Reference in New Issue
Block a user