From 3b9a0380f8dfb24964c0afbd635dc7d2f013d475 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 08 五月 2023 10:38:58 +0800 Subject: [PATCH] # --- pages/order/orderPakin.vue | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/pages/order/orderPakin.vue b/pages/order/orderPakin.vue index 118ae3e..54522dd 100644 --- a/pages/order/orderPakin.vue +++ b/pages/order/orderPakin.vue @@ -1,11 +1,6 @@ <template> <view> <view class="code"> - <!-- <view class="item"> - <view class="code-decs">璁㈠崟鍙�:</view> - <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="order" :focus="orderFocus" - @input="orderInput()" disabled> - </view> --> <view class="item"> <view class="code-decs">鎵樼洏鐮�:</view> <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="barcode" :focus="barcodeFocus" @@ -148,9 +143,7 @@ baseUrl: '', token: '', order: '', - orderFocus: true, barcode: '', - barcodeFocus: '', dataList: [], count: 0, rowNum: '', @@ -162,9 +155,10 @@ messageText: '', title: '', content: '', - barcodeFocus: false, + barcodeFocus: true, matFocus: false, - matData: '' + matData: '', + removeNum: 0 } }, onShow() { @@ -366,6 +360,7 @@ }, // 鍒楄〃绉婚櫎鎸夐挳 remove(item, i, type) { + this.removeNum = i this.msgType = type this.title = '璀﹀憡' this.content = '鏄惁绉婚櫎褰撳墠鍟嗗搧!' @@ -375,7 +370,7 @@ removeConfirm(i) { this.messageText = "绉婚櫎鎴愬姛" this.messageToggle('success') - this.dataList.splice(i, 1) + this.dataList.splice(this.removeNum, 1) }, reviseConfirm() { this.dataList[this.rowNum].anfme = this.count -- Gitblit v1.9.1