修改OTA表单字段
This commit is contained in:
+11
-11
@@ -139,30 +139,30 @@
|
||||
<td :height="qrheight" style='position: relative'>
|
||||
<div>
|
||||
<a-radio-group class='box-input-qr' @change='qrchange' v-model="form.yhqr">
|
||||
<a-radio :value="'1'"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="'2'"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</div>
|
||||
<div v-if='flagqr'>
|
||||
<j-dict-select-tag class="box-input2"
|
||||
v-model="form.flagqr"
|
||||
v-model="form.yhqrXlk"
|
||||
:disabled="disable"
|
||||
dictCode="O_T_A_-_sheng1_ji2_ying3_xiang3_ping2_gu1_-_sheng1_ji2_que4_ren4"
|
||||
:placeholder="$t('PleaseSelect')"
|
||||
:type="'select'"
|
||||
@input="handleInput(form.flagqr)"
|
||||
@input="handleInput(form.yhqrXlk)"
|
||||
:triggerChange="false"/>
|
||||
</div>
|
||||
<div v-if='flagqrqt'>
|
||||
<a-input class="box-input-qr2"
|
||||
v-model="form.qttext"
|
||||
:title="form.qttext ? form.qttext : $t('PleaseEnter')"
|
||||
v-model="form.yhqrQt"
|
||||
:title="form.yhqrQt ? form.yhqrQt : $t('PleaseEnter')"
|
||||
:placeholder="$t('PleaseEnter')"></a-input>
|
||||
</div>
|
||||
<div v-if='flagly'>
|
||||
<a-input class="box-input2"
|
||||
v-model="form.ly"
|
||||
:title="form.ly ? form.ly : $t('PleaseEnter')+ $t('reason')"
|
||||
v-model="form.yhqrNo"
|
||||
:title="form.yhqrNo ? form.yhqrNo : $t('PleaseEnter')+ $t('reason')"
|
||||
:placeholder="$t('PleaseEnter')+ $t('reason')"></a-input>
|
||||
</div>
|
||||
</td>
|
||||
@@ -434,11 +434,11 @@ this.$forceUpdate()
|
||||
this.flagly = true
|
||||
this.qrheight = '100px'
|
||||
}
|
||||
if(this.form.yhqr == '1' && this.form.flagqr == '344a3320beba45afb3718c59b7a7144a'){
|
||||
if(this.form.yhqr == '1' && this.form.yhqrXlk == '344a3320beba45afb3718c59b7a7144a'){
|
||||
this.qrheight = '150px'
|
||||
this.flagqrqt = true
|
||||
this.flagly = false
|
||||
}else if(this.form.yhqr == '1' && this.form.flagqr != '344a3320beba45afb3718c59b7a7144a'){
|
||||
}else if(this.form.yhqr == '1' && this.form.yhqrXlk != '344a3320beba45afb3718c59b7a7144a'){
|
||||
this.flagqr = true
|
||||
this.flagqrqt = false
|
||||
this.flagly = false
|
||||
@@ -489,7 +489,7 @@ this.$forceUpdate()
|
||||
this.qrheight = '100px'
|
||||
this.flagqr = true
|
||||
this.flagly = false
|
||||
if(this.form.flagqr == '344a3320beba45afb3718c59b7a7144a'){
|
||||
if(this.form.yhqrXlk == '344a3320beba45afb3718c59b7a7144a'){
|
||||
this.qrheight = '150px'
|
||||
this.flagqrqt = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user