|
@@ -637,7 +637,7 @@ export default {
|
|
|
selectDevice(queryForm).then(response => {
|
|
|
this.workAreaOptions=response.data
|
|
|
});
|
|
|
- console.log(this.workAreaOptions)
|
|
|
+ // console.log(this.workAreaOptions)
|
|
|
},
|
|
|
addAprrove(row) {
|
|
|
this.reset();
|
|
@@ -959,8 +959,8 @@ export default {
|
|
|
this.form.tInvoiceWorkcontentList=this.ruleForm
|
|
|
this.form.floorLocation=this.form.floorLocation.join(',')
|
|
|
addBookingworkticket(this.form).then(response => {
|
|
|
- console.log(this.form)
|
|
|
- console.log(this.ruleForm)
|
|
|
+ // console.log(this.form)
|
|
|
+ // console.log(this.ruleForm)
|
|
|
this.approveForm.invoiceId=response.data
|
|
|
var nowTime = this.getNowFormatDate()
|
|
|
|
|
@@ -981,11 +981,11 @@ export default {
|
|
|
this.approveForm.userSupId=this.form.userMg
|
|
|
|
|
|
addInvoice(this.approveForm).then(response => {
|
|
|
- // this.msgSuccess(this.$t('预约成功'));
|
|
|
this.msgSuccess("已提交申请");
|
|
|
})
|
|
|
|
|
|
this.msgSuccess("新增成功");
|
|
|
+ // console.log(this.queryParams.createdate)
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
this.resetForm1();
|