From ffa1fcc7a041fd26ce26497a649d47370f5cf882 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期二, 12 九月 2023 14:49:39 +0800 Subject: [PATCH] 1、涤纶半成品生成条码模块,增加生产资源必录项控制;2、新增项目报表调用方法;3、其他出库上传方法修改 --- WebAPI/Controllers/QC_ManagementController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/QC_ManagementController.cs b/WebAPI/Controllers/QC_ManagementController.cs index f34840d..7452035 100644 --- a/WebAPI/Controllers/QC_ManagementController.cs +++ b/WebAPI/Controllers/QC_ManagementController.cs @@ -1256,7 +1256,7 @@ oItem.HBillSubType = "7506"; oItem.HBillStatus = 0; oItem.HPeriod = 0; - oItem.HMaker = ""; + oItem.HMaker = user; oItem.HMainSourceInterID = oItem.HInterID; //oItem.HInterID = DBUtility.ClsPub.CreateBillID_SRMProd("1103", ref DBUtility.ClsPub.sExeReturnInfo); -- Gitblit v1.9.1