|
@@ -50,7 +50,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="display: flex;" class="submitBtn">
|
|
<view style="display: flex;" class="submitBtn">
|
|
- <u-button @click="downLoadPDF" type="primary" style="margin: 0 auto; width:47%">备案申请单PDF下载</u-button>
|
|
|
|
|
|
+ <!-- <u-button @click="downLoadPDF" type="primary" style="margin: 0 auto; width:47%">备案申请单PDF下载</u-button> -->
|
|
<u-button v-if="showChehui" @click="chehui" type="error" style="margin: 0rpx auto; width: 47%">撤回</u-button>
|
|
<u-button v-if="showChehui" @click="chehui" type="error" style="margin: 0rpx auto; width: 47%">撤回</u-button>
|
|
</view>
|
|
</view>
|
|
<u-modal :show="show" :showCancelButton='true' @cancel="show=false" @confirm="handleGD" title="提示"
|
|
<u-modal :show="show" :showCancelButton='true' @cancel="show=false" @confirm="handleGD" title="提示"
|
|
@@ -165,24 +165,24 @@
|
|
// })
|
|
// })
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- downLoadPDF() {
|
|
|
|
- downLoad(path) {
|
|
|
|
- console.log('’', path)
|
|
|
|
- uni.downloadFile({
|
|
|
|
- url: path,
|
|
|
|
- success: (res) => {
|
|
|
|
- var filePath = res.tempFilePath;
|
|
|
|
- uni.openDocument({
|
|
|
|
- filePath: filePath,
|
|
|
|
- showMenu: true,
|
|
|
|
- success: function(res) {
|
|
|
|
- console.log('打开文档成功');
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
- },
|
|
|
|
|
|
+ // downLoadPDF() {
|
|
|
|
+ // downLoad(path) {
|
|
|
|
+ // console.log('’', path)
|
|
|
|
+ // uni.downloadFile({
|
|
|
|
+ // url: path,
|
|
|
|
+ // success: (res) => {
|
|
|
|
+ // var filePath = res.tempFilePath;
|
|
|
|
+ // uni.openDocument({
|
|
|
|
+ // filePath: filePath,
|
|
|
|
+ // showMenu: true,
|
|
|
|
+ // success: function(res) {
|
|
|
|
+ // console.log('打开文档成功');
|
|
|
|
+ // }
|
|
|
|
+ // });
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // },
|
|
|
|
+ // },
|
|
onReachBottom() {
|
|
onReachBottom() {
|
|
//触底事件
|
|
//触底事件
|
|
if (this.queryParams.pageNum * this.queryParams.pageSize >= this.total) {
|
|
if (this.queryParams.pageNum * this.queryParams.pageSize >= this.total) {
|