From db9f0ae6caa7726da928f6fb07094b1c2ba2a83d Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 14 一月 2025 09:59:46 +0800 Subject: [PATCH] 1 --- 代码管理/淮安PDA/pages/stash/receiveorderoutbound.vue | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" index aac059b..c5621d3 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\267\256\345\256\211PDA/pages/stash/receiveorderoutbound.vue" @@ -31,11 +31,6 @@ </view> <view v-if="current === 1" class="headerstyle"> <view class="itemstyle"> - <u-sticky> - <!-- <view style="background-color: #ffffff;"> - <uni-search-bar @confirm="search" v-model="searchValue"></uni-search-bar> - </view> --> - </u-sticky> <!-- <uni-forms label-width="180"> <uni-forms-item label="鍖哄煙"> <uni-data-select v-if="show" v-model="value" :localdata="range"></uni-data-select> @@ -48,7 +43,7 @@ </uni-forms-item> </uni-forms> --> <uni-list :border="true"> - <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId"> + <uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.id"> <template v-slot:body> <view class="uni-content"> <view style="font-size: 18px;">鏀惰揣鍗曞彿锛歿{orderNo}}</view> -- Gitblit v1.9.3