| | |
| | | ",HSPID,HSCWHID,HSCSPID,HSPGroupID,HBatchNo,HPOOrderInterID,HPOOrderEntryID,HPOOrderBillNo" + |
| | | ",HQty_Full,HQty_Empty,HQty_Back,HCostPrice,HCostMoney,HSalePrice" + |
| | | ",HPropertyID,HSecUnitID,HSecUnitRate" + |
| | | ",HEngineNum,HUnderPanNum,HLeaveFactCard" + |
| | | ",HEngineNum,HUnderPanNum,HLeaveFactCard,HReqBuyQty,HReqOutQty,HCurrentInventory" + |
| | | ") values(" + |
| | | "" + omodel.HInterID.ToString() + "" + |
| | | "," + (HEntryID++) + "" + |
| | |
| | | ",'" + oSub.HEngineNum + "'" + |
| | | ",'" + oSub.HUnderPanNum + "'" + |
| | | ",'" + oSub.HLeaveFactCard + "'" + |
| | | "," + oSub.HReqBuyQty + |
| | | "," + oSub.HReqOutQty + |
| | | "," + oSub.HCurrentInventory + |
| | | ") "; |
| | | |
| | | oCn.RunProc(subSql); |
| | |
| | | ",HSPID,HSCWHID,HSCSPID,HSPGroupID,HBatchNo,HPOOrderInterID,HPOOrderEntryID,HPOOrderBillNo" + |
| | | ",HQty_Full,HQty_Empty,HQty_Back,HCostPrice,HCostMoney,HSalePrice" + |
| | | ",HPropertyID,HSecUnitID,HSecUnitRate" + |
| | | ",HEngineNum,HUnderPanNum,HLeaveFactCard" + |
| | | ",HEngineNum,HUnderPanNum,HLeaveFactCard,HReqBuyQty,HReqOutQty,HCurrentInventory" + |
| | | ") values(" + |
| | | "" + omodel.HInterID.ToString() + "" + |
| | | "," + (HEntryID++) + "" + |
| | |
| | | ",'" + oSub.HEngineNum + "'" + |
| | | ",'" + oSub.HUnderPanNum + "'" + |
| | | ",'" + oSub.HLeaveFactCard + "'" + |
| | | "," + oSub.HReqBuyQty + |
| | | "," + oSub.HReqOutQty + |
| | | "," + oSub.HCurrentInventory + |
| | | ") "; |
| | | |
| | | oCn.RunProc(subSql); |