update path

This commit is contained in:
sxu 2024-08-09 09:46:45 +08:00
parent 4da2fdf57d
commit ff5db6cbc5
21 changed files with 25 additions and 25 deletions

View File

@ -481,7 +481,7 @@
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/maPropInfo/exportConfig', 'material/base/maPropInfo/exportConfig',
{ {
...this.queryParams, ...this.queryParams,
dataCondition: this.ids, dataCondition: this.ids,

View File

@ -383,7 +383,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/maPropInfo/export', 'material/base/maPropInfo/export',
{ {
...this.queryParams, ...this.queryParams,
dataCondition: this.ids, dataCondition: this.ids,

View File

@ -471,7 +471,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/bmUnitInfo/export', 'material/base/bmUnitInfo/export',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -462,7 +462,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/bmProjectInfo/export', 'material/base/bmProjectInfo/export',
{ {
...this.queryParams, ...this.queryParams,
dataCondition: this.ids, dataCondition: this.ids,

View File

@ -489,7 +489,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/bmProjectLot/export', 'material/base/bmProjectLot/export',
{ {
...this.queryParams, ...this.queryParams,
dataCondition: this.ids, dataCondition: this.ids,

View File

@ -505,7 +505,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -727,7 +727,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -525,7 +525,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -752,7 +752,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -481,7 +481,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/backReceive/export', 'material/base/backReceive/export',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -521,7 +521,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -525,7 +525,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -736,7 +736,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -753,7 +753,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/tm_task/applyExport', 'material/base/tm_task/applyExport',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -836,7 +836,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.downloadJson( this.downloadJson(
'base/tm_task/export', 'material/base/tm_task/export',
JSON.stringify(this.queryParams), JSON.stringify(this.queryParams),
`领料出库_${new Date().getTime()}.xlsx`, `领料出库_${new Date().getTime()}.xlsx`,
) )

View File

@ -478,7 +478,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/backReceive/export', 'material/base/backReceive/export',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -908,7 +908,7 @@ export default {
handleExport() { handleExport() {
const dataCondition = this.selectionList.map((item) => item.taskId) const dataCondition = this.selectionList.map((item) => item.taskId)
this.download( this.download(
'base/repair/export', 'material/base/repair/export',
{ {
...this.queryParams, ...this.queryParams,
dataCondition, dataCondition,

View File

@ -328,7 +328,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/maLabelBind/export', 'material/base/maLabelBind/export',
{ {
...this.queryParams, ...this.queryParams,
}, },

View File

@ -778,7 +778,7 @@ export default {
}, },
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download('base/machine/export', { this.download('material/base/machine/export', {
...this.queryParams, ...this.queryParams,
dataCondition: this.ids dataCondition: this.ids
}, `编码设备管理_${new Date().getTime()}.xlsx`) }, `编码设备管理_${new Date().getTime()}.xlsx`)

View File

@ -423,7 +423,7 @@ export default {
/** 点击下载excel导入模板 */ /** 点击下载excel导入模板 */
downloadExcelTemplate() { downloadExcelTemplate() {
this.download( this.download(
'base/maPartType/downLoad', 'material/base/maPartType/downLoad',
{}, {},
`配件模板.xlsx`, `配件模板.xlsx`,
) )

View File

@ -325,7 +325,7 @@ export default {
/** 导出按钮操作 */ /** 导出按钮操作 */
handleExport() { handleExport() {
this.download( this.download(
'base/maLabelBind/export', 'material/base/maLabelBind/export',
{ {
...this.queryParams, ...this.queryParams,
}, },