| | |
| | | @tap="check">审核</button> |
| | | <button v-if="btnType != 0 && btnType == 3" class="btn-d" style="margin-left: 20rpx;" size="mini" |
| | | @tap="abandonCheck">反审核</button> |
| | | <!-- <button class="btn-b" size="mini" @tap="showMask = true">新增</button> --> |
| | | <view style="flex: 1;"></view> |
| | | <button class="btn-b" size="mini" @tap="addNew">新增</button> |
| | | <button class="btn-c" size="mini" @tap="goBack">退出</button> |
| | | </view> |
| | | </view> |
| | |
| | | this.hform.HProcID = data.HProcID |
| | | this.hform.HCenterName = data.工作中心 |
| | | this.hform.HCenterID = data.HCenterID |
| | | this.hform.HNotReportQty = data['未报工数量'] |
| | | if (!this.hform.HSupName) { |
| | | this.hform.HSupName = data.供应商 |
| | | this.hform.HSupID = data.HSupID |
| | |
| | | }) |
| | | }, |
| | | }); |
| | | }, |
| | | addNew() { |
| | | uni.redirectTo({ |
| | | url: '/pages/weiwaigxOut/form?OperationType=1' |
| | | }) |
| | | }, |
| | | submit() { |
| | | if (!this.hform.HBarCode) { |
| | |
| | | |
| | | .bottom-btn { |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | // height: 120rpx; |
| | | position: fixed; |
| | | bottom: 0; |
| | |
| | | background-color: #fff; |
| | | box-shadow: 0 2rpx 10rpx 2rpx rgba(0, 0, 0, 0.4); |
| | | padding: 30rpx 40rpx 40rpx 40rpx; |
| | | display: flex; |
| | | flex-direction: row; |
| | | gap: 10rpx; |
| | | |
| | | button { |
| | | border-radius: 50rpx; |
| | |
| | | .btn-c { |
| | | background-color: #acacac; |
| | | color: #fff; |
| | | position: absolute; |
| | | right: 120rpx; |
| | | // position: absolute; |
| | | // right: 120rpx; |
| | | } |
| | | |
| | | .btn-d { |