From 9d871c05c4ff10711c9bec678ef575cc231d91a3 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 15 四月 2024 20:48:01 +0800
Subject: [PATCH] #

---
 pages/phyz/checkLocDetl/locDetlList.vue |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/pages/phyz/checkLocDetl/locDetlList.vue b/pages/phyz/checkLocDetl/locDetlList.vue
index 2388b43..a9190bc 100644
--- a/pages/phyz/checkLocDetl/locDetlList.vue
+++ b/pages/phyz/checkLocDetl/locDetlList.vue
@@ -1,20 +1,23 @@
 <template>
 	<view>
-		<view class="list list-font-color" :class="locMast.color" v-for="(locMast,index) in dataList" :key="index">
+		<view class="list list-font-color" :class="locDetl.color" v-for="(locDetl,index) in dataList" :key="index">
 			<view class="list-left">
-				<view class="detl-threeCode">{{locMast.locNo}}</view>
-				<view>搴撲綅鐘舵�侊細{{locMast.locSts$}}</view>
-				<view>搴撲綅绫诲瀷锛歿{locMast.locType1$}}</view>
-				<view>璐ф灦鐮侊細{{locMast.barcode}}</view>
-				<view style="display: flex;">
-					<view style="flex:1">鎺掞細<text style="font-size: 22px;font-weight: bold;">{{locMast.row1}}</text></view>
-					<view style="flex:1">鍒楋細<text style="font-size: 22px;font-weight: bold;">{{locMast.bay1}}</text></view>
-					<view style="flex:1">灞傦細<text style="font-size: 22px;font-weight: bold;">{{locMast.lev1}}</text></view>
-				</view>
+				<view>閿�鍞鍗曞彿锛歿{locDetl.threeCode}}</view>
+				<view>涓昏鍗曞彿锛歿{locDetl.orderNo}}</view>
+				<view>鍟嗗搧缂栫爜锛歿{locDetl.matnr}}</view>
+				<view>鍟嗗搧鍚嶇О锛歿{locDetl.maktx}}</view>
+				<view>搴撳瓨锛歿{locDetl.anfme}}</view>
+				<view>璋冩暣搴撳瓨涓猴細{{locDetl.barcode}}</view>
 			</view>
-			<view class="list-right" @click="goToLocDetl(locMast)">
+			<view class="list-right" @click="goToLocDetl(locDetl)">
 				<uni-icons type="right" size="25"  color="#fff"></uni-icons>
 			</view>
+			
+		</view>
+		
+		<!-- 搴曢儴鎿嶄綔鎸夐挳 -->
+		<view class="buttom">
+			<button size="mini" type="primary" @click="agvStart('warn')">娣诲姞鐗╂枡</button>
 		</view>
 	</view>
 </template>

--
Gitblit v1.9.1