|
@@ -85,11 +85,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
|
|
|
- <view style="font-size:30upx;font-weight:bold;margin:20upx 0 15upx 0;">请选择门店:</view>
|
|
|
|
|
|
|
+ <view style="font-size:30upx;font-weight:bold;margin:20upx 0 15upx 15upx;">请选择门店:</view>
|
|
|
<view style="display:flex;padding:20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
|
|
<view style="display:flex;padding:20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
|
|
|
- <block v-for="(item, index) in list.data">
|
|
|
|
|
- <button class="admin-button-com middle" @tap.stop="pitchShop(item,inStockData)">{{item.shopName}}</button>
|
|
|
|
|
- </block>
|
|
|
|
|
|
|
+ <button v-for="(item, index) in list.data" class="admin-button-com middle" @tap.stop="pitchShop(item,inStockData)">{{item.shopName}}</button>
|
|
|
</view>
|
|
</view>
|
|
|
</uni-popup>
|
|
</uni-popup>
|
|
|
</view>
|
|
</view>
|
|
@@ -157,6 +155,9 @@ export default {
|
|
|
oneKeyStockOut({inShopId:info.id,orderSn:inStockData.orderSn}).then(res=>{
|
|
oneKeyStockOut({inShopId:info.id,orderSn:inStockData.orderSn}).then(res=>{
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
that.$msg(res.msg)
|
|
that.$msg(res.msg)
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ uni.navigateBack()
|
|
|
|
|
+ }, 1500)
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
})
|
|
})
|