add 大屏数据页

This commit is contained in:
2025-11-21 16:56:53 +08:00
parent 923937f82f
commit ec7aadc7c2
10 changed files with 234 additions and 7 deletions

View File

@@ -144,4 +144,10 @@ export const getOutAndReturnNumByReturnVehicleCode = (code) => request({
export const outSortingSubmit = (code, vcode, ost) => request({
url:'api/pda/iosOut/outSortingSubmit',
data: {return_vehicle_code: code, out_vehicle_code: vcode, out_struct_code: ost}
})
// 大屏数据
export const bigscreenGetData = () => request({
url:'api/pda/bigscreen/getData',
data: {}
})