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