huangyw 2 years ago
parent
commit
03d2b7f852
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/Pharmacy/DrugDispensing.vue

+ 3 - 3
src/xt_pages/Pharmacy/DrugDispensing.vue View File

156
             >
156
             >
157
             </el-option>
157
             </el-option>
158
           </el-select> -->
158
           </el-select> -->
159
-          <el-button type="primary" @click="toExport" v-if="state == 2"
159
+          <!-- <el-button type="primary" @click="toExport" v-if="state == 2"
160
             >导出</el-button
160
             >导出</el-button
161
-          >
161
+          > -->
162
           <!--          <el-button type="primary" @click="tt">调试</el-button>-->
162
           <!--          <el-button type="primary" @click="tt">调试</el-button>-->
163
           <el-button type="primary" @click="dispense" v-if="state == 1"
163
           <el-button type="primary" @click="dispense" v-if="state == 1"
164
             >发药</el-button
164
             >发药</el-button
165
           >
165
           >
166
-          <!-- <el-button type="primary" @click="toPrint">打印</el-button> -->
166
+          <el-button type="primary" @click="toPrint">打印</el-button>
167
           <!--                    <el-button @click="tt">调试</el-button>-->
167
           <!--                    <el-button @click="tt">调试</el-button>-->
168
         </div>
168
         </div>
169
         <el-divider></el-divider>
169
         <el-divider></el-divider>