From f3406b5d603b0b8ac026cda734739262207d6065 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期二, 20 十二月 2022 16:27:11 +0800 Subject: [PATCH] 器具维修记录单 源单类型 (手工录入 维修派工单 故障登记单 ) 根据类型去选择相对应的单据 带出数据 器具维修记录单 子表两个 页签 (维修信息 配件信息)--参考设备维修记录单 --- WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs index 8f57b98..4cc13ea 100644 --- a/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs +++ b/WebAPI/Controllers/SCGL/Sc_ComplementGoodBill_ZXBZController.cs @@ -239,7 +239,7 @@ oSub.HSourceEntryID = listCa[i].HSourceEntryID; oSub.HSourceBillType = "88"; oSub.HSourceBillNo = listCa[i].HSourceBillNo; - oSub.HQty = double.Parse((listCa[i].鍙枡鏁伴噺 * listCa[i].鏈�灏忓彂鏂欐暟閲�).ToString()); + oSub.HQty = double.Parse(listCa[i].鍙枡鏁伴噺.ToString()); oSub.HMaterID = listCa[i].HMaterialID; oSub.HMaterNumber = listCa[i].HMaterialNumberCol; -- Gitblit v1.9.1