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