From 102d73deca7f4e8f102a2e673b732f8d65dd872e Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期五, 16 四月 2021 09:00:55 +0800 Subject: [PATCH] 新增采购订单、委外订单、收料通知单、退料通知单、销售订单、发货通知单、退货通知单等单据列表数据获取方法模块-合并 --- WebAPI/Controllers/POStockInBillController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/POStockInBillController.cs b/WebAPI/Controllers/POStockInBillController.cs index 401da54..f058753 100644 --- a/WebAPI/Controllers/POStockInBillController.cs +++ b/WebAPI/Controllers/POStockInBillController.cs @@ -572,10 +572,10 @@ websLsmain.HManagerID = 0; websLsmain.HBillerID = lsmain[0].HBillerID; websLsmain.HRemark = ""; - websLsmain.HExplanation = ""; websLsmain.HInnerBillNo = ""; websLsmain.HRedBlueFlag = false;//false钃濆瓧 true绾㈠瓧 websLsmain.HMainSourceBillType = lsmain[0].HBillType; + websLsmain.HExplanation = lsmain[0].HExplanation; if (webserver.set_SavePOStockInBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo)) -- Gitblit v1.9.1