update path
This commit is contained in:
parent
4da2fdf57d
commit
ff5db6cbc5
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -471,7 +471,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'base/bmUnitInfo/export',
|
'material/base/bmUnitInfo/export',
|
||||||
{
|
{
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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`,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -328,7 +328,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'base/maLabelBind/export',
|
'material/base/maLabelBind/export',
|
||||||
{
|
{
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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`)
|
||||||
|
|
|
||||||
|
|
@ -423,7 +423,7 @@ export default {
|
||||||
/** 点击下载excel导入模板 */
|
/** 点击下载excel导入模板 */
|
||||||
downloadExcelTemplate() {
|
downloadExcelTemplate() {
|
||||||
this.download(
|
this.download(
|
||||||
'base/maPartType/downLoad',
|
'material/base/maPartType/downLoad',
|
||||||
{},
|
{},
|
||||||
`配件模板.xlsx`,
|
`配件模板.xlsx`,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -325,7 +325,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'base/maLabelBind/export',
|
'material/base/maLabelBind/export',
|
||||||
{
|
{
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue