|
@@ -8,7 +8,6 @@
|
|
<el-button size="mini" @click="resetScreenForm">清空</el-button>
|
|
<el-button size="mini" @click="resetScreenForm">清空</el-button>
|
|
<el-button size="mini" type="primary" @click="submitScreenForm">搜索</el-button>
|
|
<el-button size="mini" type="primary" @click="submitScreenForm">搜索</el-button>
|
|
</template>
|
|
</template>
|
|
-
|
|
|
|
<template #search>
|
|
<template #search>
|
|
<el-form ref="screenForm" :model="screenForm" label-width="120px" size="mini" label-position="left">
|
|
<el-form ref="screenForm" :model="screenForm" label-width="120px" size="mini" label-position="left">
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
@@ -246,7 +245,7 @@
|
|
type="primary"
|
|
type="primary"
|
|
style="margin-right: 10px"
|
|
style="margin-right: 10px"
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
- @click="$router.push('/return_goods/new_apply?isShow=true')"
|
|
|
|
|
|
+ @click="$router.push('/supply/deliver/apply_list?isShow=true')"
|
|
>零售退货申请</el-button
|
|
>零售退货申请</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
@@ -255,7 +254,7 @@
|
|
type="primary"
|
|
type="primary"
|
|
style="margin-right: 10px"
|
|
style="margin-right: 10px"
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
- @click="$router.push('/return_goods/new_engin?isShow=true')"
|
|
|
|
|
|
+ @click="$router.push('/supply/deliver/engin_list?isShow=true')"
|
|
>工程退货申请</el-button
|
|
>工程退货申请</el-button
|
|
>
|
|
>
|
|
<!-- <el-button size="mini"
|
|
<!-- <el-button size="mini"
|