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,
partsByWeight: undefined,
qtyUom: undefined,
issuePlannedScrapDb: 'true',
issueOverreportedQtyDb: 'false',
issuePlannedScrapDb: 'TRUE',
issueOverreportedQtyDb: 'FALSE',
fixedQtyFlag: 'Not fixed',
promisePlanned: 'Promised',
phantomConsume: 'Not Phantom Consume',
operCostDistribution: '0',
genOhCostDistribution: '0',
qtyKg: undefined,
byProdAsSupplyInMrpDb: 'false',
byProdAsSupplyInMrpDb: 'FALSE',
leadtimeOffset: '0',
stdPlannedItem: '1',
chargedItem: 'Item not charged',
excludeFromCalculationsDb: 'false',
excludeFromAsBuiltDb: 'false',
lotBatchOriginDb: 'false'
excludeFromCalculationsDb: 'FALSE',
excludeFromAsBuiltDb: 'FALSE',
lotBatchOriginDb: 'FALSE'
}
//

Loading…
Cancel
Save