| | |
| | | </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> |
| | |
| | | { name: '转库单', id: '3' }, |
| | | { name: '盘点单', id: '4' }, |
| | | ], |
| | | shadowStyle: {
|
| | | backgroundImage: "linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0.5))",
|
| | | paddingTop: "50rpx",
|
| | | marginTop: "-50rpx",
|
| | | justifyContent: 'flex-end',
|
| | | colors: '#333',
|
| | | shadowStyle: { |
| | | backgroundImage: "linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0.5))", |
| | | paddingTop: "50rpx", |
| | | marginTop: "-50rpx", |
| | | justifyContent: 'flex-end', |
| | | colors: '#333', |
| | | } |
| | | }; |
| | | }, |