|
@@ -49,7 +49,7 @@
|
|
|
<template slot-scope="{type,size,row,$index}" slot="menuLeft">
|
|
|
<el-button icon="el-icon-plus" type="primary" :size="size" @click="detailsOpen = true">新建订单
|
|
|
</el-button>
|
|
|
- <el-button type="warning" icon="el-icon-download" size="small" @click="outExport" disabled>导出</el-button>
|
|
|
+ <el-button type="warning" icon="el-icon-download" size="small" @click="outExport">导出</el-button>
|
|
|
</template>
|
|
|
<template slot-scope="{ row, index }" slot="ordNo">
|
|
|
<span style="color: #409EFF;cursor: pointer" @click.stop="editOpen(row, 2)">{{ row.ordNo }}
|
|
@@ -469,9 +469,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ config.params.bsType = 'RP'
|
|
|
console.log(config, 427)
|
|
|
const routeData = this.$router.resolve({
|
|
|
- path: '/api/blade-sales-part/tire/center/warehouse/stockDesc/stockExport', //跳转目标下载地址
|
|
|
+ path: '/api/blade-sales-part/tire/center/warehouse/plan/exportPlanInData', //跳转目标下载地址
|
|
|
query: {
|
|
|
...config.params //括号内是要传递给新窗口的参数
|
|
|
}
|