| | |
| | | <div id="app"> |
| | | |
| | | <div class="body"> |
| | | |
| | | <van-nav-bar title="设备维修申请" @click-right="onClickRight" left-arrow @click-left="onClickleft"> |
| | | <template #right> |
| | | <van-popover style="" placement="bottom-end" :offset="[13,8]" v-model="showPopover" |
| | | trigger="click" :actions="actions" @select="onSelect"> |
| | | <template #reference> |
| | | <van-icon name="bars" size='20' color='#fff' /> |
| | | </template> |
| | | </van-popover> |
| | | </template> |
| | | </van-nav-bar> |
| | | |
| | | |
| | | <van-sticky> |
| | | <van-nav-bar title="设备维修申请" @click-right="onClickRight" left-arrow @click-left="onClickleft"> |
| | | <template #right> |
| | | <van-popover style="" placement="bottom-end" :offset="[13,8]" v-model="showPopover" |
| | | trigger="click" :actions="actions" @select="onSelect"> |
| | | <template #reference> |
| | | <van-icon name="bars" size='20' color='#fff' /> |
| | | </template> |
| | | </van-popover> |
| | | </template> |
| | | </van-nav-bar> |
| | | </van-sticky> |
| | | |
| | | <div v-if="topContent.length===0"> |
| | | <div class="sacnBody"> |
| | | <div class="scanImg" @click="topScanClick()"></div> |
| | |
| | | |
| | | |
| | | <div style="display:flex;flex-direction: column;width: 96%;margin: auto;"> |
| | | <van-field class="vanFieldInputArea" v-model="messageDescr" rows="2" autosize type="textarea" placeholder="请输入" /> |
| | | <van-field class="vanFieldInputArea" v-model="messageDescr" rows="2" autosize |
| | | type="textarea" placeholder="请输入" /> |
| | | </div> |
| | | <div style="width: 96%;margin: auto;margin-top: 10px;"> |
| | | <van-uploader @oversize="onOversize" :before-read="beforeRead" v-model="fileList" |