skyouc
2025-07-09 f2e9b22a4cd54705700ebb69f5f04de6a7eccce8
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,