qingyiay
2023-07-11 0c3e40c399a00fe6405f7b9a79eb1c93b7cc660e
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -56,6 +56,18 @@
               <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=""
@@ -70,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>
@@ -262,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) {
@@ -381,6 +395,23 @@
         }
         .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;