Commit ec363630 by zhuzhequan

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

parent 3377f050
......@@ -706,17 +706,9 @@ const submitInspection = async (callback: () => void) => {
if (!factoryNo) {
return
}
const data = podOrderDetailsData.value?.id
? [
{
id: podOrderDetailsData.value.id,
version: podOrderDetailsData.value?.version,
},
]
: []
try {
const res = await submitInspectionApi(
data,
podOrderDetailsData.value?.id,
boxIndex.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