|
@@ -32,6 +32,7 @@ export default {
|
|
ElSuperSearch: () => import("@/components/super-search/index.vue"),
|
|
ElSuperSearch: () => import("@/components/super-search/index.vue"),
|
|
Retrieve: () => import("@/components/Retrieve/index.vue"),
|
|
Retrieve: () => import("@/components/Retrieve/index.vue"),
|
|
ZpButton: () => import("./zhuan-pai/index.vue"),
|
|
ZpButton: () => import("./zhuan-pai/index.vue"),
|
|
|
|
+ ZpjlButton: () => import("./zhuan-pai/record.vue"),
|
|
QueryScheme: () => import("@/components/query-scheme/index.vue"),
|
|
QueryScheme: () => import("@/components/query-scheme/index.vue"),
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
@@ -722,13 +723,13 @@ export default {
|
|
|
|
|
|
<el-button-group style="margin-left: 10px">
|
|
<el-button-group style="margin-left: 10px">
|
|
<el-button
|
|
<el-button
|
|
- type="primary"
|
|
|
|
|
|
+
|
|
:size="size"
|
|
:size="size"
|
|
:disabled="checkedList.length != 1"
|
|
:disabled="checkedList.length != 1"
|
|
@click="handleCopy"
|
|
@click="handleCopy"
|
|
>复制</el-button
|
|
>复制</el-button
|
|
>
|
|
>
|
|
- <el-button type="primary" :size="size" @click="handleBatchSubmit"
|
|
|
|
|
|
+ <el-button :size="size" @click="handleBatchSubmit"
|
|
>批量提交</el-button
|
|
>批量提交</el-button
|
|
>
|
|
>
|
|
</el-button-group>
|
|
</el-button-group>
|
|
@@ -738,13 +739,13 @@ export default {
|
|
:key="checkedList.length + 1"
|
|
:key="checkedList.length + 1"
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
- type="primary"
|
|
|
|
|
|
+
|
|
:size="size"
|
|
:size="size"
|
|
@click="handleAllReturn"
|
|
@click="handleAllReturn"
|
|
:disabled="judgeIsAllReturn()"
|
|
:disabled="judgeIsAllReturn()"
|
|
>整单退回</el-button
|
|
>整单退回</el-button
|
|
>
|
|
>
|
|
- <!-- <el-button type="primary" :size="size" @click="handleAllClose" :disabled="judgeIsAllClose()">整单关闭</el-button> -->
|
|
|
|
|
|
+ <!-- <el-button :size="size" @click="handleAllClose" :disabled="judgeIsAllClose()">整单关闭</el-button> -->
|
|
</el-button-group>
|
|
</el-button-group>
|
|
|
|
|
|
<el-button-group style="margin: 0 10px">
|
|
<el-button-group style="margin: 0 10px">
|
|
@@ -753,10 +754,10 @@ export default {
|
|
:key="checkedList.length"
|
|
:key="checkedList.length"
|
|
@click="handlePurchaseReturn"
|
|
@click="handlePurchaseReturn"
|
|
>采购退货</el-button> -->
|
|
>采购退货</el-button> -->
|
|
- <el-button type="primary" size="mini" @click="handlePaymentRequest"
|
|
|
|
|
|
+ <el-button size="mini" @click="handlePaymentRequest"
|
|
>付款申请</el-button
|
|
>付款申请</el-button
|
|
>
|
|
>
|
|
- <el-button type="primary" size="mini" @click="handleDownload"
|
|
|
|
|
|
+ <el-button size="mini" @click="handleDownload"
|
|
>批量导出</el-button
|
|
>批量导出</el-button
|
|
>
|
|
>
|
|
</el-button-group>
|
|
</el-button-group>
|
|
@@ -767,6 +768,7 @@ export default {
|
|
@success="handleQueryList"
|
|
@success="handleQueryList"
|
|
>
|
|
>
|
|
</zp-button>
|
|
</zp-button>
|
|
|
|
+ <zpjl-button :size="size" :select-data="checkedList"> </zpjl-button>
|
|
</el-button-group>
|
|
</el-button-group>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
@@ -793,7 +795,6 @@ export default {
|
|
@pagination="fetchList(params, page)"
|
|
@pagination="fetchList(params, page)"
|
|
@selection-change="handleSelectionChange"
|
|
@selection-change="handleSelectionChange"
|
|
>
|
|
>
|
|
-
|
|
|
|
<ux-table-column fixed="right" title="操作" width="180">
|
|
<ux-table-column fixed="right" title="操作" width="180">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|