feat:样品库管理
This commit is contained in:
@@ -24,21 +24,21 @@
|
||||
<template #right> <up-text type="error" size="18" bold :text="sampleList.length"></up-text></template>
|
||||
<scroll-view style="height: 49vh" scroll-y scroll-with-animation>
|
||||
<uni-card margin="5px" v-for="item in sampleList" class="sample-item">
|
||||
<view class="x-bc">
|
||||
<view
|
||||
>调拨人:<text class="black">{{ item.borrowUser }}</text></view
|
||||
>
|
||||
<view
|
||||
>调拨时间:<text class="black">{{ nx.$dayjs(item.borrowTime).format('YYYY-MM-DD HH:mm:ss') }}</text></view
|
||||
>
|
||||
<view class="mt8">
|
||||
<view
|
||||
>样品名称:<text class="black">{{ item.sampleName }}</text></view
|
||||
>
|
||||
<view
|
||||
>调拨人:<text class="black">{{ item.borrowUser }}</text></view
|
||||
>
|
||||
</view>
|
||||
<view class="x-bc">
|
||||
<view class="mt4">
|
||||
<view
|
||||
>样品编号:<text class="black">{{ item.sampleReturnCode }}</text></view
|
||||
>
|
||||
<view
|
||||
>调拨时间:<text class="black">{{ nx.$dayjs(item.borrowTime).format('YYYY-MM-DD HH:mm:ss') }}</text></view
|
||||
>
|
||||
</view>
|
||||
<view class="mt4"
|
||||
>归库编码:<text class="black">{{ item.sampleReturnCode }}</text></view
|
||||
|
||||
Reference in New Issue
Block a user