|
@@ -1142,10 +1142,10 @@ export default {
|
|
|
cardStartTimeAndEndShow: false,
|
|
cardStartTimeAndEndShow: false,
|
|
|
industryQiTa:'',
|
|
industryQiTa:'',
|
|
|
isDisabled:false,
|
|
isDisabled:false,
|
|
|
|
|
+ spin:false,
|
|
|
//表单信息
|
|
//表单信息
|
|
|
model: {
|
|
model: {
|
|
|
cardStartTimeAndEnd: '',
|
|
cardStartTimeAndEnd: '',
|
|
|
-
|
|
|
|
|
value: 0,
|
|
value: 0,
|
|
|
sysBusinessHall: '',
|
|
sysBusinessHall: '',
|
|
|
company: '',
|
|
company: '',
|
|
@@ -2056,7 +2056,8 @@ export default {
|
|
|
this.industryQiTa='';
|
|
this.industryQiTa='';
|
|
|
},
|
|
},
|
|
|
keyupInfo(info) {
|
|
keyupInfo(info) {
|
|
|
- // this.handleEdit2()
|
|
|
|
|
|
|
+ this.spin=true ;
|
|
|
|
|
+ // this.handleEdit2()
|
|
|
//身份证输入查询
|
|
//身份证输入查询
|
|
|
if (this.model.cardNo.length === 15 || this.model.cardNo.length === 18) {
|
|
if (this.model.cardNo.length === 15 || this.model.cardNo.length === 18) {
|
|
|
let that = this;
|
|
let that = this;
|
|
@@ -2177,8 +2178,7 @@ export default {
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ this.spin=false ;
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
@@ -2775,8 +2775,10 @@ export default {
|
|
|
if (this.model.numberResults !== undefined && this.model.numberResults !== "undefined" && this.model.numberResults !==''&& this.model.numberResults !==null && this.model.numberResults.length!==0 ) {
|
|
if (this.model.numberResults !== undefined && this.model.numberResults !== "undefined" && this.model.numberResults !==''&& this.model.numberResults !==null && this.model.numberResults.length!==0 ) {
|
|
|
arr = this.model.numberResults+'';
|
|
arr = this.model.numberResults+'';
|
|
|
}
|
|
}
|
|
|
- if (this.industryQiTa!=='' || this.industryQiTa!==null){
|
|
|
|
|
- this.model.industry = this.industryQiTa;
|
|
|
|
|
|
|
+ if (info==='submit'){
|
|
|
|
|
+ if (this.industryQiTa!=='' || this.industryQiTa!==null){
|
|
|
|
|
+ this.model.industry = this.industryQiTa;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
if (info==='submit'){
|
|
if (info==='submit'){
|
|
|
if (this.size===2){
|
|
if (this.size===2){
|
|
@@ -3103,7 +3105,14 @@ export default {
|
|
|
.is-error {
|
|
.is-error {
|
|
|
border-color: red
|
|
border-color: red
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+.example {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.05);
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
|
+ padding: 30px 50px;
|
|
|
|
|
+ margin: 20px 0;
|
|
|
|
|
+}
|
|
|
.box {
|
|
.box {
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
padding: 0;
|
|
padding: 0;
|