ch
2021-12-29 1119443536dc9c9206d25b8c1e43e478b84449ac
修改了产品入库删除返回明细功能
2个文件已修改
3 ■■■■ 已修改文件
WarM/条码打印/Sc_ICMOToBarCode.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/ProductInController.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WarM/ÌõÂë´òÓ¡/Sc_ICMOToBarCode.cs
@@ -806,6 +806,7 @@
                        HZXQty = HZXQty - HDDQty;
                        this.Sub_SaveBill();
                        Mul = Mul + 1;
                        continue;
                    }
                }
            }
WebAPI/Controllers/ProductInController.cs
@@ -309,7 +309,7 @@
                    objJsonResult.code = "0";
                    objJsonResult.count = 1;
                    objJsonResult.Message = "获取信息成功!";
                    objJsonResult.data = ds.Tables[3];
                    objJsonResult.data = ds.Tables[0];
                    return objJsonResult;
                }
            }