From 21e612a306f4341c763b0adb919cee0a3c22a0c6 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期一, 26 五月 2025 12:56:09 +0800 Subject: [PATCH] # --- pages/home/home.vue | 28 ++++++++++++++-------------- pages/pakin/pakin.vue | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 3830b9e..cf7459f 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -52,20 +52,20 @@ cuIcon: 'order', url: '/AGV/AGVStart' }, - { - title: 'AGV鍛煎彨绌烘墭鐩�', - name: 'AGVkongban', - color: 'blue', - cuIcon: 'pullup', - url: '/AGV/AGVkongban' - }, - { - title: '鍑哄簱纭', - name: 'outConfilm', - color: 'red', - cuIcon: 'pullup', - url: '/pakin/outConfilm' - }, + // { + // title: 'AGV鍛煎彨绌烘墭鐩�', + // name: 'AGVkongban', + // color: 'blue', + // cuIcon: 'pullup', + // url: '/AGV/AGVkongban' + // }, + // { + // title: '鍑哄簱纭', + // name: 'outConfilm', + // color: 'red', + // cuIcon: 'pullup', + // url: '/pakin/outConfilm' + // }, // { // title: '缁勬墭涓婃灦', // name: 'putOn', diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue index 0a9b59f..2eb054b 100644 --- a/pages/pakin/pakin.vue +++ b/pages/pakin/pakin.vue @@ -2,7 +2,7 @@ <view> <view class="code"> <view class="item"> - <view class="code-decs">鎵樼洏鐮�:</view> + <view class="code-decs">绔欑偣鐮�:</view> <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="barcode" :focus="barcodeFocus" @input="barcodeInput()"> </view> @@ -176,7 +176,7 @@ // 涓嶈缃畾鏃跺櫒 浼氬嚭鐜版壂鍏ョ殑瀛楃涓蹭笉鍏� setTimeout(() => { var len = this.barcode.length - if (len != 8) { + if (len != 3) { uni.showToast({ title: '鎵樼洏鐮佹湁璇閲嶈瘯', icon: "none", -- Gitblit v1.9.1