Browse Source

FIS客户端-加补打2

FoShanPG
yunfeng.liu 3 years ago
parent
commit
6b0b8dc552
  1. 8
      vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

8
vue/src/views/pg-fis/basedate/m100Online/normalPritIndex.vue

@ -1,4 +1,4 @@
<!--正常打印页-->
<!--日常打印M100信息模块-->
<template>
<div class="cr-body-content">
<div ref="box">
@ -85,7 +85,7 @@
>
<strong>重新打印门板</strong></el-button
>
<!-- <el-button
<el-button
v-show="this.listQuery.productType === 1"
@click="drawerbudaMBPrint = true"
size="mini"
@ -93,7 +93,7 @@
plain
>
<strong>门板补打</strong></el-button
> -->
>
<el-button
v-show="this.listQuery.productType === 1"
@click="drawerMBDelete = true"
@ -712,7 +712,7 @@ export default {
},
methods: {
opens() {
debugger;
this.getList();
},
open() {

Loading…
Cancel
Save