From bac73fb0b9bc55eb76a26adbc8ada71a1566a8de Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 26 六月 2024 12:38:47 +0800
Subject: [PATCH] #

---
 pages/pakin/pakin.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/pakin/pakin.vue b/pages/pakin/pakin.vue
index e759f47..2376048 100644
--- a/pages/pakin/pakin.vue
+++ b/pages/pakin/pakin.vue
@@ -7,8 +7,8 @@
 					@input="barcodeInput()">
 			</view>
 			<view class="item">
-				<view class="code-decs">鍝佺暘浜岀淮鐮�:</view>
-				<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()">
+				<view class="code-decs">鐗╂枡浜岀淮鐮�:</view>
+				<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()" maxlength="600">
 			</view>
 		</view>
 		<view class="mat-list-title">
@@ -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',
@@ -451,4 +451,4 @@
 		text-align: center;
 		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 	}
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.1