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,