diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index bf0b5c9..045ce6f 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -150,7 +150,7 @@ export default class LoginPage extends BasePage { console.log('image', this.image); console.log('Version////', this.Version); } - Version = '1.0.3'; + Version = '2.0.1'; async update() { try { await session.QueryVersion(); diff --git a/src/pages/product/inbound/finishProductOffline/index.vue b/src/pages/product/inbound/finishProductOffline/index.vue index d9308b8..6946e2c 100644 --- a/src/pages/product/inbound/finishProductOffline/index.vue +++ b/src/pages/product/inbound/finishProductOffline/index.vue @@ -10,6 +10,9 @@ + + + @@ -24,9 +27,6 @@ - - - @@ -247,13 +247,13 @@ export default class finishProductOfflineDom extends BasePage { this.customToast(this.$t('message.product_Tip3') as string); return; } - if(this.form.barCode.length < 20){ + if (this.form.barCode.length < 20) { this.customToast(this.$t('message.barCodeLength') as string); - return + return; } - if(this.form.barCode.length > 20){ + if (this.form.barCode.length > 20) { this.customToast(this.$t('message.standard') as string); - return + return; } console.log('this.form', this.form); if (this.materielList.length == 0) {