diff --git a/web/src/layouts/default/header/components/notify/index.vue b/web/src/layouts/default/header/components/notify/index.vue index 7e3e29d8..71e8c089 100644 --- a/web/src/layouts/default/header/components/notify/index.vue +++ b/web/src/layouts/default/header/components/notify/index.vue @@ -43,7 +43,6 @@ const numberStyle = {}; const fetchMessages = () => { getMessageList().then((res) => { listData.value = res.data; - console.info(listData.value); }); }; diff --git a/web/src/locales/lang/en/purchase.ts b/web/src/locales/lang/en/purchase.ts index 2cbab964..4b089106 100644 --- a/web/src/locales/lang/en/purchase.ts +++ b/web/src/locales/lang/en/purchase.ts @@ -54,6 +54,7 @@ export default { noticeFour: 'The barcode cannot find product info', noticeFive: 'The product barcode cannot be empty', noticeSix: 'Enter the barcode product information automatically!', + noticeEight: 'The warehouse cannot be empty', noticeSeven: 'Support product name, product number, product specifications, and product model', cancel: 'Cancel', save: 'Save', diff --git a/web/src/locales/lang/zh-CN/purchase.ts b/web/src/locales/lang/zh-CN/purchase.ts index 3a08a81b..fcccdba9 100644 --- a/web/src/locales/lang/zh-CN/purchase.ts +++ b/web/src/locales/lang/zh-CN/purchase.ts @@ -53,6 +53,7 @@ export default { noticeThree: '该文件超过2MB大小限制', noticeFour: '该条码查询不到商品信息', noticeFive: '商品条码不能为空', + noticeEight: '仓库不能为空', noticeSix: '输入条码商品信息自动带出!', noticeSeven: '支持商品名称、商品编号、商品规格、商品型号', cancel: '取消', diff --git a/web/src/views/receipt/LinkReceiptModal.vue b/web/src/views/receipt/LinkReceiptModal.vue index 08f11d02..637624ea 100644 --- a/web/src/views/receipt/LinkReceiptModal.vue +++ b/web/src/views/receipt/LinkReceiptModal.vue @@ -4,8 +4,12 @@