From c4bf789deae97a35db17378ae7565cff435bac59 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 11 九月 2023 18:15:09 +0800
Subject: [PATCH] 小程序

---
 minipro_standard/pages/index/index.vue |  118 +++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 98 insertions(+), 20 deletions(-)

diff --git a/minipro_standard/pages/index/index.vue b/minipro_standard/pages/index/index.vue
index 5d46c91..9cdf458 100644
--- a/minipro_standard/pages/index/index.vue
+++ b/minipro_standard/pages/index/index.vue
@@ -2,7 +2,27 @@
 	<view class="index">
 		<!-- <web-view v-if="show" @onPostMessage="onMessage" :src="'https://dmtest.ahapp.net/doumeeplant_h5/#/appletLogin?code=' + code"></web-view> -->
 		<!-- {{$store.state.statusbarHeight}} -->
-
+		<div class="content_search">
+			<v-Search @searchInput="searchForm.mixParam" @submit="search" @reset="reset" :isShow="true"
+				placeholder="鎼滅储鍏抽敭瀛�">
+				<template v-slot:content>
+					<div class="Search_item">
+						<div class="Search_item_label">璁″垝鏃ユ湡</div>
+						<div class="Search_item_content" @click="isOpenDate = true">
+							<div class="Search_item_content_a" :style="searchForm.startDate ? 'color: #000;' : ''">
+								{{ searchForm.startDate ? searchForm.startDate : '寮�濮嬫棩鏈�'}}
+							</div>
+							<span>-</span>
+							<div class="Search_item_content_a" :style="searchForm.endDate ? 'color: #000;' : ''">
+								{{ searchForm.endDate ? searchForm.endDate : '缁撴潫鏃ユ湡'}}
+							</div>
+						</div>
+					</div>
+				</template>
+			</v-Search>
+			<div class="content_search_x"></div>
+			<v-LableSelection :TagList="tagList" :isShow="true" @change="clickTag"></v-LableSelection>
+		</div>
 		<u-sticky>
 			<view class="plr30 pb30 nav-style">
 				<view
@@ -13,7 +33,7 @@
 						shape="square" v-model="searchForm.mixParam"></u-search>
 					<image src="../../static/filter@2x.png" class="img48 ml20" @click="filterAction" mode=""></image>
 				</view>
-				<view class="cY mt30">
+				<view class="cY mt30 bg_w">
 					<view v-for="item in tagList" :key="item.id" class="tag_item mr10"
 						:class="searchForm.status==item.id?'sbtn_green':'sbtn_black_rim'" @click="selectType(item.id)">
 						{{`${item.name}(${item.num})`}}
@@ -201,20 +221,65 @@
 				this.search()
 			},
 			jump(item) {
-				if ((item.type === 0 || item.type === 2 || item.type === 5) && item.status === 0) { // 璺宠浆鍑哄簱(杞簱鍗�)
-					uni.navigateTo({
-						url: `/pages/OutOperation/OutOperation?id=${item.objId}&dbid=${item.id}&type=7`
-					})
-				} else if ((item.type === 0 || item.type === 2 || item.type === 5) && item.status === 1) {
-					// router.push({
-					// 	name: 'wTransferDetail',
-					// 	query: {
-					// 		id: item.objId,
-					// 		status: item.status,
-					// 		type: item.type,
-					// 		dbid: item.id
-					// 	}
-					// })
+				switch(item.type) {
+					case 0: case 2: case 5: {
+						if (item.status === 0) {
+							uni.navigateTo({
+								url: `/pages/OutOperation/OutOperation?id=${item.objId}&dbid=${item.id}&type=7`
+							})
+						} else {
+							uni.navigateTo({
+								url: `/pages_adjust/pages/warehousingDetails/warehousingDetails?id=${item.objId}&status=${item.status}&type=${item.type}&dbid=${item.id}`
+							})
+						}
+						break
+					}
+					case 3: {
+						if (item.status==0) {
+							
+						} else{
+							uni.navigateTo({
+								url: `/pages_adjust/pages/warehousingDetails/warehousingDetails?id=${item.objId}`
+							})
+						}
+						break
+					}
+					case 4: {
+						break
+					}
+					case 1: case 6: {
+						if (item.status === 0) {
+							uni.navigateTo({
+								url: `/pages/InOperation/InOperation?id=${item.objId}&dbid=${item.id}&type=7`
+							})
+						} else {
+							uni.navigateTo({
+								url: `/pages_adjust/pages/warehousingDetails/warehousingDetails?id=${item.objId}`
+							})
+						}
+						break
+					}
+					case 9: {
+						if (item.status === 0) {
+							uni.navigateTo({
+								url: `/pages/InOperation/InOperation?id=${item.objId}&dbid=${item.id}&type=9`
+							})
+						} else{
+							uni.navigateTo({
+								url: `/pages_adjust/pages_adjust/pages/warehousingDetails1/warehousingDetails1?id=${item.objId}`
+							})
+						}
+					}
+					default: {
+						
+					}
+				}
+				/**
+				 * 
+				 * if ((item.type === 0 || item.type === 2 || item.type === 5) && item.status === 0) { // 璺宠浆鍑哄簱(杞簱鍗�)
+					
+				} else if ((item.type === 0 || item.type === 2 || item.type === 5) && item.status === 1) {
+					
 				} else if ((item.type === 1 || item.type === 4 || item.type === 6) && item.status === 0) { // 璺宠浆鍏ュ簱(杞簱鍗�)
 					if (item.type === 4) { // 璺宠浆瀹屽伐鍏ュ簱璇︽儏
 						// router.push({
@@ -245,7 +310,10 @@
 						// 	}
 						// })
 						return
-					}
+					}
+					uni.navigateTo({
+						url: `/pages/warehousingDetails/warehousingDetails?id=${item.objId}`
+					})
 					// router.push({
 					// 	name: 'wTransferDetail',
 					// 	query: {
@@ -261,7 +329,9 @@
 					// 	}
 					// })
 				} else if (item.type === 3 && item.status === 1) { // 澶囨枡锛堣浆搴撳崟璇︽儏锛�
-					// router.push({ name: 'wInboundDetail', query: { id: item.objId } })
+					uni.navigateTo({
+						url: `/pages/warehousingDetails/warehousingDetails?id=${item.objId}`
+					})
 					// router.push({
 					// 	name: 'wTransferDetail',
 					// 	query: {
@@ -280,14 +350,22 @@
 					// 		type: 9
 					// 	}
 					// })
-				} else if (item.type === 9 && item.status === 1) {
+				} else if (item.type === 9 && item.status === 1) {
+					uni.navigateTo({
+						url: `/pages_adjust/pages/warehousingDetails1/warehousingDetails1?id=${item.objId}`
+					})
 					// router.push({
 					// 	name: 'wInboundDetail',
 					// 	query: {
 					// 		id: item.objId
 					// 	}
 					// })
-				}
+				}
+				 * 
+				 * 
+				 * */
+				
+				
 			},
 			filterAction() {
 				this.show = true

--
Gitblit v1.9.3