huangmp hace 2 años
padre
commit
a098793b0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/modules/order/orderInfo.vue

+ 1 - 1
src/views/modules/order/orderInfo.vue

@@ -572,7 +572,7 @@
                     <div class="item">
                       <div class="text">PDF文件:</div>
                       <el-link v-if="printOrder.printChannel === 'Lightning' && printOrder.pdfList.length > 0" type="primary" :underline="false" :href="resourcesUrl + printOrder.pdfList[0].pdfUrl" target="_blank">查看文件</el-link>
-                      <el-button :loading="generatePdfLoading" v-if="printOrder.printChannel === 'Lightning' && dataForm.status === 6" type="primary" size="mini" @click="generatePdf">生成PDF</el-button>
+                      <el-button :loading="generatePdfLoading" v-if="printOrder.printChannel === 'Lightning' && dataForm.status === 2" type="primary" size="mini" @click="generatePdf">生成PDF</el-button>
                     </div>
                   </el-col>
                   <el-col :span="12">