pang.jiabao
2025-03-07 af95155c788ff5b88f55e0bea732b480a68be442
pages/pakin/putOn.vue
@@ -116,10 +116,10 @@
            if (this.barcode.length < 1) {
               return
            }
            if (this.barcode.length != 8) {
               this.messageToggle('error', '拖盘码为8位随机数字!!')
               return
            }
            // if (this.barcode.length != 8) {
            //    this.messageToggle('error', '拖盘码为8位随机数字!!')
            //    return
            // }
            let that = this
            uni.request({
               url: that.baseUrl + '/pda/barcode/matnr/' + that.barcode,