| | |
| | | <view>站点状态:{{station.locSts$}}</view> |
| | | <view class="mt-flex"> |
| | | <view class="station-barcode" style="flex: 1">货架码:<text>{{station.barcode ? station.barcode : '--'}}</text></view> |
| | | <view v-if="station.barcode"><button size="mini" type="warn" @click="unbind()">解除绑定</button></view> |
| | | <view v-if="station.barcode && station.locSts == 'F'"><button size="mini" type="warn" @click="unbind()">解除绑定</button></view> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | <view class="wrkMast"> |
| | | <view class="wrkMast-wrkNo"> |
| | | <view style="flex:3">工作号: {{wrkMast.wrkNo}}</view> |
| | | <view style="flex:2">{{wrkMast.ioTitle}}</view> |
| | | <view style="flex:2;text-align: right;">{{wrkMast.ioTitle}}</view> |
| | | </view> |
| | | <view>工作类型: {{wrkMast.ioType$}}</view> |
| | | <view>源库位: {{wrkMast.sourceLocNo}}</view> |
| | |
| | | _this.btnType = 'out' |
| | | } else if (res.data.records[0].ioType == 103) { |
| | | res.data.records[0]['ioTitle'] = '拣料出库' |
| | | } else if (res.data.records[0].ioType == 110) { |
| | | res.data.records[0]['ioTitle'] = '空板出库' |
| | | } |
| | | _this.wrkMast = res.data.records[0] |
| | | _this.getWrkDetl(_this.wrkMast.wrkNo) |