Browse Source

2024-01-02

master
fengyuan_yang 1 year ago
parent
commit
a64dcbddd3
  1. 12
      src/views/modules/part/recipeManagement.vue

12
src/views/modules/part/recipeManagement.vue

@ -3119,21 +3119,21 @@ export default {
weightShare: undefined, weightShare: undefined,
partsByWeight: undefined, partsByWeight: undefined,
qtyUom: undefined, qtyUom: undefined,
issuePlannedScrapDb: 'true',
issueOverreportedQtyDb: 'false',
issuePlannedScrapDb: 'TRUE',
issueOverreportedQtyDb: 'FALSE',
fixedQtyFlag: 'Not fixed', fixedQtyFlag: 'Not fixed',
promisePlanned: 'Promised', promisePlanned: 'Promised',
phantomConsume: 'Not Phantom Consume', phantomConsume: 'Not Phantom Consume',
operCostDistribution: '0', operCostDistribution: '0',
genOhCostDistribution: '0', genOhCostDistribution: '0',
qtyKg: undefined, qtyKg: undefined,
byProdAsSupplyInMrpDb: 'false',
byProdAsSupplyInMrpDb: 'FALSE',
leadtimeOffset: '0', leadtimeOffset: '0',
stdPlannedItem: '1', stdPlannedItem: '1',
chargedItem: 'Item not charged', chargedItem: 'Item not charged',
excludeFromCalculationsDb: 'false',
excludeFromAsBuiltDb: 'false',
lotBatchOriginDb: 'false'
excludeFromCalculationsDb: 'FALSE',
excludeFromAsBuiltDb: 'FALSE',
lotBatchOriginDb: 'FALSE'
} }
// //

Loading…
Cancel
Save