#
whycq
2025-02-07 6edc1c4e1df51e69a264e092addf8fa50ebc2a91
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',