|
@@ -124,8 +124,7 @@
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view v-else
|
|
|
- @click="chooseModel(item.picUrl,item.fileName)">
|
|
|
+ <view v-else @click="chooseModel(item.picUrl,item.fileName)">
|
|
|
{{item.fileName}}
|
|
|
</view>
|
|
|
|
|
@@ -167,7 +166,17 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;" v-if="objValue.value=='调压柜'">
|
|
|
+ <view class="uni-common-mt" style="width: 100%;">
|
|
|
+ <text class="uni-title uni-common-pl">施工内容</text>
|
|
|
+ <view style="width: 100%;box-sizing: border-box;">
|
|
|
+ <textarea class="textarea" placeholder="请输入施工内容" maxlength="255"
|
|
|
+ placeholder-style="padding: 10rpx;"
|
|
|
+ style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
+ auto-height v-model="projectContent"></textarea>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
|
|
|
|
|
|
<view v-for="(a,index) in czggslList" :key="index" class="num-style">
|
|
@@ -192,16 +201,18 @@
|
|
|
<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+
|
|
|
<view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
<text>米 数</text>
|
|
|
<!-- style="margin-left: 10px;text-align: right;" -->
|
|
|
<view style="display: flex; justify-content: right; width: 70%;">
|
|
|
- <input class="uni-input" type="number" v-model="a.sl.inputIntegerNumberValue" maxlength="6"
|
|
|
- style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
- <text style="font-weight:bold;margin-left: 10px;margin-right: 10px;">.</text>
|
|
|
- <input class="uni-input" type="number" v-model="a.sl.inputDecimalNumberValue" maxlength="1"
|
|
|
- style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
+ <input class="uni-input" type="number" v-model="a.sl.inputIntegerNumberValue"
|
|
|
+ maxlength="6"
|
|
|
+ style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
+ <text style="font-weight:bold;margin-left: 10px;margin-right: 10px;">.</text>
|
|
|
+ <input class="uni-input" type="number" v-model="a.sl.inputDecimalNumberValue"
|
|
|
+ maxlength="1"
|
|
|
+ style="text-align: center; border: 1px solid #00aaff; border-radius: 20rpx;"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
<button v-if="index!=0" @click="this.czggslList.splice(index,1)" class="sc-btn">删除</button>
|
|
@@ -236,6 +247,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="action-btn">
|
|
@@ -349,6 +361,12 @@
|
|
|
createTime: '',
|
|
|
infonId: '', //info id
|
|
|
|
|
|
+ imgSfhtArr: [],
|
|
|
+ imgFljdArr: [],
|
|
|
+ imgBoxArr: [],
|
|
|
+ imgDtljArr: [],
|
|
|
+ imgHldmyhArr: [],
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
|
|
@@ -359,7 +377,7 @@
|
|
|
onLoad(options) {
|
|
|
if ('params' in options) {
|
|
|
this.objValue = JSON.parse(decodeURIComponent(options.params));
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
@@ -506,7 +524,7 @@
|
|
|
header: _this.headers,
|
|
|
|
|
|
success: res => {
|
|
|
-
|
|
|
+
|
|
|
let data = JSON.parse(res.data);
|
|
|
if (![200].includes(data.code)) {
|
|
|
_this.$modal.msg(data.msg)
|
|
@@ -805,7 +823,7 @@
|
|
|
throw new Error('End Loop')
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
if (this.isEmpty(list.sl.inputIntegerNumberValue)) {
|
|
|
this.$modal.msg("请输入米数")
|
|
|
throw new Error('End Loop')
|
|
@@ -995,5 +1013,4 @@
|
|
|
border-radius: 20rpx;
|
|
|
border: 1px solid #d4e3f0;
|
|
|
}
|
|
|
-
|
|
|
</style>
|