#
whycq
2024-06-27 edbd0076951445342a913531e2c66ea82f797ece
pages/pakin/bomPakin.vue
@@ -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
               }),