123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- <template>
- <view class="appWrapper">
- <form action="">
- <view style="height:30rpx"></view>
- <view class="form-item">
- <view class="title">
- <!-- <text class="necessary">*</text> -->
- 户号:
- </view>
- <input name="input" v-model="formMess.deviceNo"></input>
- </view>
- <view class="form-item">
- <view class="title">流变变比:</view>
- <input name="input" v-model="formMess.deviceName"></input>
- </view>
- <view class="form-item">
- <view class="title" style="width:240rpx">单路电源容量:</view>
- <input name="input" v-model="formMess.deviceName"></input>
- </view>
- <view class="form-item">
- <view class="title">线路:</view>
- <input name="input" v-model="formMess.deviceName"></input>
- </view>
- <view class="form-item">
- <view class="title">站点名称:</view>
- <input name="input" v-model="formMess.deviceName"></input>
- </view>
- <view class="form-item">
- <view class="title">监察:</view>
- <input name="input" v-model="formMess.deviceName"></input>
- </view>
-
- <view class="info-tit margin-left-xs">
- <text class="cuIcon-titles margin-right-xs"></text>
- 四防一通
- </view>
- <view class="form-item extraDis">
- <view class="title">电缆孔洞:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">门窗、墙壁破损:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">屋顶墙壁渗漏水:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">灭火器配置不足:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">灭火器超期:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
-
- <view class="info-tit margin-left-xs">
- <text class="cuIcon-titles margin-right-xs"></text>
- 室内环境
- </view>
- <view class="form-item extraDis">
- <view class="title">堆放杂物:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">积灰严重:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">配电房周围环境潮湿:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
-
- <view class="info-tit margin-left-xs">
- <text class="cuIcon-titles margin-right-xs"></text>
- 电工
- </view>
- <view class="form-item extraDis">
- <view class="title">无电工:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">电工人数配置不足:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">电工证超期:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
-
-
- <!-- 电试 -->
- <view class="info-tit margin-left-xs">
- <text class="cuIcon-titles margin-right-xs"></text>
- 电试
- </view>
- <view class="form-item extraDis">
- <view class="title">电试超期:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
-
- <!-- 设备 -->
- <view class="info-tit margin-left-xs">
- <text class="cuIcon-titles margin-right-xs"></text>
- 设备
- </view>
- <view class="form-item extraDis">
- <view class="title">设备老旧(标明出厂或投运日期):</view>
- <input type="text" style="width:35%">
- </view>
-
- <!-- 安全工器具 -->
- <view class="info-tit margin-left-xs">
- <text class="cuIcon-titles margin-right-xs"></text>
- 安全工器具
- </view>
- <view class="form-item extraDis">
- <view class="title">配置不足(绝缘体):</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item extraDis">
- <view class="title">接地线与存放位置编号:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
-
- <!-- 安全工器具 -->
- <view class="info-tit margin-left-xs">
- <text class="cuIcon-titles margin-right-xs"></text>
- 模拟屏
- </view>
- <view class="form-item extraDis">
- <view class="title">模拟屏:</view>
- <radio-group name="gender">
- <label class="margin-right-xl">
- <radio value="是" checked /><text>是</text>
- </label>
- <label>
- <radio value="否" /><text>否</text>
- </label>
- </radio-group>
- </view>
- <view class="form-item">
- <view class="title">备注:</view>
- <input type="text">
- </view>
-
-
-
- <view class="btn-area submitBottomBtn padding-lr-sm " style="position:static">
- <button class="bg-blue round margin-top" @click="submit()">提 交 </button>
- </view>
- <br>
- </form>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- index: -1,
- type: '0',
- isShow: false,
- formMess: {
- "userName": "sss",
- "siteName": "",
- "place": "",
- "longitude": "",
- "dimension": "",
- "contactor": "",
- "mobile": "",
- },
- }
- },
- onLoad: function(option) {
- },
- methods: {
-
-
- }
- }
- </script>
- <style lang="scss">
-
- </style>
|