111
k94314517
2023-09-13 f06d894f2f15798d24a13d15360ac9fa5e8461d1
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
               }
            }