qingyiay
2023-07-11 0c3e40c399a00fe6405f7b9a79eb1c93b7cc660e
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -82,12 +82,13 @@
         </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>
@@ -274,6 +275,7 @@
            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) {