| | |
| | | <template> |
| | | <view class="p30 bg_w f26 info-style"> |
| | | <view v-if="isOut" class="cm b f32">计划出库日期:{{ info.outPlandate||'' }}</view> |
| | | <view v-else class="cm b f32">计划入库日期:{{ info.inPlandate || info.planDate || '' }}</view> |
| | | <view v-if="isOut" class="cm b f32">计划出库日期:{{ info.outPlandate }}</view> |
| | | <view v-else class="cm b f32">计划入库日期:{{ info.inPlandate || info.planDate }}</view> |
| | | <view class="c2 mt25"> |
| | | <text class="c6">来源类型:</text> |
| | | {{ typeTstr(info.originType) }} |
| | |
| | | </view> |
| | | <view v-if="isOut" class="c2 mt25"> |
| | | <text class="c6">入库接收人:</text> |
| | | {{ info.inUserName || '-' }} |
| | | {{ info.originCode || '-' }} |
| | | </view> |
| | | <view class="c2 mt25"> |
| | | <text class="c6">申请时间:</text> |