|
@@ -13,7 +13,7 @@
|
|
|
<text class="tit-text" style=" font-size: 13px;color:
|
|
|
#000;margin-top: 5px;">工程地点:</text>
|
|
|
<view style="width: 100%;box-sizing: border-box;">
|
|
|
- <textarea class="textarea" maxlength="255" placeholder-style="padding: 10rpx;"
|
|
|
+ <textarea class="textarea" maxlength="50" placeholder-style="padding: 10rpx;"
|
|
|
style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
auto-height :value="value.constructAddre"
|
|
|
@blur="bindTextAddress($event.target.value,key)"></textarea>
|
|
@@ -25,7 +25,7 @@
|
|
|
<text class="tit-text" style=" font-size: 13px;color:
|
|
|
#000;margin-top: 5px;">作业方式:</text>
|
|
|
<view style="width: 100%;box-sizing: border-box;">
|
|
|
- <textarea class="textarea" maxlength="255" placeholder-style="padding: 10rpx;"
|
|
|
+ <textarea class="textarea" maxlength="50" placeholder-style="padding: 10rpx;"
|
|
|
style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
auto-height :value="value.segmentedCompressionQualified"
|
|
|
@blur="bindTextWorkStyle($event.target.value,key)"></textarea>
|
|
@@ -38,7 +38,7 @@
|
|
|
<text class="tit-text" style=" font-size: 13px;color:
|
|
|
#000;margin-top: 5px;">施工内容:</text>
|
|
|
<view style="width: 100%;box-sizing: border-box;">
|
|
|
- <textarea class="textarea" maxlength="255" placeholder-style="padding: 10rpx;"
|
|
|
+ <textarea class="textarea" maxlength="50" placeholder-style="padding: 10rpx;"
|
|
|
style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
auto-height :value="value.remark"
|
|
|
@blur="bindTextAreaBlur($event.target.value,key)"></textarea>
|
|
@@ -51,7 +51,7 @@
|
|
|
<text class="tit-text" style=" font-size: 13px;color:
|
|
|
#000;margin-top: 5px;">管道压力:</text>
|
|
|
<view style="width: 100%;box-sizing: border-box;">
|
|
|
- <textarea class="textarea" maxlength="255" placeholder-style="padding: 10rpx;"
|
|
|
+ <textarea class="textarea" maxlength="50" placeholder-style="padding: 10rpx;"
|
|
|
style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
auto-height :value="value.constructAccordingDrawings"
|
|
|
@blur="bindTextPipePress($event.target.value,key)"></textarea>
|