From 6d82dc270e1e1c597e2df48e3fc46243b6a4eb79 Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期五, 03 九月 2021 18:07:33 +0800 Subject: [PATCH] nothing --- PlanM/计划管理/Gy_RoutingBill.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git "a/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs" "b/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs" index 613641e..cc1efe0 100644 --- "a/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs" +++ "b/PlanM/\350\256\241\345\210\222\347\256\241\347\220\206/Gy_RoutingBill.cs" @@ -844,6 +844,12 @@ this.txtHAddSourceRate.Text = BillOld.omodel.HAddSourceRate.ToString(); this.txtHDelSourceRate.Text = BillOld.omodel.HDelSourceRate.ToString(); + this.textHPicNumVer.Text = BillOld.omodel.HPicNumVer.ToString(); + this.textHPicNumAssemble.Text = BillOld.omodel.HPicNumAssemble.ToString(); + this.textHMaterTexture.Text = BillOld.omodel.HMaterTexture.ToString(); + this.textHProductNum.Text = BillOld.omodel.HProductNum.ToString(); + this.textHVerNum.Text = BillOld.omodel.HVerNum.ToString(); + //鍔犺浇琛ㄤ綋 int i = 0; foreach (Model.ClsGy_RoutingBillSub oSub in BillOld.DetailColl) -- Gitblit v1.9.1