ysy 2 gadi atpakaļ
vecāks
revīzija
fc79c60527

+ 9 - 5
components/ServerSetting/index.vue

@@ -2,7 +2,7 @@
 	<u-popup :show="popShow" @close="cancel" mode="center" :is-mask-click="false">
 		<view class="popup-wrapper">
 			<view class="title">服务器设置</view>
-		
+
 			<u-form labelPosition="left" labelAlign="right" :model="formData" :rules="rules" ref="formRef"
 				label-width="180">
 				<u-form-item label="服务器地址" prop="hostname" class="form-required">
@@ -33,7 +33,7 @@
 	export default {
 		data() {
 			return {
-			
+
 				popShow: false,
 				setServerStatus: false,
 				formData: {
@@ -77,6 +77,10 @@
 				// this.$refs.formRef && this.$refs.formRef.resetFields()
 				this.popShow = false
 			},
+
+			serverCheck() {
+				
+			},
 			handleTest() {
 				this.setServerStatus = false
 				this.$refs.formRef.validate().then(res => {
@@ -92,7 +96,7 @@
 							this.url = res.data.code
 							if (res.data.code == 0) {
 								uni.$u.toast('连接成功!')
-									this.setServerStatus = true
+								this.setServerStatus = true
 							} else {
 								uni.$u.toast('连接失败!')
 							}
@@ -104,8 +108,8 @@
 
 
 
-				
-					
+
+
 				})
 			},
 			handleCheck() {

+ 4 - 6
pages/pda/picking/add.vue

@@ -44,11 +44,11 @@
 			}
 		},
 		methods: {
-			
+
 			scrolltolower() {},
-	
-openSearch() {},
-		
+
+			openSearch() {},
+
 		}
 	}
 </script>
@@ -90,6 +90,4 @@ openSearch() {},
 		height: 112rpx;
 		background: #fff;
 	}
-
-
 </style>

+ 4 - 3
pages/pda/workOrder/index/index.vue

@@ -5,11 +5,11 @@
 
 		<view class="top-wrapper">
 			<uni-section>
-				<uni-easyinput prefixIcon="search" style="width: 480rpx" v-model="searchFrom.keyWord" placeholder="请输入">
+				<uni-easyinput prefixIcon="search" style="width: 460rpx" v-model="searchFrom.keyWord" placeholder="请输入">
 				</uni-easyinput>
 			</uni-section>
 
-			<button class="search_btn" @click="doSearch">搜索</button>
+			<button class="search_btn" @click="doSearch">搜索2</button>
 
 			<image class="menu_icon" src="~@/static/pda/menu.svg"></image>
 
@@ -148,12 +148,13 @@
 			font-size: 32rpx;
 			color: #fff;
 			margin: 0;
+			margin-left: 26rpx;
 		}
 
 		.menu_icon {
 			width: 44rpx;
 			height: 44rpx;
-
+margin-left: 14rpx;
 		}
 	}