更改商品入库

This commit is contained in:
jia 2023-09-12 23:41:24 +08:00
parent 4d4e22ce41
commit f3ddc92f46

View File

@ -122,7 +122,7 @@
</view> </view>
<view class="operation acea-row row-between-wrapper"> <view class="operation acea-row row-between-wrapper">
<view class="acea-row row-middle"> <view class="acea-row row-middle">
<!-- <view class="" class="bnt" @click="Fonline(item)" style="width:150rpx"> <!-- <view class="" class="bnt" @click="Fonline(item)" style="width:150rpx">
线上入库 线上入库
</view> --> </view> -->
<view class="" class="bnt" @click="Fline(item)" style="width:150rpx"> <view class="" class="bnt" @click="Fline(item)" style="width:150rpx">
@ -349,12 +349,11 @@
this.checkboxList1 = item.attrValue this.checkboxList1 = item.attrValue
this.data.product_id = item.attrValue[0].product_id
this.data.unique = item.attrValue[0].unique
this.on_line = 1
if(this.checkboxList1.length>3){ if(this.checkboxList1.length>3){
this.show = true this.show = true
this.data.product_id = item.attrValue[0].product_id
this.data.unique = item.attrValue[0].unique
this.on_line = 1
}else{ }else{
navigateTo(1, '/pages/users/online_warehousing/index', { navigateTo(1, '/pages/users/online_warehousing/index', {
mer_id: this.mer_id, mer_id: this.mer_id,