| | |
| | | </view> |
| | | <view class="level" |
| | | v-if='item.modifygoodsName||flag'> |
| | | <view style="width: 140rpx;"> |
| | | <u--text text="产品名称" |
| | | <view style="width: 220rpx;"> |
| | | <u--text text="品名与规格修改" |
| | | size='32'></u--text> |
| | | </view> |
| | | <view v-if="showWeighCopy[i].modifyProductName||item.breed&&item.spec"> |
| | | <u-tag :text="!flag?showWeighCopy[i].modifyProductName:item.breed+item.spec" |
| | | v-if="showWeighCopy[i].modifyProductName" |
| | | plain |
| | | @click="productNamePopoverShow(i)"></u-tag> |
| | | </view> |
| | |
| | | this.showWeigh[this.goodsIndex].remark = val.remark |
| | | this.showWeigh[this.goodsIndex].breed = val.breed |
| | | this.showWeigh[this.goodsIndex].spec = val.spec |
| | | this.showWeigh[this.goodsIndex].weightUnit = val.weightUnit |
| | | }, |
| | | // 产品列表 |
| | | productNamePopoverShow(index) { |