src/views/system/tijian/index.vue
@@ -1374,6 +1374,8 @@ }); }, inputChange() { const reg = /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/; if (reg.test(this.form.cusIdcard)) { @@ -1817,6 +1819,7 @@ _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 {