From c690f48ce2c3081857419b09b3d601ca170d4583 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期四, 27 六月 2024 14:11:51 +0800 Subject: [PATCH] 上料防错单新增流水号回车调用方法,工序进站单新增流水号回车获取工序信息方法,新增系统参数“工序进站时默认带入数量” --- Model/车间管理/ClsSc_MaterToSourceBillMain.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs" "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs" index 249ad47..98e09a2 100644 --- "a/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs" +++ "b/Model/\350\275\246\351\227\264\347\256\241\347\220\206/ClsSc_MaterToSourceBillMain.cs" @@ -20,7 +20,7 @@ public Int64 HWorkerID;// int --操作工ID public string HWorkerBarCode;// varchar(50) --操作工条码 public Int64 HGroupID;// int --生产班组ID - + public Int64 HProcNo;// int --流水号(工序号) public Int64 HProcID;// int --工序ID public Int64 HMaterID;// int --产品ID -- Gitblit v1.9.1