| | |
| | | </view> |
| | | </view> |
| | | <view class='inputClass contentFont' style="margin: 0 20rpx; width: 95%;"> |
| | | <u--textarea placeholder="请输入" confirm-type="send" border="surround" height='80' |
| | | v-model="descMessage"> |
| | | <u--textarea placeholder="请输入" :adjustPosition='false' confirm-type="send" border="surround" |
| | | height='80' v-model="descMessage"> |
| | | </u--textarea> |
| | | </view> |
| | | |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class='inputClass contentFont' style="margin: 0 20rpx; width: 95%;"> |
| | | <u--textarea placeholder="请输入" confirm-type="send" border="surround" height='80' |
| | | v-model="descMessage2"> |
| | | <view class='inputClass contentFont' style="margin: 0 20rpx; width: 95%;" @click="show=true"> |
| | | <u--textarea placeholder="请输入" :adjustPosition='false' confirm-type="send" border="surround" |
| | | height='80' v-model="descMessage2"> |
| | | </u--textarea> |
| | | </view> |
| | | |
| | |
| | | |
| | | |
| | | </view> |
| | | |
| | | |
| | | <u-modal :show="show" title="维修内容" :closeOnClickOverlay="true" @confirm='show=false' @close='show=false'> |
| | | <view class="slot-content"> |
| | | <view class='inputClass contentFont' style=""> |
| | | <!-- :adjustPosition='false' --> |
| | | <u--textarea placeholder="请输入" confirm-type="send" border="surround" height='80' |
| | | v-model="descMessage2"> |
| | | </u--textarea> |
| | | </view> |
| | | </view> |
| | | </u-modal> |
| | | |
| | | <!-- <scan-code></scan-code> --> |
| | | </view> |
| | |
| | | descMessage3: '', //更换备件 |
| | | fileList2: [], //更换备件图片 |
| | | imgPreviewSrcs2: [], |
| | | |
| | | |
| | | show: false |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | // "uri": "/" |
| | | // }] : [...this.fileList, ...this.fileList2], |
| | | |
| | | files: this.fileList.length === 0 ?[{ |
| | | files: this.fileList.length === 0 ? [{ |
| | | uri: '/' |
| | | }] : this.fileList, |
| | | header: header, |
| | |
| | | width: 160rpx; |
| | | height: 160rpx; |
| | | border-radius: 20rpx; |
| | | |
| | | // color: #fff; |
| | | } |
| | | </style> |