From cb468fd637c17f40e9d4d221f66fe83874e628de Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期三, 22 三月 2023 13:44:00 +0800 Subject: [PATCH] 工序流转卡新增保存方法,增加根据系统参数“工序流转卡保存时自动同步条码信息至条码档案”,保存自动同步生成条码功能 --- WebAPI/Controllers/EntrustOutController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/EntrustOutController.cs b/WebAPI/Controllers/EntrustOutController.cs index 9d29217..d4ee36e 100644 --- a/WebAPI/Controllers/EntrustOutController.cs +++ b/WebAPI/Controllers/EntrustOutController.cs @@ -465,6 +465,7 @@ websLsmain.HWHID = lsmain[0].HWHID; websLsmain.HMainSourceBillType = "濮斿璁㈠崟-鎶曟枡"; websLsmain.HSupID = lsmain[0].HSupID; + websLsmain.HBillType = "1211";//鍥哄畾鍊� if (webserver.set_SaveEntrustOutBill_New(websLsmain, sSourceBillType, ref DBUtility.ClsPub.sErrInfo)) { -- Gitblit v1.9.1