gaoluyang
19 小时以前 38b988786c085310aa08eb95536212ee8d1cf816
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') {