diff --git a/src/views/materialManagement/productionMaterial/MmInventory.vue b/src/views/materialManagement/productionMaterial/MmInventory.vue index 72141b6..7a57fde 100644 --- a/src/views/materialManagement/productionMaterial/MmInventory.vue +++ b/src/views/materialManagement/productionMaterial/MmInventory.vue @@ -32,15 +32,15 @@ - + {{ $t('btn.search') }} {{ $t('btn.reset') }} @@ -230,7 +230,12 @@ - + + + {{ item.locationCode }} + {{ item.locationName }} + + @@ -373,7 +378,12 @@ - + + + {{ item.locationCode }} + {{ item.locationName }} + + @@ -856,11 +866,18 @@ const state = reactive({ options: {}, transactionOptions: {}, locationOptions: [], + supplierOptions: [ + { supplierName: '金水桥', supplierCode: '57' }, + { supplierName: '银雨', supplierCode: '56' }, + { supplierName: '格银', supplierCode: '52' }, + { supplierName: 'KSK', supplierCode: '51' } + ], inOrOut: '入库', recordData: [] }) -const { form, rules, rulesOut, rulesUpdate, options, transactionOptions, locationOptions, single, multiple, inOrOut, recordData } = toRefs(state) +const { form, rules, rulesOut, rulesUpdate, options, transactionOptions, locationOptions, supplierOptions, single, multiple, inOrOut, recordData } = + toRefs(state) // 关闭dialog function cancel() {