From 172d04fc9d2d7afb28dd3de207f05bbf90a1b58e Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 07 五月 2024 19:40:51 +0800 Subject: [PATCH] # --- pages/phyz/bcp/bcpDbList.vue | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) diff --git a/pages/phyz/bcp/bcpDbList.vue b/pages/phyz/bcp/bcpDbList.vue index 69604c6..6ebfc59 100644 --- a/pages/phyz/bcp/bcpDbList.vue +++ b/pages/phyz/bcp/bcpDbList.vue @@ -2,7 +2,10 @@ <view> <view class="station station-wrk" v-if="station"> <view class="mt-flex"> - <view class="station-title" style="flex: 1;">{{station.threeCode}}</view> + <view class="station-title" style="flex: 4;">{{station.threeCode}}</view> + <view class="station-title" style="flex: 1;"> + <button size="mini" @click="reloadStation()">鍏ㄩ��</button> + </view> </view> <view>璋冩嫧鍗曞彿锛歿{station.orderNo}}</view> <view>鐗╂枡缂栧彿锛歿{station.matnr}}</view> @@ -20,28 +23,18 @@ <view class="list-left" style="display: flex;flex-direction: column;"> <!-- 涓� --> <view> - <view class="detl-threeCode">{{orderDetl.threeCode}}</view> <view class="detl-locNo">{{orderDetl.locNo}}</view> <view class="detl-locNo">璐ф灦鐮侊細{{orderDetl.suppCode}}</view> </view> <!-- 涓� --> <view style="display: flex;"> <view style="flex: 1;"> - <view>涓诲崟鍙凤細{{orderDetl.orderNo}}</view> - <view>缂栧彿锛歿{orderDetl.matnr}}</view> - <view>鍚嶇О锛歿{orderDetl.maktx}}</view> <view>搴撲綅鐘舵�侊細{{orderDetl.locSts$}}</view> <view>搴撳瓨鏁伴噺锛歿{orderDetl.anfme}}</view> - </view> - <view class="out-btn" @click="pakoutPrive(orderDetl)"> - <view>鍑哄簱</view> </view> </view> <!-- 涓� --> </view> - <!-- <view class="list-right" @click="goToLocDetl(orderDetl)"> - <uni-icons type="right" size="25" color="#fff"></uni-icons> - </view> --> </view> <!-- 鍨珮 --> @@ -320,4 +313,5 @@ font-size: 22px; color: #3a3a3a; } + </style> -- Gitblit v1.9.1