1
zhang
9 天以前 4f004573e398c7f5b3823e417766772f501c44fe
pages/pakin/pakin.vue
@@ -83,8 +83,8 @@
                  </view>
               </view>
               <view class="popup-item">
                  <view class="popup-item-left" style="width: 20vw;">情况说明:</view>
                  <view class="popup-item-right" style="width: 46vw;"><input type="text" v-model="batch"></view>
                  <view class="popup-item-left" style="width: 20vw;">备注:</view>
                  <view class="popup-item-right" style="width: 46vw;"><input type="text" v-model="memo"></view>
               </view>
               <!-- <view class="popup-item">
                  <view class="popup-item-left">重量:</view>
@@ -141,6 +141,7 @@
            baseUrl: '',
            token: '',
            barcode: '',
            mome: '',
            dataList: [],
            count: 0,
            rowNum: '',
@@ -330,6 +331,7 @@
            this.matnr = this.dataList[i].matnr
            this.count = this.dataList[i].anfme
            this.batch = this.dataList[i].batch
            this.memo = this.dataList[i].memo
            this.weight = this.dataList[i].weight
            this.rowNum = i
            this.eject()