fix:修改
This commit is contained in:
parent
3e8e7a697e
commit
bbae43c37f
@ -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
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user