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

Loading…
Cancel
Save