Commit ec363630 by zhuzhequan

fix:修改打单完成接口参数

parent 3377f050
...@@ -706,17 +706,9 @@ const submitInspection = async (callback: () => void) => { ...@@ -706,17 +706,9 @@ const submitInspection = async (callback: () => void) => {
if (!factoryNo) { if (!factoryNo) {
return return
} }
const data = podOrderDetailsData.value?.id
? [
{
id: podOrderDetailsData.value.id,
version: podOrderDetailsData.value?.version,
},
]
: []
try { try {
const res = await submitInspectionApi( const res = await submitInspectionApi(
data, podOrderDetailsData.value?.id,
boxIndex.value, boxIndex.value,
warehouseId.value, warehouseId.value,
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment