Browse Source

2025-05-27

master
fengyuan_yang 8 months ago
parent
commit
89d78e0c4c
  1. 4
      src/views/modules/part/partCatalogInformation.vue

4
src/views/modules/part/partCatalogInformation.vue

@ -1427,8 +1427,8 @@
conditionCodeUsageDb: '', conditionCodeUsageDb: '',
multilevelTrackingDb: '', multilevelTrackingDb: '',
allowAsNotConsumedDb: '', allowAsNotConsumedDb: '',
lotTrackingCode: 'Not Lot Tracking',
lotQuantityRule: 'One Lot Per Production Order',
lotTrackingCode: 'Order Based',
lotQuantityRule: 'Many Lots Per Production Order',
subLotRule: 'No Sub Lots Allowed', subLotRule: 'No Sub Lots Allowed',
componentLotRule: 'Many Lots Allowed', componentLotRule: 'Many Lots Allowed',
createBy: this.$store.state.user.name, createBy: this.$store.state.user.name,

Loading…
Cancel
Save