|
@@ -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;
|
|
|
}
|
|
|
|
|
|
|