Browse Source

修改局部样式

zhuangdezheng 1 year ago
parent
commit
95eb95094a
3 changed files with 2 additions and 6 deletions
  1. 0 2
      pages/batchReporting/index.vue
  2. 1 1
      pages/index/index.vue
  3. 1 3
      pages/productionPlan/index.vue

+ 0 - 2
pages/batchReporting/index.vue

@@ -168,7 +168,6 @@
 
 	onLoad(() => {
 		curPlan.value = store.planDetails;
-		console.log(curPlan.value)
 		if (store.planDetails.requisitionDepartmentId == store.curDeptDetails.deptId) {
 			bottomStatus.value = true;
 			store.isPreProcess = true;
@@ -176,7 +175,6 @@
 			bottomStatus.value = false;
 			store.isPreProcess = false;
 		}
-		console.log(bottomStatus.value)
 	})
 
 	onShow(() => {

+ 1 - 1
pages/index/index.vue

@@ -113,7 +113,7 @@
 	onLoad(() => {
 		//uni.clearStorageSync();
 		initBaseUrl();
-		// getUser();
+		//getUser();
 		!useInnerUrl.value && setTimeout(doCheckUpdata, 500)
 	})
 

+ 1 - 3
pages/productionPlan/index.vue

@@ -5,9 +5,7 @@
 				<uni-icons class="input-uni-icon" type="search" size="18" color="#999" />
 				<input class="nav-bar-input" type="text" v-model="keywords" placeholder="输入搜索关键词" />
 			</view>
-			<view class="search" @click="handleSearch">
-				搜索
-			</view>
+			<view class="search" @click="handleSearch">搜索</view>
 		</view> 
 		<view v-if="listData.length == 0" style="color: #999;margin: 50% auto;">
 			<text>暂无生产计划</text>