|
|
@ -111,7 +111,7 @@ import * as PackageApi from '@/api/wms/package' |
|
|
|
import { getAccessToken } from '@/utils/auth' |
|
|
|
import { getJmreportBaseUrl } from '@/utils/systemParam' |
|
|
|
|
|
|
|
// 生产退料申请 |
|
|
|
// 线标原料报废申请 |
|
|
|
defineOptions({ name: 'ProductionscrapRequestMain' }) |
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
@ -607,7 +607,7 @@ const handleExport = async () => { |
|
|
|
// 发起导出 |
|
|
|
exportLoading.value = true |
|
|
|
const data = await ProductionscrapRequestMainApi.exportProductionscrapRequestMain(tableObject.params) |
|
|
|
download.excel(data, '生产退料合格申请.xlsx') |
|
|
|
download.excel(data, '线边原料报废申请.xlsx') |
|
|
|
} catch { |
|
|
|
} finally { |
|
|
|
exportLoading.value = false |
|
|
@ -764,7 +764,7 @@ const labelPrint = async (row) => { |
|
|
|
// 导入附件弹窗所需的参数 |
|
|
|
const importTemplateData = reactive({ |
|
|
|
templateUrl: '', |
|
|
|
templateTitle: '生产退料导入模版.xlsx' |
|
|
|
templateTitle: '线边原料报废导入模版.xlsx' |
|
|
|
}) |
|
|
|
|
|
|
|
// 导入成功之后 |
|
|
|