Commit fe8797da by 江和松

生产入库保存报错问题修改

parent 0c12b70f
......@@ -208,7 +208,7 @@ let update = function () {
if(flag) {
JSUtils.confirm("确定对勾选中的[" + rows.length + "]条数据做\"保存\"操作? ", {
ok: function () {
JSUtils.submitGridsData("result", "HGKC003", "save", true);
JSUtils.submitGridsData("result", "HGKC003", "update", true);
}
});
}
......
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