|
@@ -29,14 +29,14 @@
|
|
|
<template slot-scope="scope" slot="menu">
|
|
|
<el-button type="text"
|
|
|
size="small"
|
|
|
- @click="goodsListView(scope.row.arrivalCode)">发货</el-button>
|
|
|
+ @click="goodsListView(scope.row.arrivalCode)">确认发货</el-button>
|
|
|
<el-button type="text"
|
|
|
size="small"
|
|
|
- @click="goodsListView(scope.row.arrivalCode)">下载详情</el-button>
|
|
|
+ @click="goodsListView(scope.row.arrivalCode)">查看详情</el-button>
|
|
|
</template>
|
|
|
</avue-crud>
|
|
|
<!-- 商品列表dialog -->
|
|
|
- <el-dialog title="商品列表"
|
|
|
+ <el-dialog title="详情列表"
|
|
|
append-to-body
|
|
|
:visible.sync="goodsBox"
|
|
|
:before-close="handleClose"
|
|
@@ -48,6 +48,18 @@
|
|
|
:page.sync="goodsPage"
|
|
|
ref="grouponCrud"
|
|
|
@on-load="goodsOnLoad">
|
|
|
+ <template slot="menuLeft">
|
|
|
+ <el-button type="primary"
|
|
|
+ size="small"
|
|
|
+ plain
|
|
|
+ @click="handleDelete">下载详情
|
|
|
+ </el-button>
|
|
|
+ </template>
|
|
|
+ <template slot-scope="scope" slot="menu">
|
|
|
+ <el-button type="text"
|
|
|
+ size="small"
|
|
|
+ @click="goodsListView(scope.row.arrivalCode)">确认发货</el-button>
|
|
|
+ </template>
|
|
|
</avue-crud>
|
|
|
</el-dialog>
|
|
|
</basic-container>
|
|
@@ -94,7 +106,7 @@
|
|
|
border: true,
|
|
|
index: true,
|
|
|
editBtn: false,
|
|
|
- viewBtn: true,
|
|
|
+ viewBtn: false,
|
|
|
delBtn: false,
|
|
|
selection: true,
|
|
|
searchSpan: 5,
|