|
@@ -144,7 +144,7 @@
|
|
|
style="margin-left: 10px;text-align: right;"></input>
|
|
|
<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
|
|
|
</view> -->
|
|
|
-
|
|
|
+
|
|
|
<view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
<text>米 数</text>
|
|
|
<!-- style="margin-left: 10px;text-align: right;" -->
|
|
@@ -159,8 +159,7 @@
|
|
|
<button @click="this.czggslList.push({cz:{id: '',name: ''},gg:{id: '',name: ''},sl: {
|
|
|
inputIntegerNumberValue: '',
|
|
|
inputDecimalNumberValue: ''
|
|
|
- }})"
|
|
|
- class="tj-btn">添加</button>
|
|
|
+ }})" class="tj-btn">添加</button>
|
|
|
|
|
|
</view>
|
|
|
|
|
@@ -194,7 +193,7 @@
|
|
|
<button @click="submit" class="btn cu-btn block bg-blue lg round">确认上传</button>
|
|
|
</view>
|
|
|
|
|
|
- <bottom-sheet ref="refShare" :data="historyList" :TitleType="objValue.enginClassValue"></bottom-sheet>
|
|
|
+ <bottom-sheet ref="refShare" :data="historyList" :TitleType="objValue.enginClassValue"></bottom-sheet>
|
|
|
<yt-dateTimePicker ref="myPicker" @submit="handleSubmit" :start-year="2024" :end-year="2099"
|
|
|
:time-hide="[true, true, true, true, true, true]" :time-label="['年', '月', '日', '时', '分', '秒']" />
|
|
|
</scroll-view>
|
|
@@ -787,14 +786,14 @@
|
|
|
})
|
|
|
}),
|
|
|
|
|
|
- //提交
|
|
|
- this.onsubmit();
|
|
|
+ //提交
|
|
|
+ this.onsubmit();
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
onsubmit() {
|
|
|
- this.$modal.loading('提交中')
|
|
|
+ //this.$modal.loading('提交中')
|
|
|
let unitId = '';
|
|
|
let houseId = '';
|
|
|
let buildingId = '';
|
|
@@ -826,8 +825,10 @@
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+ uni.showLoading()
|
|
|
addTearOldPipe(param).then(res => {
|
|
|
if (res.code == '200') {
|
|
|
+ uni.hideLoading()
|
|
|
uni.showToast({
|
|
|
title: res.msg,
|
|
|
icon: 'none',
|
|
@@ -840,7 +841,7 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
- this.$modal.closeLoading()
|
|
|
+ //this.$modal.closeLoading()
|
|
|
})
|
|
|
|
|
|
},
|