| | |
| | | </el-dialog> |
| | | </div> |
| | | <div style="width: 100%;height: 100%;" v-if="active >0"> |
| | | <Add :active="active" :currentId="currentId" v-if="active<4" /> |
| | | <Add :active="active" :currentId="currentId" v-if="active<4" :examine = "examine" /> |
| | | </div> |
| | | <el-dialog title="标签打印" :visible.sync="printDialogVisible" width="40%" top="5vh"> |
| | | <div style="width:100%;height: 400px;overflow-y: auto;" v-loading="loadPint"> |
| | |
| | | data() { |
| | | return { |
| | | deleteTilte:'撤销', |
| | | examine: null, |
| | | deleteList:[], |
| | | loadPint:false, |
| | | checkAll: false, |
| | |
| | | // this.verifyDialogVisible = true; |
| | | this.active = 3; |
| | | this.currentId = row.id |
| | | this.examine = 1 |
| | | }, |
| | | // 撤销 |
| | | handlEquash(row) { |
| | |
| | | // 下单 |
| | | playOrder(num) { |
| | | this.active = num |
| | | this.examine = 0 |
| | | this.refreshTable('page') |
| | | }, |
| | | handleTab(m, i) { |