From 750f856006af98dffb7918ab80fdc689781ea017 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 17 一月 2024 16:20:32 +0800 Subject: [PATCH] # --- pages/basics/stockQuery.vue | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/pages/basics/stockQuery.vue b/pages/basics/stockQuery.vue index cb34322..7040578 100644 --- a/pages/basics/stockQuery.vue +++ b/pages/basics/stockQuery.vue @@ -44,22 +44,23 @@ </checkbox-group> --> <checkbox-group @change="checkbox"> <view v-for="(item,index) in matList" :key="index" class="data-list bg-false" :class="'bg-'+item.checked" > - <label class="left-check-box"> + <!-- <label class="left-check-box"> <checkbox :value="item.id+''" :checked="item.checked" style="display: block;" /> - </label> + </label> --> <view class="data-list-left"> - <view class="matnr"><text style="width: 700rpx;">缂栫爜锛歿{item.matnr}}</text></view> + <view class="matnr"><text style="width: 700rpx;">瑙勬牸锛歿{item.matnr}}</text></view> + <view class="matnr"><text style="width: 700rpx;">瑙勬牸锛歿{item.specs}}</text></view> <view><text style="width: 700rpx;">鍝佸悕锛歿{item.maktx}}</text></view> <view><text style="width: 700rpx;">鎵瑰彿锛歿{item.batch}}</text></view> <view> <text style="width: 700rpx;">鏁伴噺锛歿{item.anfme}}</text> </view> </view> - <view class="data-list-right"> + <!-- <view class="data-list-right"> <label><uni-icons type="compose" size="20" color="#a5a5a5" @click="revise(item,index)"></uni-icons></label> - <!-- list涓垹闄ら敭 --> - <!-- <label><uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons></label> --> - </view> + list涓垹闄ら敭 + <label><uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons></label> + </view> --> </view> </checkbox-group> <!-- 鏃犳暟鎹樉绀� --> @@ -154,6 +155,9 @@ searchByMatnr() { let that = this that.request() + }, + revise() { + } }, } @@ -168,7 +172,7 @@ } .data-list { border-bottom: 1px solid #d8d8d8; - height: 180rpx; + height: 230rpx; margin: 15rpx; border-radius: 20rpx; } @@ -193,7 +197,7 @@ height: 100%; width: 100rpx; text-align: center; - line-height: 170rpx; + line-height: 230rpx; } .data-list-left { /* background-color: #ffff7f; */ @@ -211,8 +215,8 @@ display: inline-block; float: right; width: 100rpx; - height: 180rpx; - line-height: 180rpx; + height: 230rpx; + line-height: 230rpx; } .data-list-right label { display: inline-block; -- Gitblit v1.9.1