chenrui  1 year ago
parent
commit
02942a564e

+ 2 - 1
components/header/navs.vue

@@ -67,6 +67,7 @@
 		position: relative;
     >.name{
       width: 4rem;
+			padding: 0 .5rem 0 .5rem;
       color: rgb(255, 255, 255);
       font-family: Noto Sans SC;
       font-size: 16px;
@@ -80,7 +81,7 @@
 			height: .75rem;
 			font-size: .75rem;
 			position: absolute;
-			left: 1.5rem;
+			left: 1.2rem;
 			background: url('../../static/ico.png') no-repeat;
 			background-size: 100% 100%;
 		}

+ 6 - 6
pages/index/index.vue

@@ -9,32 +9,32 @@
 				<span>已完成件数</span>
 				<span>50件</span>
 			</view>
-			<view class="card">
+			<view class="card" @tap="clickOrder('装车')">
 				<p>装车</p>
 				<span>已完成件数</span>
 				<span>50件</span>
 			</view>
-			<view class="card">
+			<view class="card" @tap="clickOrder('装机')">
 				<p>装机</p>
 				<span>已完成件数</span>
 				<span>50件</span>
 			</view>
-			<view class="card">
+			<view class="card" @tap="clickOrder('卸机')">
 				<p>卸机</p>
 				<span>已完成件数</span>
 				<span>50件</span>
 			</view>
-			<view class="card">
+			<view class="card" @tap="clickOrder('到达')">
 				<p>到达</p>
 				<span>已完成件数</span>
 				<span>50件</span>
 			</view>
-			<view class="card">
+			<view class="card" @tap="clickOrder('提取')">
 				<p>提取</p>
 				<span>已完成件数</span>
 				<span>50件</span>
 			</view>
-			<view class="card">
+			<view class="card" @tap="clickOrder('异常登记')">
 				<p>异常登记</p>
 				<span>已完成件数</span>
 				<span>50件</span>

+ 13 - 1
pages/sorting/index.vue

@@ -28,6 +28,14 @@
 						<view class="log_l"></view>
 						<view class="log"></view>
 					</view>
+					<view :class="getFooterClasser" v-if="navname == '装车'">
+						<input class="input" v-model.trim="stratvalue1" disabled="true" @tap="locationEntry" type="text"
+							value=""
+							placeholder-style="font-size:.8125rem;color:rgb(189, 214, 231);display:flex;justify-content: start;"
+							placeholder="请输入容器编号" />
+						<view class="log_l"></view>
+						<view class="log"></view>
+					</view>
 					<view :class="getlooterClass">
 						<input class="input" v-model.trim="endvalue" disabled="true" @tap="baggageEntry" type="text"
 							value=""
@@ -145,6 +153,7 @@
 					clientY: 0
 				},
 				stratvalue: '', //开始位置
+				stratvalue1:'',
 				endvalue: '', //结束位置
 				maskTitle: '该行李不属于当前航班,请选择处理方式。',
 				tabname: '', //按钮名称
@@ -173,7 +182,10 @@
 			},
 			getlooterClass() {
 				return this.endvalue ? 'scanning_cds' : 'scanning_cd'
-			}
+			},
+			getFooterClasser() {
+				return this.stratvalue1 ? 'scanning_cds' : 'scanning_cd'
+			},
 		},
 		components: {
 			Navs,

File diff suppressed because it is too large
+ 54 - 6
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 131 - 42
unpackage/dist/dev/app-plus/app-view.js


Some files were not shown because too many files changed in this diff