Browse Source

发票箱单PDF

master
han\hanst 1 week ago
parent
commit
c74b0002f4
  1. 2
      src/views/modules/ecss/declaration.vue

2
src/views/modules/ecss/declaration.vue

@ -612,7 +612,7 @@
<el-footer style="height:40px;margin-top: 80px;text-align:center"> <el-footer style="height:40px;margin-top: 80px;text-align:center">
<el-button type="primary" @click="exportAll()">导出Excel</el-button> <el-button type="primary" @click="exportAll()">导出Excel</el-button>
<el-button type="success" @click="exportAllPdf()">导出PDF</el-button> <el-button type="success" @click="exportAllPdf()">导出PDF</el-button>
<!-- <el-button type="warning" @click="exportAllPdf(true)">发票箱单PDF</el-button>-->
<el-button type="warning" @click="exportAllPdf(true)">发票箱单PDF</el-button>
<el-button type="info" @click="exportAllYBFlag=false">关闭</el-button> <el-button type="info" @click="exportAllYBFlag=false">关闭</el-button>
</el-footer> </el-footer>
</el-dialog> </el-dialog>

Loading…
Cancel
Save