This commit is contained in:
2025-07-23 16:51:21 +08:00
parent 651ab7e326
commit 5f358e6c58
2 changed files with 2 additions and 2 deletions

View File

@@ -1332,7 +1332,7 @@ namespace Pilot_KD_Parino.Common
private static void CreateAutoWrireRecordData2(IBillView billView, Context ctx, string FOrgId, List<CombinaAddClass1> DATA1, CombinaAddSK DATA2) private static void CreateAutoWrireRecordData2(IBillView billView, Context ctx, string FOrgId, List<CombinaAddClass1> DATA1, CombinaAddSK DATA2)
{ {
billView.Model.SetValue("FOrgId", FOrgId, 0); billView.Model.SetValue("FOrgId", FOrgId, 0);
billView.Model.SetValue("F_YeWuDate", DATA2.FDate, 0);
decimal amount = DATA2.FALLAMOUNT; decimal amount = DATA2.FALLAMOUNT;
for (int i = 0; i < DATA1.Count; i++) for (int i = 0; i < DATA1.Count; i++)

View File

@@ -1003,7 +1003,7 @@ namespace Pilot_KD_Parino.QPHY_AutoWrire
if (e.BarItemKey.ToString().Equals("MBBA_tbButton_5")) if (e.BarItemKey.ToString().Equals("MBBA_tbButton_5"))
{ {
// 弹出确认框 // 弹出确认框
View.ShowMessage("确定要生成核销记录单吗?", MessageBoxOptions.YesNo, result => View.ShowMessage("确定要生成核销记录单吗?2", MessageBoxOptions.YesNo, result =>
{ {
if (result == MessageBoxResult.Yes) if (result == MessageBoxResult.Yes)
{ {