From 4936bd69e9476155d8fa8e5cd8b104a8b98dd231 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 07 七月 2023 08:12:39 +0800 Subject: [PATCH] # --- pages/stock/stockQuery.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/stock/stockQuery.vue b/pages/stock/stockQuery.vue index 2270073..c0dd6bc 100644 --- a/pages/stock/stockQuery.vue +++ b/pages/stock/stockQuery.vue @@ -3,15 +3,15 @@ <!-- 鎼滅储妗� --> <view class="code"> <view class="item"> - <view class="code-decs">搴撲綅鍙�:</view> + <view class="code-decs">鎵樼洏鐮�:</view> <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="locNo"> </view> - <view class="item"> + <!-- <view class="item"> <view class="code-decs">鐗╂枡鍙�:</view> <input type="text" placeholder=" 鎵爜 / 杈撳叆" v-model="matnr"> <view class="item-right"> </view> - </view> + </view> --> </view> <view class="mat-list-title"> 鍟嗗搧鍒楄〃 @@ -110,7 +110,7 @@ data: { curr: 1, limit: 100, - loc_no: that.locNo, + zpallet: that.locNo, matnr: that.matnr }, method:"GET", @@ -173,7 +173,7 @@ .code { width: 100%; position: fixed; - min-height: 200rpx; + min-height: 100rpx; background-color: #FFF; z-index: 10; } @@ -213,7 +213,7 @@ width: 100%; background-color: white; position: fixed; - margin-top: 200rpx; + margin-top: 100rpx; z-index: 9; /* border-top: 1px solid #DCDFE6; */ text-align: center; -- Gitblit v1.9.1