|
|
@ -152,8 +152,8 @@ |
|
|
|
<text>{{v.substanceName}}</text><text>({{v.goodsDetailType}})</text> |
|
|
|
<text>{{v.number}}{{v.unit}}</text> |
|
|
|
</view> |
|
|
|
<view class="date"> 操作时间:{{v.createTime}} </view> |
|
|
|
<view class="warehouse"> 所在仓库:{{v.warehouseName}} </view> |
|
|
|
<view class="date"> 操作时间:{{v.createTime}} </view> |
|
|
|
</template> |
|
|
|
</view> |
|
|
|
<u-empty v-if="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/> |
|
|
|