料盅比对

This commit is contained in:
2024-07-02 14:03:17 +08:00
parent f62394fe60
commit 9a02329210
3 changed files with 106 additions and 0 deletions

View File

@@ -196,3 +196,11 @@ export const samplingCountNum = (code, number) => post('api/pda/manual/samplingC
vehicle_code: code,
number: number
})
/**
* 料盅比对
*/
export const loamCompareList = () => post('api/pda/manual/loamCompare/list', {})
export const loamCompareDoCheck = (pcode, code) => post('api/pda/manual/loamCompare/doCheck', {
point_code: pcode,
vehicle_code: code
})