diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js b/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js index e864d31..e969a60 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js +++ b/lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js @@ -110,7 +110,7 @@ export function loginOut(data) { // 13. 当前托盘 export function selectMaterialAndJpg(code) { return request({ - url: 'api/handheld/selectMaterialAndJpg?pointCode=', + url: 'api/handheld/selectMaterialAndJpg?pointCode=' + code, method: 'get' }) }