分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-07-05 ddab693f389b648157c8b48c7fcbdefc92561dd2
´úÂë¹ÜÀí/Ì«ÖØPDA/pages/feeding/feeding.vue
@@ -86,34 +86,26 @@
               this.$t.message.toast('请选择下料口!')
               return;
            }
            uni.showModal({
                title: '确认',
                content: '车轮信息:'+this.barcode+',是否呼叫AGV?',
                success: (res) => {
                  if (res.confirm) {
                   // this.$u.post("/api/ToWms/OutsourceInbound", {
                   //    MainData: {
                   //       dataSN: this.barcode,
                   //       stationNo: this.stationNo,
                   //       creator: uni.getStorageSync('jo_user').userName,
                   //    }
                   // }).then(res => {
                   //    if (res.status) {
                   //       this.barcode = '',
                   //          this.station = '',
                   //          this.stationNo = '',
                   //          this.$t.message.toast('呼叫AGV成功,请等待AGV取货');
                   //    } else {
                   //       this.$t.message.toast(res.message);
                   //    }
                   //    console.log(res);
                   // }).catch(err => {
                   // })
                  }
                }
              });
            this.$u.post("/api/ToWms/OutsourceInbound", {
               MainData: {
                  dataSN: this.barcode,
                  stationNo: this.stationNo,
                  creator: uni.getStorageSync('jo_user').userName,
               }
            }).then(res => {
               if (res.status) {
                  this.barcode = '',
                     this.station = '',
                     this.stationNo = '',
                     this.$t.message.toast('呼叫AGV成功,请等待AGV取货');
               } else {
                  this.$t.message.toast(res.message);
               }
               console.log(res);
            }).catch(err => {
            })
         }
      }
   }