menchuang 1 år sedan
förälder
incheckning
f3fc654a29
1 ändrade filer med 7 tillägg och 9 borttagningar
  1. 7 9
      pages/statistics/statistics.vue

+ 7 - 9
pages/statistics/statistics.vue

@@ -1,8 +1,7 @@
 <template>
 	<scroll-view>
 		<view class="view-bg">
-			<text class="title-txt" style="white-space: nowrap;">工程用料统计</text>
-
+			<text class="title-txt">工程用料统计</text>
 			<view>
 				<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
 					<view class="uni-list-cell-left">
@@ -510,10 +509,10 @@
 					this.$modal.msg('请选择小区')
 					return;
 				}
-				// if (this.isEmpty(this.specificationValue.id)) {
-				// 	this.$modal.msg('请选择规格')
-				// 	return;
-				// }
+				if (this.isEmpty(this.specificationValue.id)) {
+					this.$modal.msg('请选择规格')
+					return;
+				}
 				let param = {
 					enginCycle: this.projectValue.dictValue, //工程周期
 					areaId: this.XQValue.id,
@@ -751,9 +750,8 @@
 		flex-wrap: nowrap;
 
 	}
-
-	.NeiRong :last-child {
-		margin-right: 0 !important;
+     .NeiRong :last-child{
+		margin-right:0 !important;
 	}