#
zjj
2024-05-30 19d3b7e685ae91921aff312b50cabf137cde28bf
pages/order/orderComb.vue
@@ -52,14 +52,14 @@
                     <uni-tag :text="item.batch" type="warning"></uni-tag>
                  </view>
               </view>
               <view class="list-left-item">
               <!-- <view class="list-left-item">
                  <view class="desc">重量:</view>
                  <view class="left-item">
                     <uni-tag :text="item.weight" type="warning"></uni-tag>
                  </view>
               </view>
               </view> -->
               <view class="list-left-item">
                  <view class="desc">数量:</view>
                  <view class="desc">剩余数量:</view>
                  <view class="left-item">{{item.anfme}}</view>
               </view>
            </view>
@@ -220,6 +220,9 @@
            let that = this
            uni.request({
               url: this.baseUrl + '/order/list/all',
               header: {
                  'token': uni.getStorageSync('token')
               },
               method: 'POST',
               success(res) {
                  res = res.data
@@ -386,6 +389,7 @@
            uni.request({
               url: that.baseUrl + '/mobile/comb/auth',
               data: JSON.stringify({
                  orderNo: that.orderNo,
                  barcode: that.barcode,
                  combMats: that.dataList
               }),
@@ -478,6 +482,7 @@
         resst() {
            this.dataList = []
            this.barcode = ''
            this.orderNo = ''
            this.barcodeFocuss()
         },
         combClose() {