diff --git a/src/config/getData2.js b/src/config/getData2.js index 57f4af0..d8e80db 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -189,3 +189,10 @@ export const kilnMoveCreateTask = (sp, code) => post('api/pda/manual/kiln/move/c export const materialReturn = (code) => post('api/pda/manual/materialReturn', { vehicle_code: code }) +/** + * 取样计数 + */ +export const samplingCountNum = (code, number) => post('api/pda/manual/samplingCountNum', { + vehicle_code: code, + number: number +}) diff --git a/src/pages/manual/SamplingCount.vue b/src/pages/manual/SamplingCount.vue new file mode 100644 index 0000000..9218a71 --- /dev/null +++ b/src/pages/manual/SamplingCount.vue @@ -0,0 +1,65 @@ + + +