| | |
| | | <view class="op" v-if="operations == index"> |
| | | <!-- <button class="op1" size="mini" plain @tap.stop="check(item)">审核</button> |
| | | <button class="op2" size="mini" plain @tap.stop="antiCheck(item)">反审核</button> --> |
| | | <button class="op3" size="mini" plain @tap.stop="edit(item)">编辑</button> |
| | | <button class="op3" size="mini" plain @tap.stop="edit(item)" v-if="false">编辑</button> |
| | | <button class="op4" size="mini" plain @tap.stop="del(item)">删除</button> |
| | | <button class="op5" size="mini" plain @tap.stop="operations = -1">取消操作</button> |
| | | </view> |
| | |
| | | arrayStatus:['全部','未审核','已审核','已关闭'], |
| | | hform:{ |
| | | HStatus:'全部', |
| | | HBeginDate:'', |
| | | HBeginDate:new Date().toISOString().split('T')[0], |
| | | HEndDate:'', |
| | | HICMOBillNo:'', |
| | | HBillNo:'', |
| | |
| | | return newList |
| | | }, |
| | | getList(){ |
| | | this.sWhere += ` and 制单人 like N'%${this.userInfo.Czymc}'` |
| | | // console.log(this.sWhere) |
| | | uni.showLoading({ |
| | | title:'加载中...' |
| | |
| | | this.sWhere += " and 关闭人<>''"; |
| | | } |
| | | } |
| | | if (this.hform.BenginHCreateDate) { |
| | | this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.hform.BenginHCreateDate + "'"; |
| | | if (this.hform.HBeginDate) { |
| | | this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.hform.HBeginDate + "'"; |
| | | } |
| | | if (this.hform.EndHCreateDate) { |
| | | this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.hform.EndHCreateDate + "'"; |
| | | if (this.hform.HEndDate) { |
| | | this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.hform.HEndDate + "'"; |
| | | } |
| | | if (this.hform.HBillNo) { |
| | | this.sWhere += " and 单据号 like '%" + this.hform.HBillNo + "%'"; |
| | |
| | | width: 640rpx; |
| | | margin: 20rpx auto; |
| | | } |
| | | picker input{ |
| | | pointer-events: none; |
| | | } |
| | | .other{ |
| | | margin-top: 8rpx; |
| | | text-align: center; |