12345678910111213141516171819202122 |
- export const ERROR_GYLCKH_NODATA='该条形码上无数据或或已完成,正在返回上一张页面' //该工艺流程卡条码上无数据
- export const MSG_LOADING='加载中...' //加载中
- export const MSG_SUBMIT='提交中...'
- export const MSG_GO='跳转中...'
- export const MSG_CKNONE='请联系管理员,设置绑定仓库'
- export const MSG_MAX_SCAN="添加数量已达到500个,请先保存。"
- export const MSG_MAX_PRINT="添加数量已达到50个,请先保存。"
- // 延时的毫秒数
- export const DELAY_CLOSE_TOAST=5000 // 关闭弹窗的延时
- export const DELAY_CLOSE_LOAD=10000 // 关闭加载的延时
- export const DELAY_CLOSE_SUBMIT=8000 // 关闭提交的延时
- export const DELAY_CLOSE_GO=10000 // 关闭跳转的延时
- export const MAX_SCAN_NUM=500 // 扫描的物品数量最大值
- export const MAX_PRINT_NUM=50 // 打印数量最大值
- export const LABEL_WIDTH=70 // 标签宽度
- export const LABEL_HEIGHT=60 // 标签高度
|