From 248ef3ba3de9994dc83d2b36690542893f9fb6e6 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 28 十一月 2024 16:26:06 +0800
Subject: [PATCH] #

---
 pages/phyz/order/pakinOrderSelect.vue |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/pages/phyz/order/pakinOrderSelect.vue b/pages/phyz/order/pakinOrderSelect.vue
index c054c9d..0baa112 100644
--- a/pages/phyz/order/pakinOrderSelect.vue
+++ b/pages/phyz/order/pakinOrderSelect.vue
@@ -18,6 +18,7 @@
 				<view>缂栧彿锛歿{orderDetl.matnr}}</view>
 				<view>鍚嶇О锛歿{orderDetl.maktx}}</view>
 				<view>绫诲瀷锛歿{orderDetl.brand}}</view>
+				<view>鎵瑰彿锛歿{orderDetl.batch}}</view>
 				<view>鎬绘暟閲忥細{{orderDetl.anfme}}</view>
 				<view>宸插叆鏁伴噺锛歿{orderDetl.qty}}</view>
 			</view>
@@ -46,8 +47,14 @@
 					<!-- 鏍囬 -->
 					<view class="title">鍏ュ簱鏁伴噺</view>
 					<view class="popup-item">
-						<uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" />
+						<!-- <view class="popup-item-left">鍏ュ簱鏁伴噺:</view> -->
+						<view class="popup-item-right" style="border: none;"><uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" /></view>
+						
 					</view>
+					<!-- <view class="popup-item">
+						<view class="popup-item-left">鎵瑰彿:</view>
+						<view class="popup-item-right"><input type="text" v-model="batch"></view>
+					</view> -->
 					<view class="btn">
 						<view class="btn-left" @click="addClose">鍙栨秷</view>
 						<view class="btn-right" @click="addConfirm()">娣诲姞</view>
@@ -127,7 +134,8 @@
 				},
 				index: 0,
 				count: 0,
-				mask: false
+				mask: false,
+				batch: ''
 				
 			}
 		},
@@ -275,7 +283,7 @@
 				this.data.curr = 1
 				this.data.maktx = this.maktx
 				this.data.matnr = this.matnr
-				this.data.order_no = this.order_no
+				this.data.order_no = this.orderNo
 				this.data.brand = this.brand
 				this.getOrderDetlList(this.searchValue,10)
 				this.$refs.filter.close()
@@ -376,7 +384,7 @@
 		justify-content: center;
 	}
 	.popup-item-left {
-		width: 16vw;
+		max-width: 20vw;
 		padding-right: 20rpx;
 		text-align: right;
 		color: #606266;

--
Gitblit v1.9.1