Commit 1dfab653 by zhuzhequan

pod订单修改

parent 963d875c
......@@ -590,10 +590,11 @@ const trackcodeInput = async () => {
}
try {
const res = await getSubOrderBySubOrderNumber(orderNumber)
const d = JSON.parse(JSON.stringify(res.data))
if(!d){
if(!res.data){
return ElMessage.error('生产单不存在')
}
const d = JSON.parse(JSON.stringify(res.data))
if (d.note) {
d.note = JSON.parse(d.note)
} else {
......
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