Mr.Shi
2023-09-13 46b0b4d41a260e44e5e648d79cac60e97fe17789
minipro_standard/pages_adjust/pages/manualFeed/manualFeed.vue
@@ -179,9 +179,7 @@
         getValue(item) {
            for (let i = 0; i < this.materialList.length; i++) {
               if (item.id === this.materialList[i].id) {
                  uni.$u.toast({
                     message: '不能重复选择相同物料'
                  })
                  uni.$u.toast('不能重复选择相同物料')
                  return
               }
            }