Browse Source

采购拒收记录导出文件命名修改

hella_online_20240829
bjang03 3 months ago
parent
commit
e55aadd15a
  1. 1
      src/locales/zh-CN.ts
  2. 2
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue

1
src/locales/zh-CN.ts

@ -1039,6 +1039,7 @@ export default {
'确认生成到货检验申请吗?':'确认生成到货检验申请吗?',
:'到货检验申请生成成功',
:'采购收货记录主',
:'采购拒收记录主',
退:'采购退货记录主',
:'合同附件',
:'发票附件',

2
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue

@ -295,7 +295,7 @@ const handleExport = async () => {
download.excel(data, `${t('ts.采购收货记录主')}.xlsx`)
}else{
const data = await PurchasereceiptRecordMainApi.exportPurchasereceiptRecordRefuseMain(tableObject.params)
download.excel(data, `${t('ts.采购收记录主')}.xlsx`)
download.excel(data, `${t('ts.采购收记录主')}.xlsx`)
}
} catch {
} finally {

Loading…
Cancel
Save