From 25c4845fb77614a5cc0bbdb8cbebf019e4780783 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 15 十一月 2023 12:54:44 +0800
Subject: [PATCH] #
---
pages/pakin/goodsUp.vue | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/pages/pakin/goodsUp.vue b/pages/pakin/goodsUp.vue
index 25497bc..c5341d3 100644
--- a/pages/pakin/goodsUp.vue
+++ b/pages/pakin/goodsUp.vue
@@ -4,6 +4,7 @@
<view class="item">
<view class="code-decs">鍟嗗搧鐮�:</view>
<input type="text" placeholder=" 鎵爜 / 杈撳叆" :focus="barcodeFocus" v-model="matnr" @input="findMat">
+
</view>
<view class="item">
<view class="code-decs">鏉ユ簮鍦�:</view>
@@ -12,6 +13,15 @@
<view class="item">
<view class="code-decs">搴撲綅鐮�:</view>
<input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="locNo" >
+ </view>
+ <view class="item">
+ <view class="code-decs">鐗╂枡鐮�:</view>
+ <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr" :focus="matFocus" @input="findMat()">
+ <view class="item-right">
+ <button></button>
+ <text style="text-align: right;color: #409EFF;" @click="selectMat()">鎻愬彇+</text>
+ <uni-icons type="right" color="#c1c1c1"></uni-icons>
+ </view>
</view>
</view>
<view class="mat-list-title">
@@ -330,7 +340,7 @@
var res = result.data
if (res.code === 200) {
that.resst();
- that.messageText = "缁勬墭鎴愬姛"
+ that.messageText = "涓婃灦鎴愬姛"
that.messageToggle('success')
} else if (res.code == 403) {
that.messageText = res.msg
@@ -412,6 +422,7 @@
resst() {
this.dataList = []
this.barcode = ''
+ this.locNo = ''
this.barcodeFocuss()
},
combClose() {
@@ -438,7 +449,7 @@
}
.list:first-child {
- margin-top: 420rpx;
+ margin-top: 500rpx;
}
.list:last-child {
@@ -456,7 +467,7 @@
.code {
width: 100%;
position: fixed;
- min-height: 300rpx;
+ min-height: 400rpx;
background-color: #FFF;
z-index: 10;
}
@@ -497,7 +508,7 @@
width: 100%;
background-color: white;
position: fixed;
- margin-top: 300rpx;
+ margin-top: 400rpx;
z-index: 9;
/* border-top: 1px solid #DCDFE6; */
text-align: center;
--
Gitblit v1.9.1