From dd2eb88c5a33f16b12ba968741d0022896cd6eb2 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期六, 07 十月 2023 09:11:52 +0800 Subject: [PATCH] 生产领料单:修改列表调用的视图,只显示表头 数据 --- WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs b/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs index 8f82893..14811d3 100644 --- a/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs +++ b/WebAPI/Controllers/SCGL/Sc_MESTransFerWorkBillController.cs @@ -130,10 +130,11 @@ } DBUtility.ClsPub.CurUserName = oItem.HMaker; - oItem.HBillType = "3787"; - oItem.HBillSubType = "3787"; + oItem.HBillType = "4502"; + oItem.HBillSubType = "4502"; oItem.HBillStatus = 1; //鍗曟嵁鐘舵�侊紙1鏈锛�2瀹℃牳閫氳繃锛�3鍏抽棴锛�4浣滃簾锛�5瀹℃牳閫�鍥�,6瀹℃牳涓�,7宸查槄锛�8宸插洖澶嶏紝9缁撴锛�10楠岃瘉,11涓嬭揪锛�12寮�宸�,13鐢宠瀹℃壒,15鐢宠妫�楠岋紝16 鍒ゅ畾鍚堟牸锛�17鍒ゅ畾涓嶅悎鏍硷級 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")); if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") { -- Gitblit v1.9.1