From 50de6a1901a72e5a70f405d9a24a54d7a67f4a7f Mon Sep 17 00:00:00 2001
From: wyb <1qaz@123>
Date: 星期五, 21 五月 2021 16:07:15 +0800
Subject: [PATCH] 1. LAYUI版:增加 电脑端 巡检记录单 单据编辑(新增修改删除功能)。 2.LAYUI版:增加 电脑端 首件检验单 单据编辑(新增修改删除功能)。
---
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