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