menchuang 1 年間 前
コミット
cb38be163d
2 ファイル変更11 行追加9 行削除
  1. 2 2
      config.js
  2. 9 7
      pages/statistics/statistics.vue

+ 2 - 2
config.js

@@ -2,9 +2,9 @@
 module.exports = {
   
 
-  baseUrl: 'http://192.168.4.11:8080',
+  // baseUrl: 'http://192.168.4.11:8080',
   // baseUrl: 'http://192.168.4.20:8080',
-    // baseUrl: 'http://192.168.4.6:8080',
+    baseUrl: 'http://192.168.4.6:8080',
 
    // baseUrl: 'http://192.168.4.14:8089',
   // 应用信息

+ 9 - 7
pages/statistics/statistics.vue

@@ -1,7 +1,8 @@
 <template>
 	<scroll-view>
 		<view class="view-bg">
-			<text class="title-txt">工程用料统计</text>
+			<text class="title-txt" style="white-space: nowrap;">工程用料统计</text>
+
 			<view>
 				<view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
 					<view class="uni-list-cell-left">
@@ -509,10 +510,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,
@@ -750,8 +751,9 @@
 		flex-wrap: nowrap;
 
 	}
-     .NeiRong :last-child{
-		margin-right:0 !important;
+
+	.NeiRong :last-child {
+		margin-right: 0 !important;
 	}