Sfoglia il codice sorgente

统计页面 取消工程周期选择

menchuang 1 anno fa
parent
commit
8349a843a1
1 ha cambiato i file con 12 aggiunte e 11 eliminazioni
  1. 12 11
      pages/statistics/statistics.vue

+ 12 - 11
pages/statistics/statistics.vue

@@ -3,7 +3,7 @@
 		<view class="view-bg">
 			<text class="title-txt">工程用料统计</text>
 			<view>
-				<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
+				<!-- 		<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
 					<view class="uni-list-cell-left">
 						工程周期
 					</view>
@@ -19,7 +19,7 @@
 						</view>
 					</view>
 
-				</view>
+				</view> -->
 				<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
 					<view class="uni-list-cell-left">
 						行政区
@@ -117,7 +117,7 @@
 		<view class="view-bg" style="margin-bottom: 40rpx;">
 			<text class="title-txt">工程进度统计</text>
 			<view>
-				<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
+				<!-- 	<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
 					<view class="uni-list-cell-left">工程周期</view>
 					<view class="uni-list-cell-db">
 						<view v-if="this.isEmpty(this.projectValue2.dictValue)" style="margin-top: 10;"
@@ -130,7 +130,7 @@
 							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
-				</view>
+				</view> -->
 				<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
 					<view class="uni-list-cell-left">
 						行政区
@@ -286,16 +286,17 @@
 				XQList: [],
 				LDList: [],
 				DYList: [],
-				projectValue: {},
+				projectValue: {
+					'dictValue': '0'
+				},
 				XZQValue: {},
 				XQValue: {},
-
-
 				XQList2: [],
 				LDList2: [],
 				DYList2: [],
-
-				projectValue2: {},
+				projectValue2: {
+					'dictValue': '0'
+				},
 				XZQValue2: {},
 				XQValue2: {},
 				LDValue2: {},
@@ -496,13 +497,13 @@
 				} else if (this.type == 'cz') { //材料
 					this.materialValue = item;
 					this.specificationValue = ''; //重置规格
-					
+
 					this.queryMaterialsUsedList();
 					//根据材质ID 获取规格数据
 					getEnginSpecificationsList(item.id).then(res => {
 						this.materialList = res.data
 					})
-					
+
 				}
 			},
 			//关闭弹窗