From f431a054fc8d876769a3e8f65a3eba43e0c3523b Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 09 一月 2023 09:56:04 +0800
Subject: [PATCH] 末道工序出站列表 入库 首道工序出站 列表 维护 委外工序发出单 委外工序接收单 工序进站接收单 维护
---
Model/销售管理/ClsXs_SeOrderBillMain.cs | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git "a/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs" "b/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs"
index 785b0ae..c909007 100644
--- "a/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs"
+++ "b/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs"
@@ -8,7 +8,7 @@
{
public string HAddress;// varchar(200) --交货地点
public Int64 HSSID;// int --结算方式 (Gy_SettleStyle)
- public Int64 HSellSID;// int --采购方式 (Gy_PoStockStyle) new
+ public Int64 HSellSID;// int --销售方式 (Gy_SellStyle) new
public Int64 HCusID;// int --供应商 (Gy_Supplier)
public Int64 HCurID;// int --币别 (Gy_Currency)
public Single HExRate;// money --汇率 (选择完币别带出)
@@ -20,5 +20,25 @@
public DateTime HSSDate;// datetime --结算日期 --addnew
public string HChangeMan;// varchar(50) --变更人(不可编辑,灰色显示类似审核人) --addnew
public DateTime HChangeDate;// datetime --变更日期(不可编辑,灰色显示) --addnew
+
+
+ public Int64 HInterID;
+ public long HYear;
+ public long HPeriod;
+ public string HBillType;
+ public string HBillSubType;
+ public DateTime HDate;
+ public string HBillNo;
+ public int HBillStatus;
+ public string HRemark;
+ public string HChecker;
+ public string HCheckDate;
+ public string HMaker;
+ public string HMakeDate;
+ public string HCloseMan;
+ public string HCloseDate;
+ public Int64 HERPInterID;
+ public string HERPBillType;
+ public Int64 HSALEORGID;
}
}
--
Gitblit v1.9.1