1
zhangc
2025-03-24 5d62f0a16c8475aff2103f476fe827ec3e16046c
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',