From 2de09bec5cc05bf875543fa8956167ca7db73021 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期三, 25 六月 2025 11:36:44 +0800
Subject: [PATCH] 合并

---
 项目代码/PDA/pages/Inbound/ClboundInfo.vue |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/InboundInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/ClboundInfo.vue"
similarity index 87%
copy from "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/InboundInfo.vue"
copy to "\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/ClboundInfo.vue"
index dd5a642..a9895f2 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/LDY_PDA/pages/Inbound/InboundInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/ClboundInfo.vue"
@@ -16,13 +16,13 @@
 
 		<view style="padding: 20rpx 0rpx">
 			<u-table>
-				<u-tr>
+				<!-- <u-tr>
 					<u-td width="30%">鎿嶄綔鏂瑰紡</u-td>
 					<u-td>
 						<xfl-select :list="OperationList" :initValue="'璇烽�夋嫨'" :clearable="false" @change="OperationChange">
 						</xfl-select>
 					</u-td>
-				</u-tr>
+				</u-tr> -->
 				<u-tr>
 					<u-td width="30%">杞﹁酱鏉$爜</u-td>
 					<u-td>
@@ -60,20 +60,20 @@
 				CurrentUser: '', //褰撳墠鐢ㄦ埛
 				cztm: '',
 				machine: '',
-				operateType:'',
-				OperationList: [{
-					label: '1',
-					value: '缁戝畾'
-				}, {
-					label: '2',
-					value: '瑙g粦'
-				}, ],
+				//operateType:'',
+				// OperationList: [{
+				// 	label: '1',
+				// 	value: '缁戝畾'
+				// }, {
+				// 	label: '2',
+				// 	value: '瑙g粦'
+				// }, ],
 				
 				MachineArray: [{
-					label: '1000',
+					label: '2033',
 					value: '1鍙峰帇瑁呬綅'
 				}, {
-					label: '2000',
+					label: '2043',
 					value: '2鍙峰帇瑁呬綅'
 				}, ],
 			}
@@ -92,9 +92,9 @@
 			MachineChange(value) {
 				this.machine = value.orignItem.label;
 			},
-			OperationChange(value) {
-				this.operateType = value.orignItem.label;
-			},
+			// OperationChange(value) {
+			// 	this.operateType = value.orignItem.label;
+			// },
 			SaveInfomation() {
 				if (_this.cztm.length == 0) {
 					uni.showToast({
@@ -110,12 +110,12 @@
 						if (res.confirm) {
 							let data = {
 								MainData: {
-									operateType:_this.operateType,
-									cztm: _this.cztm,
-									machine: _this.machine,
+									//operateType:_this.operateType,
+									CZTM: _this.cztm,
+									TargetAddress: _this.machine,
 								},
 							};
-							_this.$AjaxRequest.Params('post', 'Dt_CacheInfo/AddCacheInfoByAPP',
+							_this.$AjaxRequest.Params('post', 'Task/UpWheelsFlow',
 								data, _user.token);
 							_this.$AjaxRequest.Request().then(function(result) {
 								if (result.data.status) {

--
Gitblit v1.9.3