|
@@ -65,7 +65,6 @@
|
|
<text>没有VIN,直接取货</text>
|
|
<text>没有VIN,直接取货</text>
|
|
</view> -->
|
|
</view> -->
|
|
<view class="action-button flex" v-if="userInfo.sysUserFlag == '1'">
|
|
<view class="action-button flex" v-if="userInfo.sysUserFlag == '1'">
|
|
- <view></view>
|
|
|
|
<view class="f1" @click="openTakeGood(1)">
|
|
<view class="f1" @click="openTakeGood(1)">
|
|
<view class="icons"><u-icon name="shujuchaxun" custom-prefix="custom-icon"></u-icon></view>
|
|
<view class="icons"><u-icon name="shujuchaxun" custom-prefix="custom-icon"></u-icon></view>
|
|
<view class="tits">产品编码取货</view>
|
|
<view class="tits">产品编码取货</view>
|
|
@@ -74,12 +73,11 @@
|
|
<view class="icons"><u-icon name="saomasoudan" custom-prefix="custom-icon"></u-icon></view>
|
|
<view class="icons"><u-icon name="saomasoudan" custom-prefix="custom-icon"></u-icon></view>
|
|
<view class="tits">二维码/条形码取货</view>
|
|
<view class="tits">二维码/条形码取货</view>
|
|
</view>
|
|
</view>
|
|
- <view></view>
|
|
|
|
</view>
|
|
</view>
|
|
<view style="margin-top: 20upx;">
|
|
<view style="margin-top: 20upx;">
|
|
<u-swiper mode="dot" bg-color="" img-mode="widthFix" @click="clickBanner" :interval="3000" :height="374" :list="imgList"></u-swiper>
|
|
<u-swiper mode="dot" bg-color="" img-mode="widthFix" @click="clickBanner" :interval="3000" :height="374" :list="imgList"></u-swiper>
|
|
</view>
|
|
</view>
|
|
- <u-action-sheet :list="actionList" @click="clickAction" v-model="showAction"></u-action-sheet>
|
|
|
|
|
|
+ <!-- <u-action-sheet :list="actionList" @click="clickAction" v-model="showAction"></u-action-sheet> -->
|
|
</view>
|
|
</view>
|
|
<!-- 扫描记录 -->
|
|
<!-- 扫描记录 -->
|
|
<view class="list-box">
|
|
<view class="list-box">
|
|
@@ -108,7 +106,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <u-tabbar :list="vuex_tabBarList" :before-switch="beforeSwitch" :mid-button="true"></u-tabbar>
|
|
|
|
|
|
+ <u-tabbar :list="vuex_tabBarList" :before-switch="beforeSwitch" :mid-button="false"></u-tabbar>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -585,24 +583,23 @@
|
|
padding:40upx 0 0 0;
|
|
padding:40upx 0 0 0;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
> view{
|
|
> view{
|
|
- text-align: center;
|
|
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
- flex-direction: column;
|
|
|
|
|
|
+ color: #fff;
|
|
|
|
+ border-radius: 10rpx;
|
|
|
|
+ width: 49%;
|
|
}
|
|
}
|
|
.f1{
|
|
.f1{
|
|
- width: 140rpx;
|
|
|
|
|
|
+ background: #ff9800;
|
|
}
|
|
}
|
|
.f2{
|
|
.f2{
|
|
- width: 150rpx;
|
|
|
|
|
|
+ background: #2196f3;
|
|
}
|
|
}
|
|
.icons{
|
|
.icons{
|
|
- font-size: 60rpx;
|
|
|
|
- background: #066cff;
|
|
|
|
|
|
+ font-size: 50rpx;
|
|
color: #fff;
|
|
color: #fff;
|
|
- border-radius: 30rpx;
|
|
|
|
- width: 110rpx;
|
|
|
|
- height: 110rpx;
|
|
|
|
|
|
+ width: 80rpx;
|
|
|
|
+ height: 80rpx;
|
|
text-align:center;
|
|
text-align:center;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -610,9 +607,8 @@
|
|
justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
.tits{
|
|
.tits{
|
|
- font-size:30rpx;
|
|
|
|
|
|
+ font-size:28rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- padding: 10upx 0;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.scanButton{
|
|
.scanButton{
|