From 3dfb72f18f3b9a06432f6d2c5bf13693f8a89f1c Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期六, 08 十月 2022 11:12:31 +0800
Subject: [PATCH] 条码生成模块,条码流水号生成方法优化
---
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
index 7c77f20..7d1c3d9 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -156,14 +156,14 @@
objJsonResult.data = null;
return objJsonResult;
}
- if (HGroupID == 0)
- {
- objJsonResult.code = "0";
- objJsonResult.count = 0;
- objJsonResult.Message = "鐢熶骇鐝粍娌℃湁閫夋嫨锛�";
- objJsonResult.data = null;
- return objJsonResult;
- }
+ //if (HGroupID == 0)
+ //{
+ // objJsonResult.code = "0";
+ // objJsonResult.count = 0;
+ // objJsonResult.Message = "鐢熶骇鐝粍娌℃湁閫夋嫨锛�";
+ // objJsonResult.data = null;
+ // return objJsonResult;
+ //}
if (HProcID == 0)
{
@@ -489,7 +489,7 @@
oBill.omodel.HMainSourceInterID = list[i].HMainSourceInterID;
oBill.omodel.HMainSourceBillNo = list[i].HMainSourceBillNo;
oBill.omodel.HMainSourceBillType = list[i].HMainSourceBillType;
- oBill.omodel.HLastSubProc = list[i].HLastSubProc;
+ oBill.omodel.HLastSubProc = true;
oBill.omodel.HEmpID2 = list[i].HEmpID2;
oBill.omodel.HEmpID3 = list[i].HEmpID3;
oBill.omodel.HEmpID4 = list[i].HEmpID4;
@@ -499,6 +499,7 @@
oBill.omodel.HPriceRate = list[i].HPriceRate;
oBill.omodel.HWorkTimes = list[i].HWorkTimes;
oBill.omodel.HQCCheckID = list[i].HQCCheckID;
+ oBill.omodel.HMaker = msg4;
//string HBillSubType = "3791";
//long HInterID = list[0].HInterID;//閫掑叆type寰楀埌鐨勫崟鎹甀D
--
Gitblit v1.9.1