| | |
| | | 证件号码 |
| | | </span> |
| | | <el-input :disabled="isDisabled" v-model="form.cusIdcard" placeholder="请输入身份证号" |
| | | @input="handleIdCardInput" /> |
| | | @input="handleIdCardInput" maxlength="18"/> |
| | | <!-- <i style=" |
| | | font-size: 1rem; |
| | | position: absolute; |
| | |
| | | let cusIdcard = this.form.cusIdcard; |
| | | if (cusIdcard) { |
| | | getCusIdcard(cusIdcard).then((response) => { |
| | | console.log(response,1111111111) |
| | | _this.top = false; |
| | | if (response.data) { |
| | | this.form = response.data; |
| | | this.form.firmDeptName = response.data.department; |
| | | if (this.form.discount === null) { |
| | | this.discount = 10; |
| | | } else { |