#
whycq
2023-04-12 56de90bb134581c2d7cb2551616e377449c7623f
pages/basics/outPakin.vue
@@ -29,7 +29,7 @@
               </view>
            </view>
         </view>
         <view class="square-1">
         <!-- <view class="square-1">
            <view class="square-title" style="display: flex;">
               <view class="title-sign"><view class="sign"></view></view>
               <view class="title-text" style="width: 200rpx;"><text>拥有者</text></view>
@@ -37,7 +37,7 @@
                  <uni-combox :candidates="ownerList" placeholder="请选择拥有者" v-model="owner"></uni-combox>
               </view>
            </view>
         </view>
         </view> -->
         <view class="square-1">
            <view class="square-title">
               <view class="title-sign"><view class="sign"></view></view>
@@ -227,7 +227,7 @@
                data: JSON.stringify({
                  barcode: that.barcode,
                  origin: that.origin,
                  owner: that.ownerId,
                  owner: 1,
                  combMats: that.matList
               }),
               method: 'POST',
@@ -246,6 +246,7 @@
                     that.barcode = '';
                     that.matList = '';
                     that.matList = [];
                     that.owner = '';
                     that.barcodeFocuss();
                  } else if (res.code == 403) {
                     uni.showToast({title: res.msg, icon: "none", position: 'top'})