From 4edbf80159b50fbea848682eae80a3781b38df0d Mon Sep 17 00:00:00 2001 From: wtt <1985833171@qq.com> Date: 星期一, 09 六月 2025 08:39:03 +0800 Subject: [PATCH] 三升添加发货计划平台 --- WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs b/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs index 8941308..4cda8d2 100644 --- a/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs +++ b/WebAPI/Controllers/SBGL/Sb_EquipMaintainBillController.cs @@ -691,8 +691,7 @@ DBUtility.ClsPub.CurUserName = oItem.HMaker; //鍒跺崟浜� oItem.HBillType = "3901"; oItem.HBillSubType = "3901"; - - //oItem.HInterID =0; + //oItem.HBillNo = ""; oItem.HDate = DBUtility.ClsPub.isDate(DateTime.Now.ToString("yyyy-MM-dd"));// --鏃ユ湡 oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); -- Gitblit v1.9.1