From 980562ad6bdfdd8fd8e9fe16ad33d1e57c38113e Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期六, 11 五月 2024 09:41:41 +0800
Subject: [PATCH] #
---
pages/pakin/pakin.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index 15ee4a6..2376048 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -7,7 +7,7 @@
@input="barcodeInput()">
</view>
<view class="item">
- <view class="code-decs">鍝佺暘浜岀淮鐮�:</view>
+ <view class="code-decs">鐗╂枡浜岀淮鐮�:</view>
<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()" maxlength="600">
</view>
</view>
@@ -61,7 +61,7 @@
<!-- 搴曢儴鎿嶄綔鎸夐挳 -->
<view class="buttom">
<button size="mini" @click="reset('warn')">閲嶇疆</button>
- <button size="mini" type="primary" @click="combConfirm('warn')">缁勬墭</button>
+ <button size="mini" type="primary" @click="comb()">缁勬墭</button>
</view>
<!-- 寮圭獥 -->
<!-- 淇敼鏁伴噺 -->
@@ -340,7 +340,7 @@
uni.request({
url: that.baseUrl + '/mobile/comb/auth',
data: JSON.stringify({
- barcode: that.barcode,
+ threeCode: that.barcode,
combMats: that.dataList
}),
method: 'POST',
--
Gitblit v1.9.1