维护产品类型表 jsh_materialcategory
序列号表 jsh_serial_number 用户表 jsh_user 机构表 jsh_organization 机构用户关系表 jsh_orga_user_rel 对应的删除标记
This commit is contained in:
@@ -314,8 +314,11 @@
|
||||
if (r) {
|
||||
$.ajax({
|
||||
type: "post",
|
||||
url: "/serialNumber/" + id + "/delete",
|
||||
url: "/serialNumber/batchDeleteSerialNumberByIds",
|
||||
dataType: "json",
|
||||
data: ({
|
||||
ids: id
|
||||
}),
|
||||
success: function (res) {
|
||||
if(res && res.code == 200) {
|
||||
$("#searchBtn").click();
|
||||
@@ -353,7 +356,7 @@
|
||||
}
|
||||
$.ajax({
|
||||
type: "post",
|
||||
url: "/serialNumber/batchDelete",
|
||||
url: "/serialNumber/batchDeleteSerialNumberByIds",
|
||||
dataType: "json",
|
||||
async: false,
|
||||
data: ({
|
||||
|
||||
Reference in New Issue
Block a user