From 28a1197bac94552ff4b0353fa7654a7ee5ee885f Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 11 四月 2023 16:22:56 +0800
Subject: [PATCH] #

---
 pages/basics/outPakin.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/basics/outPakin.vue b/pages/basics/outPakin.vue
index 00ccb1f..4a5cd3c 100644
--- a/pages/basics/outPakin.vue
+++ b/pages/basics/outPakin.vue
@@ -29,7 +29,7 @@
 					</view>
 				</view>
 			</view>
-			<view class="square-1">
+			<!-- <view class="square-1">
 				<view class="square-title" style="display: flex;">
 					<view class="title-sign"><view class="sign"></view></view>
 					<view class="title-text" style="width: 200rpx;"><text>鎷ユ湁鑰�</text></view>
@@ -37,7 +37,7 @@
 						<uni-combox :candidates="ownerList" placeholder="璇烽�夋嫨鎷ユ湁鑰�" v-model="owner"></uni-combox>
 					</view>
 				</view>
-			</view>
+			</view> -->
 			<view class="square-1">
 				<view class="square-title">
 					<view class="title-sign"><view class="sign"></view></view>
@@ -227,7 +227,7 @@
 				    data: JSON.stringify({
 						barcode: that.barcode,
 						origin: that.origin,
-						owner: that.ownerId,
+						owner: 1,
 						combMats: that.matList
 					}),
 					method: 'POST',
@@ -246,6 +246,7 @@
 							that.barcode = '';
 							that.matList = '';
 							that.matList = [];
+							that.owner = '';
 							that.barcodeFocuss();
 						} else if (res.code == 403) {
 							uni.showToast({title: res.msg, icon: "none", position: 'top'})

--
Gitblit v1.9.1