国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

vue + el-form 實現(xiàn)的多層循環(huán)表單驗證

瀏覽:120日期:2022-10-24 08:39:45

html

<el-form :model='formObj' :rules='rules' ref='ruleForm'> <el-form-item :label='’護理記錄項目配置:’' label-width='180px'> <template v-for='(formItem, index) in formObj.formDictExtendDoList'> <div :key='formItem.id'> <el-row> <el-col :span='8'> <el-form-item :label='’字段名稱:’' label-:rules='rules.fieldName' :prop='’formDictExtendDoList.’+index+’.fieldName’' > <el-inputv-model.trim='formItem.fieldName'type='text':clearable='true'maxLength='100'placeholder='請輸入' /> <!--@blur='isRepeat(formItem, index, ’fieldName’)'--> </el-form-item> </el-col> <template v-for='(child, index1) in formItem.item' v-show='formItem.type === 2' > <el-col :span='8' :key='child.id'> <el-form-item:label='’選項’ + (index1+1) + ’:’'label- :rules='rules.value':prop='’formDictExtendDoList.’+index+’.item.’+index1+’.value’' ><el-input v-model.trim='child.value' @input='forceUpdate' :clearable='true' type='text' maxlength='20' placeholder='請輸入'/> </el-form-item> </el-col> </template> </el-row> </div> </template> </el-form-item></el-form>

js

let _THATexportdefault { name: ’formMangeAdd’, data() { return { formObj: {formDictExtendDoList: [] }, rules: {fieldName: [{ required: true, message: ’請輸入’, trigger: ’blur’}, { validator: this.itemValidator, trigger: ’blur’}],value: [{ validator: (rule, value, callback) = > { // I’m a genius. let that = _THAT that.forceUpdate() let field = rule.field let arr = field.split(’.’) let index = +arr[1] let index1 = +arr[3] let _value = that.formObj.formDictExtendDoList[index].item[index1].value if (_value === ’’ || _value === null || _value === undefined) { callback(new Error(’請輸入’)) } else { callback() } }, trigger: ’blur’}] } } }, beforeCreate() { _THAT = this }, created() { // 測試數(shù)據(jù) let test = [{ id: ’id_1595641858891’, // 唯一配置id fieldName: ’字段名稱’, // 字段名稱 item: [] }, { id: ’id_1595641858892’, // 唯一配置id fieldName: ’字段名稱’, // 字段名稱 item: [] }, { id: ’id_1595641858893’, // 唯一配置id fieldName: ’字段名稱’, // 字段名稱 item: [{id: ’item_id_1595641858891’,// 唯一idvalue: ’選項1’ }, {id: ’item_id_1595641858892’,// 唯一idvalue: ’選項2’ }] }] this.formObj.formDictExtendDoList = test }, methods: { /** * 重復性判斷 **/ itemValidator: (rule, value, callback) = > { let that = _THAT that.forceUpdate() let field = rule.field let ruleArr = field.split(’.’) let index = +ruleArr[1] let type = ruleArr[2] if (value === ’’) {callback()return false } let arr = [] for (let i = 0; i < that.formObj.formDictExtendDoList.length; i++) {let formDictExtendDoListItem = that.formObj.formDictExtendDoList[i]let formDictExtendDoListFieldName = formDictExtendDoListItem.fieldNamelet formDictExtendDoListProjectName = formDictExtendDoListItem.projectNameif (index !== i) { if (type === ’fieldName’) { if (formDictExtendDoListFieldName !== ’’) { if (formDictExtendDoListFieldName === value) {arr.push(i) } } }} } if (arr.length !== 0) {if (type === ’fieldName’) { callback(new Error(’與配置’ + (+arr[0] + 1) + ’的字段名稱重復’)) setTimeout(function() { that.formObj.formDictExtendDoList[index].fieldName = ’’ }, 500)} } else {callback() } }, forceUpdate() { this.$forceUpdate() } }}

以上就是vue + el-form 實現(xiàn)的多層循環(huán)表單驗證的詳細內(nèi)容,更多關(guān)于vue 表單驗證的資料請關(guān)注好吧啦網(wǎng)其它相關(guān)文章!

標簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 巴林左旗| 苍南县| 曲水县| 星座| 进贤县| 潮州市| 临沭县| 林甸县| 曲阳县| 荃湾区| 云龙县| 德钦县| 左权县| 安新县| 富民县| 墨脱县| 伊金霍洛旗| 信丰县| 三穗县| 和顺县| 溧水县| 新化县| 嘉荫县| 舒兰市| 抚松县| 新巴尔虎右旗| 如东县| 通榆县| 蛟河市| 江陵县| 湖南省| 若羌县| 高雄县| 丹东市| 海原县| 阿巴嘎旗| 晋宁县| 尼木县| 阿拉善右旗| 漳州市| 来安县|