|
@@ -324,11 +324,9 @@ export default {
|
|
|
}else{
|
|
|
arr.push(mapFirst)
|
|
|
}
|
|
|
- this.axios.post("http://172.16.33.166:8066/api/v1/join/tmstruckweightresult/receiveTmsTruckWeightResult",arr).then((res) =>{
|
|
|
- if(res.data.code == "200"){
|
|
|
- this.$message.success("补录计量实绩成功")
|
|
|
- this.$router.go(0)
|
|
|
- }
|
|
|
+ this.axios.post("/api/v1/uc/recordingWeightResult",arr).then((res) =>{
|
|
|
+ this.$message.success("补录计量实绩成功")
|
|
|
+ this.$router.go(0)
|
|
|
})
|
|
|
},
|
|
|
onClickCancel(){
|