| | |
| | | </view> |
| | | |
| | | <view class="op" v-if="operations == index"> |
| | | <!-- <button class="op1" size="mini" plain @tap.stop="">子表信息</button> --> |
| | | <!-- <button class="op2" size="mini" plain @tap.stop="">反审核</button> --> |
| | | <!-- <button class="op3" size="mini" plain @tap.stop="edit(item)">编辑</button> --> |
| | | <button class="op3" size="mini" plain @tap.stop="Xt_FistCheck(item)">下推首件单</button> |
| | | <button class="op4" size="mini" plain @tap.stop="del(item)">删除</button> |
| | | <button class="op5" size="mini" plain @tap.stop="operations = -1">取消操作</button> |
| | | </view> |
| | |
| | | url: "/pages/quyangdan/TakeSampleCheckBill?operationType=0" |
| | | }) |
| | | }, |
| | | Xt_FistCheck(item){ |
| | | uni.navigateTo({ |
| | | url: '/pages/ZLGL/shoujianjianyan/firstCheckBill?operationType=2&linterid=' + |
| | | item.hmainid + '&HBillNo=' + item.单据号 + '&HSouceBillType=7521', |
| | | success: () => { |
| | | // 跳转成功后触发查询 |
| | | this.onSearchClickHandler() |
| | | } |
| | | }) |
| | | }, |
| | | del(item) { |
| | | uni.showModal({ |
| | | title: '删除确认', |