| | |
| | | <view class="_label-name">行号:</view> |
| | | </view> |
| | | <view class="_content"> |
| | | {{ item.value0 }} |
| | | {{ item.ifsLineItemNo }} |
| | | </view> |
| | | </view> |
| | | <view class="row-list"> |
| | | <!-- <view class="row-list"> |
| | | <view class="_label"> |
| | | <view class="_label-icon-2"> </view> |
| | | <view class="_label-name">下发至库位:</view> |
| | |
| | | <view class="_content"> |
| | | {{ item.value1 }} |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <view class="row-list"> |
| | | <view class="_label"> |
| | | <view class="_label-icon-1"> </view> |
| | |
| | | {{ item.partName }} |
| | | </view> |
| | | </view> |
| | | <view class="row-list"> |
| | | <!-- <view class="row-list"> |
| | | <view class="_label"> |
| | | <view class="_label-icon-2"> </view> |
| | | <view class="_label-name">零件下发数量:</view> |
| | |
| | | <view class="_content"> |
| | | {{ item.value5 }} |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </u-cell-group> |
| | |
| | | }, 1000); |
| | | }, |
| | | getlist() { |
| | | this.$u.api.WorkshopOrderIssued.getMoMaterial({ |
| | | this.$u.api.WorkshopOrderIssued.getMoMaterialByMoId({ |
| | | current: this.pageNum, |
| | | size: this.pageSize, |
| | | operationTaskId: this.operationTaskId |
| | | id: this.operationTaskId |
| | | }).then((res) => { |
| | | console.log("res", res); |
| | | this.list = res.data; |
| | |
| | | this.list = []; |
| | | this.pageSize = 10; |
| | | this.$u.api.WorkshopOrderIssued |
| | | .getMoMaterial({ |
| | | .getMoMaterialByMoId({ |
| | | current: this.pageNum, |
| | | size: this.pageSize, |
| | | partNo: value, |
| | | operationTaskId: this.operationTaskId |
| | | id: this.operationTaskId |
| | | }) |
| | | .then((res) => { |
| | | console.log("res", res); |
| | |
| | | ._label-name { |
| | | width: 80px; |
| | | margin-left: 11rpx; |
| | | font-size: 26rpx; |
| | | font-size: small; |
| | | font-weight: 500; |
| | | color: #666666; |
| | | } |
| | |
| | | flex: 1.5; |
| | | text-align: right; |
| | | color: #909399; |
| | | font-size: 24rpx; |
| | | font-size: small; |
| | | } |
| | | |
| | | .row-list .s1 { |