From 102334b2ab255b279f9c492b146276baeb2910d1 Mon Sep 17 00:00:00 2001
From: cwjbxqmz <1134865194@qq.com>
Date: 星期四, 28 九月 2023 14:38:37 +0800
Subject: [PATCH] 计量单位列表:增加 审核,反审核,禁用,反禁用,按钮设置 等按钮;并修改视图,将 审核人,审核日期,禁用人,禁用日期 4列 显示出来;
---
Model/车间管理/ClsSc_MaterToSourceBillMain.cs | 8 ++++++--
1 files changed, 6 insertions(+), 2 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 cedf9b5..249ad47 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"
@@ -12,7 +12,7 @@
public Int64 HProcExchInterID;// int --工序流转卡ID(预留字段)
public Int64 HProcExchEntryID;// int --工序流转卡子ID(预留字段)
public string HProcExchBillNo;// varchar(50) --工序流转卡号(预留字段)
- public Int64 HICMOInterID;// int --任务单ID
+ public Int64 HICMOInterID;// int --任务单ID //
public string HICMOBillNo;// varchar(50) --任务单号
public Int64 HSourceID;// int --生产资源ID
public string HSourceBarCode;// varchar(50) --生产资源条码
@@ -24,6 +24,10 @@
public Int64 HProcID;// int --工序ID
public Int64 HMaterID;// int --产品ID
-
+ public Int64 HICMOEntryID=0;// int --任务单子ID
+ public string HSourceBillNo = "";// string --源单单号
+ public Int64 HSourceInterID = 0;// int --源单主内码
+ public Int64 HSourceEntryID = 0;// int --源单子内码
+ public string HSourceBillType = ""; // string --源单类型
}
}
--
Gitblit v1.9.1