| | |
| | | ",HMaterRuleType,HColorNo,HPieceMaxQty,HCommonUseFlag,HAvgStockPrice,HFootPrice,HTaxCost,HNoTaxCost,HOnceRightRate" + |
| | | ",HHeight_M,HInches_M,HAl1Long_M,HDensity_M,HTela_M,HUnderTela_M,HSizing_M,HQtyDec,HPriceDec,HMoneyDec,HTaxRate,HProfitRate" + |
| | | ",HLotcardQty" + |
| | | ",HProjectBillMainID,HDivisionID,HCubicleQty,HMakeEmp,HMaterRuleExternType,HBarCodePrintName" + |
| | | ",HProjectBillMainID,HDivisionID,HCubicleQty,HMakeEmp,HMaterRuleExternType, HMaterRuleExternType1, HCircularKnittingMachineCode,HBarCodePrintName" + |
| | | ") " + |
| | | " Values('" + oModel.HNumber + "','" + oModel.HName + "','" + oModel.HHelpCode + "','" + oModel.HShortNumber + "'," + oModel.HParentID.ToString() + |
| | | ", " + oModel.HLevel.ToString() + "," + Convert.ToString(oModel.HEndFlag ? 1 : 0) + "," + Convert.ToString(oModel.HStopflag ? 1 : 0) + ",'" + oModel.HRemark + "'" + |
| | |
| | | "','" + oModel.HCubicleQty + |
| | | "','" + oModel.HMakeEmp + |
| | | "','" + oModel.HMaterRuleExternType + |
| | | "','" + oModel.HMaterRuleExternType1 + |
| | | "','" + oModel.HCircularKnittingMachineCode + |
| | | "','" + oModel.HBarCodePrintName + |
| | | "')", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | //修改上级为非末级代码 |
| | |
| | | ",HLotcardQty='" + oModel.HLotcardQty + "'" + |
| | | ",HCubicleQty='" + oModel.HCubicleQty + "'" + |
| | | ",HMaterRuleExternType='" + oModel.HMaterRuleExternType + "'" + |
| | | ",HMaterRuleExternType1='" + oModel.HMaterRuleExternType1 + "'" + |
| | | ",HCircularKnittingMachineCode='" + oModel.HCircularKnittingMachineCode + "'" + |
| | | ",HBarCodePrintName='" + oModel.HBarCodePrintName + "'" + |
| | | " Where HItemID=" + sItemID, ref DBUtility.ClsPub.sExeReturnInfo); |
| | | //修改子项目代码 |