From 27f1cc301fc772b64f3439dae0106e64b06bfe6f Mon Sep 17 00:00:00 2001
From: 仲国强 <519541279@qq.com>
Date: 星期四, 09 九月 2021 15:21:21 +0800
Subject: [PATCH] 工序委外发出增加修改、审核、反审核功能。
---
DAL/计划管理/ClsGy_RoutingBill.cs | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git "a/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBill.cs" "b/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBill.cs"
index a91f6db..72337bd 100644
--- "a/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBill.cs"
+++ "b/DAL/\350\256\241\345\210\222\347\256\241\347\220\206/ClsGy_RoutingBill.cs"
@@ -64,6 +64,11 @@
",HStdSourceQty=" + omodel.HStdSourceQty.ToString() +
",HAddSourceRate=" + omodel.HAddSourceRate.ToString() +
",HDelSourceRate=" + omodel.HDelSourceRate.ToString() +
+ ",HPicNumVer='" + omodel.HPicNumVer.ToString() + "'" +
+ ",HPicNumAssemble='" + omodel.HPicNumAssemble.ToString() + "'" +
+ ",HMaterTexture='" + omodel.HMaterTexture.ToString() + "'" +
+ ",HProductNum='" + omodel.HProductNum.ToString() + "'" +
+ ",HVerNum='" + omodel.HVerNum.ToString() + "'" +
" where HInterID=" + lngBillKey.ToString());
//鍒犻櫎鍏宠仈
@@ -305,6 +310,11 @@
omodel.HStdSourceQty = DBUtility.ClsPub.isSingle(Ds.Tables[0].Rows[0]["HStdSourceQty"].ToString());
omodel.HAddSourceRate = DBUtility.ClsPub.isSingle(Ds.Tables[0].Rows[0]["HAddSourceRate"].ToString());
omodel.HDelSourceRate = DBUtility.ClsPub.isSingle(Ds.Tables[0].Rows[0]["HDelSourceRate"].ToString());
+ omodel.HPicNumVer = Ds.Tables[0].Rows[0]["HPicNumVer"].ToString().Trim();
+ omodel.HPicNumAssemble = Ds.Tables[0].Rows[0]["HPicNumAssemble"].ToString().Trim();
+ omodel.HMaterTexture = Ds.Tables[0].Rows[0]["HMaterTexture"].ToString().Trim();
+ omodel.HProductNum = Ds.Tables[0].Rows[0]["HProductNum"].ToString().Trim();
+ omodel.HVerNum = Ds.Tables[0].Rows[0]["HVerNum"].ToString().Trim();
//寰幆
DataSet DsSub ;
--
Gitblit v1.9.1