|
|
@@ -30,7 +30,7 @@
|
|
|
<view class="item_list_bx suitSelectAll" v-for="(res,i) in suitFilterProductInfo" :key="i" :id="`class_${i}`">
|
|
|
<view class="item_list_title">{{ res.className }}</view>
|
|
|
<template v-for="(data,j) in res.child">
|
|
|
- <view style="height: 160rpx" :id="`class_${res.classId}_${data.id}`" :key="j" >
|
|
|
+ <view style="height: 200rpx" :id="`class_${res.classId}_${data.id}`" :key="j" >
|
|
|
<GoodsCommondity v-if="res.isActive"
|
|
|
:info.sync="data"
|
|
|
:bigCount="getSelectItemById(data.id, res.classId).bigCount"
|
|
|
@@ -81,6 +81,7 @@
|
|
|
<template v-for="(productItem, productIndex) in classItem.child">
|
|
|
<view style="height: 160rpx" :id="`class_${classItem.classId}_${productItem.id}`" :key="productIndex">
|
|
|
<Commondity v-if="classItem.isActive"
|
|
|
+ :offVerifyRepertory = 'true'
|
|
|
:info="productItem"
|
|
|
:bigCount="
|
|
|
getSelectItemById(productItem.id, classItem.classId).bigCount
|
|
|
@@ -126,12 +127,14 @@
|
|
|
<view class="select-cmd_bx" v-if="customData">
|
|
|
<view class="kc"> 库存 {{ customData.stock }} </view>
|
|
|
<view class="num_bx">
|
|
|
- <allMoreSelectInput
|
|
|
- :isActive="isActive" :isFocus="isFocus" :value="customData.bigCount"
|
|
|
- :isActiveOne="isActiveOne" :isFocusOne="isFocusOne" :valueOne="customData.smallCount"
|
|
|
- @deleteInputVal="deleteInputVal" @initAllInput="initAllInput" @moveAllInput="moveAllInput"
|
|
|
- @deleteInputValOne="deleteInputValOne" @initAllInputOne="initAllInputOne" @moveAllInputOne="moveAllInputOne">
|
|
|
- </allMoreSelectInput>
|
|
|
+ <!--<allMoreSelectInput-->
|
|
|
+ <!--:isActive="isActive" :isFocus="isFocus" :value="customData.bigCount"-->
|
|
|
+ <!--:isActiveOne="isActiveOne" :isFocusOne="isFocusOne" :valueOne="customData.smallCount"-->
|
|
|
+ <!--@deleteInputVal="deleteInputVal" @initAllInput="initAllInput" @moveAllInput="moveAllInput"-->
|
|
|
+ <!--@deleteInputValOne="deleteInputValOne" @initAllInputOne="initAllInputOne" @moveAllInputOne="moveAllInputOne">-->
|
|
|
+ <!--</allMoreSelectInput>-->
|
|
|
+ <input v-model="customData.bigCount" @focus="customData.bigCount = null" type="number" />扎
|
|
|
+ <input v-model="customData.smallCount" @focus="customData.smallCount = null" type="number" style="margin-left:24upx" />支
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
@@ -217,9 +220,9 @@ export default {
|
|
|
customNum(info) {
|
|
|
this.isModel = true;
|
|
|
this.customData = info;
|
|
|
- this.$nextTick(()=>{
|
|
|
- this.initAllInput();
|
|
|
- })
|
|
|
+ // this.$nextTick(()=>{
|
|
|
+ // this.initAllInput();
|
|
|
+ // })
|
|
|
},
|
|
|
modalCancel() {
|
|
|
this.isModel = false;
|