分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-08 32678f5c24c7681a198b517fa72db1de2e98646d
´úÂë¹ÜÀí/Ì«ÖØPDA/pages/feeding/feeding.vue
@@ -53,14 +53,14 @@
               this.barcode = e.detail.value;
            } else {
               var len = this.barcode.split(',').length;
               if (len <= 4) {
               if (len <= 5) {
                  this.barcode = this.barcode + ',';
               }
               else if(len < 5){
               else if(len < 6){
                  this.barcode = this.barcode;
               }
                else {
                  this.$t.message.toast('数量最多为5个');
                  this.$t.message.toast('数量最多为6个');
                  this.isfill=true;
                  return;
               }