|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="content">
|
|
|
+ <view class="content flex flex_column">
|
|
|
<u-navbar back-text="新增调回单" :border-bottom="false">
|
|
|
<view slot='right' style="padding: 0 30upx;" v-if="recallBillList.length" @click="toChooseProduct">
|
|
|
<u-icon name="chuangjiandingdan" custom-prefix="iscm-icon"></u-icon>
|
|
@@ -64,7 +64,7 @@
|
|
|
</view>
|
|
|
<view class="pcurnums flex align_center">
|
|
|
<text>调回数量</text>
|
|
|
- <view class="u-ninput"><u-number-box color="#000" bg-color="#fff" :input-height="60" v-model="item.confirmQty" :min="1" :max="item.qty - item.recallBillQty>0 ?item.qty - item.recallBillQty :0"></u-number-box></view>
|
|
|
+ <view class="u-ninput"><u-number-box color="#000" bg-color="#fff" :input-height="60" v-model="item.confirmQty" :min="1" :max="item.recallBillQty?item.qty - item.recallBillQty>0 ?item.qty - item.recallBillQty :0 :item.qty"></u-number-box></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -89,7 +89,7 @@
|
|
|
清空列表
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="footerBox_r"><u-button type="primary" shape="circle" @click="addBackOrder">新增调回单</u-button></view>
|
|
|
+ <view class="footerBox_r"><u-button size="medium" @click="addBackOrder" :custom-style="customBtnStyle" shape="circle" type="primary" hover-class="none" >新增调回单</u-button></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -115,8 +115,7 @@ export default {
|
|
|
detailFlag:false,//查看详情
|
|
|
chooseShow: false,//滞销天数弹窗
|
|
|
theme: '',
|
|
|
- customBtnStyle: {
|
|
|
- // 自定义按钮样式
|
|
|
+ customBtnStyle: { // 自定义按钮样式
|
|
|
borderColor: this.$config('primaryColor'),
|
|
|
backgroundColor: this.$config('primaryColor'),
|
|
|
color: '#fff'
|
|
@@ -337,7 +336,7 @@ export default {
|
|
|
}
|
|
|
.backOrderCon {
|
|
|
width: 100%;
|
|
|
- height: calc(100vh - 338rpx);
|
|
|
+ flex-grow:1 ;
|
|
|
.scroll-view{
|
|
|
height: 100%;
|
|
|
.partList-list-box {
|
|
@@ -438,12 +437,11 @@ export default {
|
|
|
.nodata{
|
|
|
text-align: center;
|
|
|
image{
|
|
|
- width: 280rpx;
|
|
|
- height: 280rpx;
|
|
|
- margin-top: 100rpx;
|
|
|
+ width: 180rpx;
|
|
|
+ height: 180rpx;
|
|
|
+ margin-top: 200rpx;
|
|
|
}
|
|
|
.nodataTip{
|
|
|
-
|
|
|
text{
|
|
|
color: #00aaff;
|
|
|
margin-left: 10rpx;
|