|
@@ -708,7 +708,6 @@ export default {
|
|
selectDevice(queryForm).then(response => {
|
|
selectDevice(queryForm).then(response => {
|
|
this.workAreaOptions=response.data
|
|
this.workAreaOptions=response.data
|
|
});
|
|
});
|
|
- // console.log(this.workAreaOptions)
|
|
|
|
},
|
|
},
|
|
addAprrove(row) {
|
|
addAprrove(row) {
|
|
this.reset();
|
|
this.reset();
|
|
@@ -735,8 +734,6 @@ export default {
|
|
|
|
|
|
addInvoice(this.approveForm).then(response => {
|
|
addInvoice(this.approveForm).then(response => {
|
|
this.msgSuccess(this.$t('预约成功'));
|
|
this.msgSuccess(this.$t('预约成功'));
|
|
- // this.visible = false;
|
|
|
|
- // this.getList();
|
|
|
|
})
|
|
})
|
|
})
|
|
})
|
|
this.addAprroveVisible = true
|
|
this.addAprroveVisible = true
|
|
@@ -1034,7 +1031,6 @@ export default {
|
|
this.getList();
|
|
this.getList();
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
- alert(1)
|
|
|
|
this.form.tInvoiceWorkcontentList=this.ruleForm
|
|
this.form.tInvoiceWorkcontentList=this.ruleForm
|
|
this.form.floorLocation=this.form.floorLocation.join(',')
|
|
this.form.floorLocation=this.form.floorLocation.join(',')
|
|
for(let b=0;b<this.ruleForm.length;b++){
|
|
for(let b=0;b<this.ruleForm.length;b++){
|
|
@@ -1058,7 +1054,6 @@ export default {
|
|
this.cancel();
|
|
this.cancel();
|
|
});
|
|
});
|
|
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
this.msgError("表单校验未通过,每项申请内容都必填");
|
|
this.msgError("表单校验未通过,每项申请内容都必填");
|