From 8b1159f7744c752e9499ffd82de393d255b4b2e0 Mon Sep 17 00:00:00 2001 From: zrg <z1873@LAPTOP-EAVL132E> Date: 星期二, 19 八月 2025 16:09:10 +0800 Subject: [PATCH] 优化产线包装组托单方法,进出站报错提示,基础老包装车间方法到这个api --- WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs b/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs index 9f434a5..b059f87 100644 --- a/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs +++ b/WebAPI/Controllers/MJGL/Sc_MouldLifeUseBillController.cs @@ -221,6 +221,7 @@ oItem.HBillType = "3845"; oItem.HBillSubType = "3845"; oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); + oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); oItem.HMaker = user; if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") -- Gitblit v1.9.1