tipMessage.js 970 B

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