Commit 3a805cb2a52ab34ab56715b223bc59bc656f84a7

Authored by 郭伟龙
1 parent 7575fd9e
Exists in charge

fix:用户编号格式

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
components/popUpFillIn/popUpFillIn.vue
... ... @@ -42,7 +42,7 @@
42 42 </view>
43 43 <!-- 点火维护 -->
44 44 <u-form-item v-if="type==='dhwh'" required label="用户编号" labelWidth="100" borderBottom>
45   - <u-input v-model="model.userCode" placeholder="请输入" border="none"></u-input>
  45 + <u-input type="number" maxlength="10" v-model="model.userCode" placeholder="请输入" border="none"></u-input>
46 46 <!-- <u-icon slot="right" name="calendar" size="20" @click="datetimeShow = true"></u-icon> -->
47 47 </u-form-item>
48 48 <u-form-item v-if="type==='dhwh' && dhShow" required label="点火时间" labelWidth="100" borderBottom>
... ...