diff --git a/src/views/emis/emisWaybillTransfer/waybillTransfer.vue b/src/views/emis/emisWaybillTransfer/waybillTransfer.vue index e7bcb18e..ac5d5c95 100644 --- a/src/views/emis/emisWaybillTransfer/waybillTransfer.vue +++ b/src/views/emis/emisWaybillTransfer/waybillTransfer.vue @@ -486,39 +486,6 @@ export default { this.selection = selection; }, - - - - - - - - /** 搜索按钮操作 */ - handleQuery() { - this.queryParams.pageNum = 1; - this.getList(); - }, - /** 重置按钮操作 */ - resetQuery() { - this.resetForm("queryForm"); - this.handleQuery(); - }, - // 排序 查询字段是表格中字段名字 动态取值排序顺序 - handleSortChange(column) { - this.queryParams.orderByColumn = column.prop; - this.queryParams.isAsc = column.order; - this.getList(); - }, - handleView(row) { - this.id=row.id; - this.titleView="查看"; - this.openView=true; - // this.router.push({ path: '/emis/emisWaybillTransfer/viewDetail', query: { id: row.id }}) - }, - handleFormChanged(){ - this.openForm = false; - this.getList(); - }, /** 导出按钮操作 */ handleExport() { // this.download('emis/emisWaybillTransfer/export', {