|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<scroll-view>
|
|
|
<view class="background">
|
|
|
- <view class="uni-list">
|
|
|
+ <!-- <view class="uni-list">
|
|
|
<view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
<view>
|
|
|
工程周期
|
|
@@ -23,7 +23,7 @@
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="uni-list">
|
|
|
<view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
<view>
|
|
@@ -106,13 +106,13 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="container" style="">
|
|
|
+ <!-- <view class="container" style="">
|
|
|
|
|
|
<view class="title">是否按照施工图纸施工</view>
|
|
|
<span style="color: black;">{{this.form}}</span>
|
|
|
<switch style="transform: scale(0.6,0.6);" @change="switchChange" checked="isChick" />
|
|
|
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<SelectPicker :list="selectList" @change="changeSelect" v-if="open" @close="close" titleKey="name"
|
|
|
subtitleKey="id" v-model="name"></SelectPicker>
|
|
@@ -497,7 +497,7 @@
|
|
|
imgArr: [],
|
|
|
XQValue: {},
|
|
|
XZQValue: {},
|
|
|
- projectValue: {},
|
|
|
+ projectValue: {'dictValue':'1'},
|
|
|
LevelValue: {},
|
|
|
LDValue: {},
|
|
|
DYValue: {},
|