llj
2025-08-07 1a94e0e270668ef1cfbcd5043b72bc6591a50706
价目表新增审核按钮无效修理bug
1个文件已修改
4 ■■■ 已修改文件
WebAPI/Controllers/基础资料/基础资料/Gy_MatePriceController.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/»ù´¡×ÊÁÏ/»ù´¡×ÊÁÏ/Gy_MatePriceController.cs
@@ -208,6 +208,8 @@
                if (oBill.oModel.HItemID == 0)
                {
                    bResult = oBill.AddNew();
                    DataSet Maxds = oCN.RunProcReturn("select MAX(HItemID) from Gy_MaterPrice" , "Gy_MaterPrice");
                    oBill.oModel.HItemID = Convert.ToInt64(Maxds.Tables[0].Rows[0][0]);
                }
                else
                {
@@ -228,7 +230,7 @@
                    objJsonResult.code = "1";
                    objJsonResult.count = 1;
                    objJsonResult.Message = "保存成功!";
                    objJsonResult.data = 1;
                    objJsonResult.data = oBill.oModel.HItemID;
                    return objJsonResult;
                }
                else