暂存代码
This commit is contained in:
parent
bb28c73dbc
commit
62401d6977
@ -1647,6 +1647,13 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path" : "pages/projectEnd/dangerBigProject/list/list",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText" : ""
|
||||
}
|
||||
}
|
||||
],
|
||||
// "subPackages":[{
|
||||
|
||||
@ -170,7 +170,8 @@
|
||||
});
|
||||
return;
|
||||
}
|
||||
console.log(data)
|
||||
console.log("=====================================addform",data)
|
||||
console.log("=====================================userInfo",this.userInfo)
|
||||
this.sendRequest({
|
||||
url:'xmgl/xzDangerousEngineeringAcceptance/add',
|
||||
method:'post',
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
</scroll-view>
|
||||
<view class="detail-wrap">
|
||||
<!-- <component ref="list" :is="componentName" :id="detailId" :info="detailData"></component> -->
|
||||
<safeList ref="list" v-if="componentName == 'safeList'" :detailId="detailId" :info="detailData"></safeList>
|
||||
<safeList ref="list" v-if="componentName == 'safeList'" :detailId="detailId" :info="detailData">123123</safeList>
|
||||
<control ref="list" v-if="componentName == 'control'" :detailId="detailId" :info="detailData"></control>
|
||||
<planList ref="list" v-if="componentName == 'planList'" :detailId="detailId" :info="detailData"></planList>
|
||||
<constructionStation ref="list" v-if="componentName == 'constructionStation'" :detailId="detailId" :info="detailData"></constructionStation>
|
||||
@ -251,7 +251,8 @@
|
||||
uni.removeStorageSync('detailData');
|
||||
}
|
||||
uni.navigateTo({
|
||||
url:'../safeManage/addExamine?type=1&engineeringId='+this.detailId + '&moduleType=safeCheck'
|
||||
// url:'../safeManage/addExamine?type=1&engineeringId='+this.detailId + '&moduleType=safeCheck'
|
||||
url:'../safeSame/addIssue?type=1&engineeringId='+this.detailId + '&moduleType=safeCheck'
|
||||
})
|
||||
} else if(this.activeIndex == 6){
|
||||
uni.navigateTo({
|
||||
|
||||
1304
pages/projectEnd/dangerBigProject/list/list.vue
Normal file
1304
pages/projectEnd/dangerBigProject/list/list.vue
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,13 +2,13 @@
|
||||
<view class="safe-list">
|
||||
<view class="list-detail">
|
||||
<view class="list-item" @click="previewData(1)">
|
||||
<view>问题隐患<text class="num"></text></view>
|
||||
<view>问题隐患&排查记录<text class="num"></text></view>
|
||||
<uni-icons type="arrowright"></uni-icons>
|
||||
</view>
|
||||
<view class="list-item" @click="previewData(2)">
|
||||
<!-- <view class="list-item" @click="previewData(2)">
|
||||
<view>排查记录<text class="num"></text></view>
|
||||
<uni-icons type="arrowright"></uni-icons>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@ -30,7 +30,8 @@
|
||||
previewData(val){
|
||||
if(val == 1){
|
||||
uni.navigateTo({
|
||||
url:'../safeManage/dangerList?type=5&engineeringId='+this.detailId
|
||||
// url:'../safeManage/dangerList?type=5&engineeringId='+this.detailId
|
||||
url:"./list/list?type=1&engineeringId=" + this.detailId
|
||||
})
|
||||
} else if(val == 2){
|
||||
uni.navigateTo({
|
||||
|
||||
@ -144,8 +144,8 @@
|
||||
}
|
||||
console.log(this.userId)
|
||||
this.sendRequest({
|
||||
// url: 'xmgl/hiddenDangerInspectRecord/list',
|
||||
url: 'xmgl/xzSecurityQualityInspectionRecord/list',
|
||||
url: 'xmgl/hiddenDangerInspectRecord/list',
|
||||
// url: 'xmgl/xzSecurityQualityInspectionRecord/list',
|
||||
method: 'post',
|
||||
data: data,
|
||||
success: res => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user