From 4d93a579467776c503fa88f1731ef82f7dc20671 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期六, 28 十二月 2024 23:45:21 +0800
Subject: [PATCH] PDA

---
 代码管理/淮安PDA/pages/stash/receiveorderoutbound.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 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 dc7561a..525720a 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"
@@ -51,11 +51,6 @@
 					<uni-list-item direction="column" v-for="(item,index) in orderInfo" :key="item.dtlId">
 						<template v-slot:body>
 							<view class="uni-list-box">
-								<!-- <button class="button" type="primary" style="position: absolute;right: 1%;" size="mini"
-									@click="inputDialogToggle(item.matCode)"><text
-										class="button-text">鍑哄簱</text></button> -->
-								<!-- <button type="primary" style="position: absolute;right: 1%;" size="mini"
-									@click="outbound(item.matCode)">鍑哄簱</button> -->
 								<view class="uni-content">
 									<view style="font-size: 18px;">鏀惰揣鍗曞彿锛歿{orderNo}}</view>
 									<view style="font-size: 18px;">閲囪喘鍗曞彿锛歿{item.purchaseOrderNo}}</view>
@@ -229,7 +224,7 @@
 				endType: "",
 				endTypeRange: [],
 				sns: "",
-				receiveOrderId:0,
+				receiveOrderId: 0,
 			}
 		},
 
@@ -243,7 +238,7 @@
 				this.value = config.warehouseArea;
 			}
 			this.orderNo = res.orderNo;
-			this.receiveOrderId=res.receiveOrderId;
+			this.receiveOrderId = res.receiveOrderId;
 			this.label = "鏀惰揣鍗曞彿锛�" + this.orderNo;
 			this.getData();
 		},

--
Gitblit v1.9.3