From 1c7b86f984498eab66968c8d9e9ece42634b96bb Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期二, 28 十一月 2023 14:10:48 +0800
Subject: [PATCH] 收款明细页面及对接接口、详情页面 测试bug调整

---
 pages/jihua/jihua.vue |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/pages/jihua/jihua.vue b/pages/jihua/jihua.vue
index bfe7338..97e5d14 100644
--- a/pages/jihua/jihua.vue
+++ b/pages/jihua/jihua.vue
@@ -36,7 +36,7 @@
 								<view style="margin-right:10px">瀹為檯鍙戣溅鏁帮細{{ item.numReal || '鏆傛棤' }}</view>
 							</view>
 						</view>
-						<u-keyboard    
+						<u-keyboard
 							@change="valChange"
 							@backspace="backspace"
 							@confirm="keyBoardConfirm"
@@ -48,7 +48,7 @@
 							:overlay="false"
 							:closeOnClickOverlay="false"
 							:dotDisabled="true"
-							zIndex="100000"   
+							zIndex="100000"
 						></u-keyboard>
 					</view>
 
@@ -99,7 +99,7 @@
 				</view>
 			</view>
 		</view>
-		
+
 		<!-- 淇敼寮瑰嚭妗� -->
 		<u-popup :show="editPopupShow" @close="editPopupClose" @open="editPopupOpen" mode="top" round="10">
 			<view class="editPopup">
@@ -118,7 +118,7 @@
 <script>
 import popupMenu from '@/components/common/popup-menu/popup-menu.vue';
 import tool from '@/utils/tool.js';
-import { TrackOpTypes } from "vue";
+import { TrackOpTypes } from "vue";
 export default {
 	components: {
 		popupMenu
@@ -127,7 +127,7 @@
 		return {
 			radioValue: '鍏ㄩ儴',
 			tabList: [
-				{  
+				{
 					name: '浠婃棩鍙戣繍璁″垝'
 				},
 				{
@@ -218,7 +218,7 @@
 		fyList() {
 			this.overlayShow = true;
 			//鍒楄〃鏌ヨ
-			uni.showLoading({   
+			uni.showLoading({
 				title: '姝e湪鍔犺浇...'
 			});
 			let compId = uni.getStorageSync('userInfo').compId;
@@ -274,17 +274,17 @@
 					e.shippingDate = this.info.shippingDate
 				}
 			});
-			this.$reqPost('addObj', this.fyData).then(res => {
+			this.$reqPost('xscarshippingdayplanAddObj', this.fyData).then(res => {
 				uni.hideLoading();
 				if(res.code == 0){
-					setTimeout(()=>{
-						uni.showToast({
-							title:'鏇存柊鎴愬姛锛�',
-							icon:'none',
-							duration:1000
-						})
-					},0)
 					this.fyList();
+          setTimeout(()=>{
+            uni.showToast({
+              title:'鏇存柊鎴愬姛锛�',
+              icon:'none',
+              duration:1000
+            })
+          },0)
 				}
 			});
 		},
@@ -378,7 +378,7 @@
 		inputTotalChange(val) {
 			console.log(val, 'val2=======val2,宸茶缃鍒�');
 			this.editRow = val;
-		},   
+		},
 		// input鑾峰彇鐒︾偣
 		faYunPlanCarsFocus(item) {
 			this.keyBoardShow = true;
@@ -389,7 +389,7 @@
 			} else{
 				this.isCursor = true;
 			}
-			
+
 			// 鏍规嵁鍒楄〃涓嬫爣锛屼娇灞忓箷婊氬姩鍒扮浉搴斿彲瑙嗕綅缃�
 			for(let i = 0;i<this.fyData.length;i++){
 				if(this.fyData[i].orderId == item.orderId){
@@ -399,7 +399,7 @@
 					});
 				}
 			}
-			
+
 		},
 		// 閿洏
 		valChange(val) {
@@ -418,7 +418,7 @@
 						item.numPlan = val;
 						this.keyBoardValue = item.numPlan;
 					}
-				}  
+				}
 			});
 		},
 		backspace() {
@@ -495,7 +495,7 @@
 		width: vww(100);
 		z-index: 1;
 	}
-	
+
 	.u-radio-group--row {
 		height: 100%;
 		width: 100%;
@@ -556,7 +556,7 @@
 	// 	transform: translateX(-50%);
 	// 	border-radius: vww(20);
 	// }
-	
+
 }
 
 .jihua-main {
@@ -621,8 +621,8 @@
 						border: 1px solid #dddddd;
 						border-radius: vww(4);
 						padding: vww(1) vww(10);
-						
-						
+
+
 						// 杈撳叆鐒︾偣鍥剧墖
 						.cursor {
 							// float: left;
@@ -675,4 +675,4 @@
 		// 	}
 		// }
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1