Commit d26db398 authored by 沈翠玲's avatar 沈翠玲

dta导出

parent b99d7355
......@@ -459,6 +459,7 @@ export default {
const row = this.selectedRows[0]
this.download('pro/serial/lpn/record/export', {
salesVoucher: row.salesVoucher,
workorderCode: row.workorderCode,
salesVoucherItem: row.salesVoucherItem,
}, `dta_${new Date().getTime()}.xlsx`)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment