From b68cdb5e69be9eca5147966e722d52613875de51 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 22 九月 2022 16:41:36 +0800
Subject: [PATCH] #
---
pages/basics/manStoCheck.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pages/basics/manStoCheck.vue b/pages/basics/manStoCheck.vue
index 274ae77..edd76cc 100644
--- a/pages/basics/manStoCheck.vue
+++ b/pages/basics/manStoCheck.vue
@@ -8,8 +8,8 @@
</view>
<view class="square-content">
<view class="content-input">
- <input type="text" v-model="locno" placeholder="鎵爜 / 杈撳叆" :focus="locnoFocus">
- <uni-icons v-show="locno" type="closeempty" size="20" color="#dadada" @click="remove('locno')"></uni-icons>
+ <input type="text" v-model="locNo" placeholder="鎵爜 / 杈撳叆" :focus="locnoFocus">
+ <uni-icons v-show="locNo" type="closeempty" size="20" color="#dadada" @click="remove('locno')"></uni-icons>
</view>
</view>
</view>
@@ -113,7 +113,7 @@
data() {
return {
commonUrl:null,
- locno: '',
+ locNo: '',
locnoFocus: true,
matnr: '',
matnrFocus: true,
@@ -238,14 +238,14 @@
},
resst() {
this.matList = []
- this.locno = ''
+ this.locNo = ''
// this.barcodeFocuss()
uni.vibrateShort();
},
comb() {
uni.vibrateShort();
let that = this;
- if (that.locno === '') {
+ if (that.locNo === '') {
uni.showToast({title: '璇锋壂鎻忓簱浣嶆潯鐮�', icon: "none", position: 'top'});
return;
}
@@ -261,9 +261,9 @@
}
uni.showLoading();
uni.request({
- url: that.commonUrl + '/mobile/comb/auth',
+ url: that.commonUrl + '/locCheck/pda',
data: JSON.stringify({
- barcode: that.barcode,
+ locNo: that.locNo,
combMats: that.matList
}),
method: 'POST',
--
Gitblit v1.9.1