fix:修改

This commit is contained in:
17630416519 2025-12-18 11:03:21 +08:00
parent 3e8e7a697e
commit bbae43c37f
3 changed files with 656 additions and 652 deletions

View File

@ -53,4 +53,15 @@ export function FreeNumBoxLabel(params) {
method: 'get',
params
})
}
/**
* 6.打印工单外箱标签
*/
export function PrintPackageLabel(data) {
return request({
url: 'http://localhost:9696/print_api/bartender/print',
method: 'post',
data
})
}

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"outDir": "dist",
"noImplicitAny": false,
"allowJs": true,
"skipLibCheck": true,
@ -8,7 +9,6 @@
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,