| | |
| | | public string HStageNote; |
| | | public int HPMGoodsID; |
| | | public string HPMGoodsName; |
| | | public int HIsKey; |
| | | public bool HIsKey; |
| | | public double HRate; |
| | | public int HEmpID; |
| | | public string HEmpName; |
| | |
| | | public int RowID; |
| | | public int HEmployeeID; |
| | | public string HEmployeeName; |
| | | public int HIsPM; |
| | | public bool HIsPM; |
| | | public double HRate; |
| | | public double HPlanAvgMoney; |
| | | public double HPlanCountMoney; |
| | |
| | | int HPayCusID = mainList[0].HPayCusID; |
| | | int HOrgID = mainList[0].HOrgID; |
| | | int HMaterID = mainList[0].HMaterID; |
| | | string HUpdater = mainList[0].HUpdater; |
| | | string HUpdaterDate = mainList[0].HUpdaterDate; |
| | | |
| | | if (OperationType == 2) |
| | | { |
| | |
| | | "',HBillNo = '" + HBillNo + |
| | | "',HBillStatus = " + HBillStatus + |
| | | ",HRemark = '" + HRemark + |
| | | "',HMaker = '" + HMaker + |
| | | "',HMakeDate = '" + HMakerDate + |
| | | "',HUpdater = '" + HUpdater + |
| | | "',HUpdateDate = '" + HUpdaterDate + |
| | | "',HProNumber = '" + HProNumber + |
| | | "',HProName = '" + HProName + |
| | | "',HCusID = " + HCusID + |
| | |
| | | string HStageNote = oSub.HStageNote; |
| | | int HPMGoodsID = oSub.HPMGoodsID; |
| | | string HRelationGoods = oSub.HPMGoodsName; |
| | | int HIsKey = oSub.HIsKey; |
| | | int HIsKey = oSub.HIsKey?1:0; |
| | | double HRate = oSub.HRate; |
| | | int HEmpID = oSub.HEmpID; |
| | | int HCheckEmpID = oSub.HCheckEmpID; |
| | |
| | | int HEntryID = i; |
| | | string HRemark = oSub.HRemarkSub; |
| | | int HEmpID = oSub.HEmployeeID; |
| | | int HIsPM = oSub.HIsPM; |
| | | int HIsPM = oSub.HIsPM?1:0; |
| | | double HRate = oSub.HRate; |
| | | double HPlanAvgMoney = oSub.HPlanAvgMoney; |
| | | double HPlanCountMoney = oSub.HPlanCountMoney; |