| | |
| | | <view class="count">{{ item.weight }}</view> |
| | | </view> |
| | | </view> |
| | | <view class="notice-num"> |
| | | <view class="num-text"> |
| | | <u--text text="通知数量" |
| | | size='32'></u--text> |
| | | </view> |
| | | <view class="num-input"> |
| | | <u--input placeholder="请输入通知数量" |
| | | border="bottom" |
| | | clearable |
| | | v-model="item.num"></u--input> |
| | | </view> |
| | | </view> |
| | | <view class="level" |
| | | v-if='!flag'> |
| | | <view class="" |
| | |
| | | </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) { |
| | |
| | | |
| | | } |
| | | |
| | | .notice-num { |
| | | @extend .discount; |
| | | align-items: center; |
| | | justify-content: space-evenly; |
| | | margin-left: 50rpx; |
| | | margin-top: 30rpx; |
| | | |
| | | .num-text { |
| | | width: 30%; |
| | | } |
| | | |
| | | .num-input { |
| | | width: 60%; |
| | | border-bottom: 1px solid rgb(218, 219, 222); |
| | | } |
| | | } |
| | | |
| | | .level { |
| | | width: 60%; |
| | | margin-top: 30rpx; |