修改导入字段顺序

master
leo 2 years ago
parent 0878253397
commit a04b8ac0a3

@ -562,6 +562,13 @@ namespace FactorySystemBll
isnull(FMRP1CustomerCode, '') AS 'MRP1.', isnull(FMRP1CustomerCode, '') AS 'MRP1.',
isnull(FMRP1SizeMaterial, '') AS 'MRP1.', isnull(FMRP1SizeMaterial, '') AS 'MRP1.',
isnull(FMRP1SmallMaterialStandard, '') AS 'MRP1. ()', isnull(FMRP1SmallMaterialStandard, '') AS 'MRP1. ()',
isnull(FMRP1ReorderLocation, '') AS 'MRP1.',
isnull(FMRP1RegularBatchSize, '') AS 'MRP1.',
isnull(FMRP1MaxInventorySize, '') AS 'MRP1.',
isnull(FMRP1IgnoreLack, '') AS 'MRP1.',
isnull(FMRP1laminated, '') AS 'MRP1.',
isnull(FMRP1SafeStock, '') AS 'MRP1.',
isnull(FMRP1RequireCount, '') AS 'MRP1.',
isnull(FMRP2PurchaseType, '') AS 'MRP2.', isnull(FMRP2PurchaseType, '') AS 'MRP2.',
isnull(FMRP2PlanMarginalCode, '') AS 'MRP2.', isnull(FMRP2PlanMarginalCode, '') AS 'MRP2.',
isnull(FMRP2SpecialProcurement, '') AS 'MRP2.', isnull(FMRP2SpecialProcurement, '') AS 'MRP2.',
@ -579,6 +586,9 @@ namespace FactorySystemBll
isnull(FMRP3BlendMRP, '') AS 'MRP3.MRP', isnull(FMRP3BlendMRP, '') AS 'MRP3.MRP',
isnull(FMRP3AvailabilityCheck, '') AS 'MRP3.', isnull(FMRP3AvailabilityCheck, '') AS 'MRP3.',
isnull(FMRP4AloneOrFocus, '') AS 'MRP4.', isnull(FMRP4AloneOrFocus, '') AS 'MRP4.',
isnull(FMRP4DiscontinuousIidentifier, '') AS 'MRP4.',
isnull(FMRP4EffectivePeriod, '') AS 'MRP4.',
isnull(FMRP4FollowMaterial, '') AS 'MRP4.',
isnull(FPlanProductPlanParam, '') AS '.', isnull(FPlanProductPlanParam, '') AS '.',
isnull(FPlanUnlimitedOverDelivery, '') AS '.', isnull(FPlanUnlimitedOverDelivery, '') AS '.',
isnull(FPlanUnderDeliveryTolerance, '') AS '.', isnull(FPlanUnderDeliveryTolerance, '') AS '.',
@ -599,18 +609,7 @@ namespace FactorySystemBll
isnull(FAccountSaleOrderInventory, '') AS '.VC: ', isnull(FAccountSaleOrderInventory, '') AS '.VC: ',
isnull(FAccountStandardPrice, '') AS '.', isnull(FAccountStandardPrice, '') AS '.',
isnull(FAccountProfitCenter, '') AS '.', isnull(FAccountProfitCenter, '') AS '.',
isnull(FAccountCostAccountBatch, '') AS '.', isnull(FAccountCostAccountBatch, '') AS '.'
isnull(FExtraQuantity, '') AS 'bomPLMBOM',
isnull(FMRP1ReorderLocation, '') AS 'MRP1.',
isnull(FMRP1RegularBatchSize, '') AS 'MRP1.',
isnull(FMRP1MaxInventorySize, '') AS 'MRP1.',
isnull(FMRP1IgnoreLack, '') AS 'MRP1.',
isnull(FMRP1laminated, '') AS 'MRP1.',
isnull(FMRP1SafeStock, '') AS 'MRP1.',
isnull(FMRP1RequireCount, '') AS 'MRP1.',
isnull(FMRP4DiscontinuousIidentifier, '') AS 'MRP4.',
isnull(FMRP4EffectivePeriod, '') AS 'MRP4.',
isnull(FMRP4FollowMaterial, '') AS 'MRP4.'
FROM TFS_ViewMaterial"; FROM TFS_ViewMaterial";
if ("2".Equals(teamworkType)) if ("2".Equals(teamworkType))

Loading…
Cancel
Save