11
This commit is contained in:
@@ -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++)
|
||||||
|
|||||||
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user