From f002dca462390febf123891c62ae197c768219dc Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 02 二月 2024 10:29:44 +0800
Subject: [PATCH] 销售订单 删除方法,增加 调用 删除前控制 h_p_Xs_SeOrderBill_BeforeDelCtrl 和删除后控制 h_p_Xs_SeOrderBill_AfterDelCtrl的 存储过程。 销售出库单 删除方法,增加 调用 删除前控制 h_p_Kf_SellOutBill_BeforeDelCtrl 和删除后控制 h_p_Kf_SellOutBill_AfterDelCtrl的 存储过程。 收款单 删除方法,增加 调用 删除前控制 h_p_YS_ReceiveBill_BeforeDelCtrl 和删除后控制 h_p_YS_ReceiveBill_AfterDelCtrl的 存储过程。 应收退款单 删除方法,增加 调用 删除前控制 h_p_YS_ReceiveBackBill_BeforeDelCtrl 和删除后控制 h_p_YS_ReceiveBackBill_AfterDelCtrl的 存储过程。 销售订单变更单删除方法,增加 调用 删除前控制 h_p_Xs_SeOrderChangeBill_BeforeDelCtrl 和删除后控制 h_p_Xs_SeOrderChangeBill_AfterDelCtrl的 存储过程。 销售退货单删除方法,增加 调用 删除前控制 h_p_Kf_SellOutBackBill_BeforeDelCtrl 和删除后控制 h_p_Kf_SellOutBackBill_AfterDelCtrl的 存储过程。
---
WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs
index 397030a..4cc13ea 100644
--- a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs
@@ -176,7 +176,7 @@
{
objJsonResult.code = "0";
objJsonResult.count = 0;
- objJsonResult.Message = "搴撳瓨鏁伴噺涓�0,鏃犳硶鍙枡!";
+ objJsonResult.Message = $"绗瑊(i + 1)}琛屽簱瀛樻暟閲忎负0,鏃犳硶鍙枡!";
objJsonResult.data = null;
return objJsonResult;
}
@@ -185,7 +185,7 @@
{
objJsonResult.code = "0";
objJsonResult.count = 0;
- objJsonResult.Message = "搴撳瓨鏁伴噺灏忎簬鍙枡鏁伴噺,鏃犳硶鍙枡!";
+ objJsonResult.Message = $"绗瑊(i+1)}琛岃皟鍑轰粨搴撳彲鐢ㄥ簱瀛樻暟閲忓皬浜庡彨鏂欐暟閲�,鏃犳硶鍙枡!";
objJsonResult.data = null;
return objJsonResult;
}
@@ -194,7 +194,7 @@
{
objJsonResult.code = "0";
objJsonResult.count = 0;
- objJsonResult.Message = "璇烽�夋嫨璋冨叆浠撳簱!";
+ objJsonResult.Message = $"绗瑊(i + 1)}琛岃閫夋嫨璋冨叆浠撳簱!";
objJsonResult.data = null;
return objJsonResult;
}
@@ -203,7 +203,7 @@
{
objJsonResult.code = "0";
objJsonResult.count = 0;
- objJsonResult.Message = "璇烽�夋嫨璋冨嚭浠撳簱!";
+ objJsonResult.Message = $"绗瑊(i + 1)}琛岃閫夋嫨璋冨嚭浠撳簱!";
objJsonResult.data = null;
return objJsonResult;
}
@@ -212,7 +212,7 @@
{
objJsonResult.code = "0";
objJsonResult.count = 0;
- objJsonResult.Message = "璋冨嚭浠撳簱鍜岃皟鍏ヤ粨搴撲笉鑳戒竴鏍�!";
+ objJsonResult.Message = $"绗瑊(i + 1)}琛岃皟鍑轰粨搴撳拰璋冨叆浠撳簱涓嶈兘涓�鏍�!";
objJsonResult.data = null;
return objJsonResult;
}
@@ -239,7 +239,7 @@
oSub.HSourceEntryID = listCa[i].HSourceEntryID;
oSub.HSourceBillType = "88";
oSub.HSourceBillNo = listCa[i].HSourceBillNo;
- oSub.HQty = double.Parse((listCa[i].鍙枡鏁伴噺 * listCa[i].鏈�灏忓彂鏂欐暟閲�).ToString());
+ oSub.HQty = double.Parse(listCa[i].鍙枡鏁伴噺.ToString());
oSub.HMaterID = listCa[i].HMaterialID;
oSub.HMaterNumber = listCa[i].HMaterialNumberCol;
--
Gitblit v1.9.1