jiangping
2023-09-14 aeab73facdc02b13474e671215bec79c8e64008a
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
               }
            }