gaoluyang
2026-03-24 9f396e3cc7f18fb626931d01190ecac6235e4790
src/views/inventoryManagement/issueManagement/index.vue
@@ -299,7 +299,7 @@
    // 根据tab类型设置默认发货人
    let defaultPersonName = ''
    if (activeTab.value === 'production') {
      defaultPersonName = '邓莹莹'
      defaultPersonName = '董作君'
    } else if (activeTab.value === 'purchase') {
      defaultPersonName = '何琼华' // 原料出库默认发料人
    } else if (activeTab.value === 'manual') {