chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
88fba5aa01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/shuntBackManage/addBackOrder.vue

+ 1 - 1
pages/shuntBackManage/addBackOrder.vue

@@ -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.recallBillQty?item.qty - item.recallBillQty>0 ?item.qty - item.recallBillQty :0 :item.qty"></u-number-box></view>
+								<view class="u-ninput"><u-number-box color="#000" bg-color="#fff" :input-height="60" v-model="item.confirmQty" :min="item.recallBillQty?item.qty - item.recallBillQty>0 ?1 :0 :1" :max="item.recallBillQty?item.qty - item.recallBillQty>0 ?item.qty - item.recallBillQty :0 :item.qty"></u-number-box></view>
 							</view>
 						</view>
 					</view>