From c9a8f4cfd5f7a991bddece75ed8ec2c5072ff14f Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 06 二月 2024 08:18:29 +0800
Subject: [PATCH] 收款单和应收退款单增加字段; HGiftRate money //赠送比例 HGiftMoney dec(18,8) //赠送金额 比例 做成下拉框; 0% 10% 20% 30% 先这4个选项; 赠送金额 按 收款金额*赠送比例 算出来;
---
WebAPI/Controllers/OtherInStockController.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Controllers/OtherInStockController.cs b/WebAPI/Controllers/OtherInStockController.cs
index 697bc26..5b9d435 100644
--- a/WebAPI/Controllers/OtherInStockController.cs
+++ b/WebAPI/Controllers/OtherInStockController.cs
@@ -354,6 +354,8 @@
websLsmain.HSTOCKORGID = lsmain[0].HSTOCKORGID;
websLsmain.HOWNERID = lsmain[0].HSTOCKORGID;
websLsmain.HKeeperID = lsmain[0].HKeeperID;
+ websLsmain.HSecManagerID = lsmain[0].HSecManagerID;
+ websLsmain.HBillerID = lsmain[0].HBillerID;
websLsmain.HBillType = "1203";//鍥哄畾鍊�
websLsmain.HBillSubType = lsmain[0].HBillSubType;
--
Gitblit v1.9.1