#
whycq
2024-09-29 d8a5af48e83a64903c63624b994d3aa2b4992e7e
pages/pakin/bomPakin.vue
@@ -238,7 +238,7 @@
               method: 'POST',
               header: { 'token': uni.getStorageSync('token') },
               success(res) {
                  console.log(res);
                  // console.log(res);
                  res = res.data
                  if (res.code === 200) {
                     if (res.data) {
@@ -287,8 +287,10 @@
                     that.matData = result.data
                     that.matnr = ''
                     that.matData['batch'] = ''
                     if (that.maxAnfme) {
                     if (that.maxAnfme > 0) {
                        that.matData['maxNum'] = that.maxAnfme
                     } else if (that.maxAnfme == 0){
                        that.matData['maxNum'] = 0
                     }
                     uni.navigateTo({
                        url: "../mat/matSelected",
@@ -470,8 +472,9 @@
               }
            }
            uni.request({
               url: that.baseUrl + '/mobile/comb/auth',
               url: that.baseUrl + '/mobile/comb/auth2',
               data: JSON.stringify({
                  bomCode: that.bomCode,
                  barcode: that.barcode,
                  combMats: that.dataList
               }),