zhang
2025-05-30 0de302f651e3184f9999b9798359064dc39a0600
pages/phyz/stationManage/confirmProcessed.vue
@@ -194,7 +194,7 @@
            this.processedDis = true
            let that = this
            uni.request({
               url: that.baseUrl + '/agvMobile/hand/control/processed',
               url: that.baseUrl + '/agvMobile/hand/control/processed/v2',
               header: {'token': uni.getStorageSync('token')},
               data: {devNo: that.devNo, barcode: that.barcode,wrkDetls:that.dataList,factory: factor},
               method: 'POST',