|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="content">
|
|
|
- <u-navbar back-text="货架设置">
|
|
|
- <view slot='right' style="padding: 0 30upx;color: #00aaff;" @click="toPlRacking" v-if="shelfPlaceList">
|
|
|
+ <u-navbar back-text="货架设置" :border-bottom="false" :background="{backgroundColor: $config('primaryColor')}" back-icon-color="#fff" :back-text-style="{ color: '#fff' }">
|
|
|
+ <view slot='right' style="padding: 0 30upx;color: #ffffff;" @click="toPlRacking" v-if="shelfPlaceList">
|
|
|
<u-icon name="piliangshangjia" custom-prefix="iscm-icon"></u-icon>
|
|
|
<text style="margin-left: 6rpx;">批量上架</text>
|
|
|
<u-badge v-if="showDot" :is-dot="true" size="mini" type="error"></u-badge>
|
|
@@ -67,10 +67,15 @@
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
<view class="nodata" v-if="!loading">
|
|
|
- 暂无货位信息,请点击
|
|
|
<view>
|
|
|
- <text @click="toPlRacking">批量上架</text>
|
|
|
- <u-badge :offset="[-6,-10]" v-if="showDot" :is-dot="true" size="mini" type="error"></u-badge>
|
|
|
+ <u-image :src="`../../static/${$config('themePath')}/def_no_data@3x.png`" width="180" height="180" border-radius="10"></u-image>
|
|
|
+ </view>
|
|
|
+ <view class="flex">
|
|
|
+ 暂无货位信息,请点击
|
|
|
+ <view>
|
|
|
+ <text @click="toPlRacking">批量上架</text>
|
|
|
+ <u-badge :offset="[-6,-10]" v-if="showDot" :is-dot="true" size="mini" type="error"></u-badge>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="nodata" v-else>
|
|
@@ -394,9 +399,12 @@
|
|
|
padding: 100rpx 50rpx;
|
|
|
text-align: center;
|
|
|
display: flex;
|
|
|
+ flex-direction: column;
|
|
|
justify-content: center;
|
|
|
+ align-items: center;
|
|
|
> view{
|
|
|
position: relative;
|
|
|
+ padding: 10upx 0;
|
|
|
text{
|
|
|
color: #00aaff;
|
|
|
margin-left: 10rpx;
|