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

@ -180,7 +180,7 @@
</el-form-item> </el-form-item>
<!-- <el-form-item label="所属工程项目" prop="ownPro"> <!-- <el-form-item label="所属工程项目" prop="ownPro">
<el-select <el-select
v-model="form.ownPro" filterable v-model="form.ownPro" filterable
placeholder="请选择所属工程项目" placeholder="请选择所属工程项目"
style="width: 100%" style="width: 100%"
> >
@ -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

@ -263,7 +263,7 @@
></dialogForm> ></dialogForm>
</div> </div>
</template> </template>
<script> <script>
import { import {
getBackAuditList, getBackAuditList,
@ -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

@ -447,7 +447,7 @@
:inline="true" :inline="true"
label-width="100px" label-width="100px"
> >
<!-- <span style="margin-right: 50px;"> <!-- <span style="margin-right: 50px;">
待出库数量{{outNum}} 待出库数量{{outNum}}
</span>--> </span>-->
<el-form-item label="请输入车牌号" prop="carCode"> <el-form-item label="请输入车牌号" prop="carCode">
@ -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

@ -257,7 +257,7 @@
></dialogForm> ></dialogForm>
</div> </div>
</template> </template>
<script> <script>
import { import {
getBackAuditList, getBackAuditList,
@ -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,
}, },