From 8d2c73ec89c9280b4a36a7ec686e3e8da8fe6510 Mon Sep 17 00:00:00 2001
From: black-goat-me <226547893@qq.com>
Date: 星期三, 26 四月 2023 10:58:58 +0800
Subject: [PATCH] Kf_ICStockInOutBillController.sc文件添加一个Kf_BarCodeDetailQuery()方法,根据参数返回单据的条码明细信息

---
 BaseSet/公用资料/其他基础资料/Gy_MatePriceSup.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MatePriceSup.cs" "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MatePriceSup.cs"
index 37a7e56..6516ad6 100644
--- "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MatePriceSup.cs"
+++ "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_MatePriceSup.cs"
@@ -553,7 +553,7 @@
                     oSub.HPrice = ClsPub.isDoule(grdMain.Rows[i].Cells[HPriceCol].Value);
                     oSub.HBeginDate = ClsPub.isDate(grdMain.Rows[i].Cells[HBeginDateCol].Value);
                     oSub.HEndDate = ClsPub.isDate(grdMain.Rows[i].Cells[HEndDateCol].Value);
-                    oSub.HUsed = true;
+                    oSub.HUsed = 1;
                     oSub.HMaker = ClsPub.CurUserName;
                     oSub.HMakeDate = DBUtility.ClsPub.isDate(ClsPub.GetServerDate(-1));
                     BillNew.DetailColl.Add(oSub);

--
Gitblit v1.9.1