@@ -63,6 +63,13 @@
size="small"
>打 印</el-button>
</template>
+ <template slot-scope="{row,index}" slot="menu">
+ <el-button
+ type="text"
+ size="small"
+ @click="sendHandle"
+ >发货</el-button>
+ </template>
</avue-crud>
</basic-container>
<!-- 其他费用-->
@@ -673,6 +680,10 @@ export default {
this.dialogCost = !this.dialogCost
this.choiceData = false
},
+ // 发货
+ sendHandle() {
+ this.$message.success('发货成功')
+ },
backToList() {
this.$router.$avueRouter.closeTag();
this.$router.push({
@@ -60,6 +60,13 @@
@@ -698,6 +705,10 @@ export default {
}
})