Commit 2026dc0d by liulei

下料登记后没有更新列表数据优化

parent 158424ee
......@@ -376,10 +376,7 @@ function checkIn(id) {
});
}
checkInCallback = function (e) {
// 刷新列表
detailGrid.setEiInfo(ei);
// 关闭弹窗
JSColorbox.close();
detailGrid.setEiInfo(e);
}
let selectStock = function (id) {
JSColorbox.open({
......
Markdown is supported
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