diff --git a/ruoyi-admin/src/main/resources/templates/system/makeorder/addProduceInbound.html b/ruoyi-admin/src/main/resources/templates/system/makeorder/addProduceInbound.html index 5eb78218..351ba294 100644 --- a/ruoyi-admin/src/main/resources/templates/system/makeorder/addProduceInbound.html +++ b/ruoyi-admin/src/main/resources/templates/system/makeorder/addProduceInbound.html @@ -478,14 +478,6 @@ focusCleanup: true }); - // function submitHandler() { - // debugger - // var data = $("#form-makeorder-edit").serializeArray(); - // alert(JSON.stringify(data)); - // $.operate.save(ctx + "erp/inboundOrder/add", data); - // } - - /* * 提交设备履历信息 * */ @@ -512,9 +504,8 @@ hasValue = true; } }); - console.log(tableData); if(!hasValue){ - $.model.msgError("至少添加一条有效入库物料!"); + $.modal.msgError("至少添加一条有效入库物料!"); return; } // 将表数据转换成与complaintNoticeData格式一致的数组