feat: There is no way the, bug #52304
This commit is contained in:
@@ -1344,7 +1344,7 @@
|
|||||||
XGLC: '',
|
XGLC: '',
|
||||||
GLWJBUSS: '',
|
GLWJBUSS: '',
|
||||||
GLWJBUSSName: '',
|
GLWJBUSSName: '',
|
||||||
XCSJBUSS: '',
|
XCSJBUSS: this.dateFormatter(),
|
||||||
}, // 标准信息
|
}, // 标准信息
|
||||||
roleForm:{
|
roleForm:{
|
||||||
bussUser3: this.$store.getters.userInfo.userId,
|
bussUser3: this.$store.getters.userInfo.userId,
|
||||||
@@ -1933,6 +1933,7 @@
|
|||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||||
this.form = mes.form
|
this.form = mes.form
|
||||||
this.form['id'] = mes.form.id
|
this.form['id'] = mes.form.id
|
||||||
|
this.form.XCSJBUSS = this.dateFormatter()
|
||||||
this.standardCheckedList = []
|
this.standardCheckedList = []
|
||||||
this.standardCheckedList.push({id:mes.form.id})
|
this.standardCheckedList.push({id:mes.form.id})
|
||||||
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
this.form['SYCXCLASS'] = this.filterObj(this.form['SYCXCLASS'])
|
||||||
@@ -2017,7 +2018,7 @@
|
|||||||
XGLC: '',
|
XGLC: '',
|
||||||
GLWJBUSS: '',
|
GLWJBUSS: '',
|
||||||
GLWJBUSSName: '',
|
GLWJBUSSName: '',
|
||||||
XCSJBUSS: '',
|
XCSJBUSS: this.dateFormatter(),
|
||||||
} // 标准信息
|
} // 标准信息
|
||||||
},
|
},
|
||||||
filterObj(obj){
|
filterObj(obj){
|
||||||
|
|||||||
@@ -1409,7 +1409,7 @@
|
|||||||
XGLC: '',
|
XGLC: '',
|
||||||
GLWJBUSS: '',
|
GLWJBUSS: '',
|
||||||
GLWJBUSSName: '',
|
GLWJBUSSName: '',
|
||||||
XCSJBUSS: '',
|
XCSJBUSS: this.dateFormatter(),
|
||||||
CYCD:'',
|
CYCD:'',
|
||||||
CYBZ:'',
|
CYBZ:'',
|
||||||
YYBZ:'',
|
YYBZ:'',
|
||||||
@@ -1862,6 +1862,7 @@
|
|||||||
let mes = JSON.parse(res.mes)
|
let mes = JSON.parse(res.mes)
|
||||||
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
mes.form.date = new Date(this.$moment(mes.form.date).format('YYYY-MM-DD'))
|
||||||
this.form = mes.form
|
this.form = mes.form
|
||||||
|
this.form.XCSJBUSS = this.dateFormatter()
|
||||||
this.FBGBUSSFileList=this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName);
|
this.FBGBUSSFileList=this.assemble(this.form.FBGBUSS,this.form.FBGBUSSName);
|
||||||
this.BZSMBUSSFileList=this.assemble(this.form.BZSMBUSS,this.form.BZSMBUSSName);
|
this.BZSMBUSSFileList=this.assemble(this.form.BZSMBUSS,this.form.BZSMBUSSName);
|
||||||
this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName);
|
this.LSBBBUSSFileList=this.assemble(this.form.LSBBBUSS,this.form.LSBBBUSSName);
|
||||||
@@ -1936,7 +1937,7 @@
|
|||||||
XGLC: '',
|
XGLC: '',
|
||||||
GLWJBUSS: '',
|
GLWJBUSS: '',
|
||||||
GLWJBUSSName: '',
|
GLWJBUSSName: '',
|
||||||
XCSJBUSS: '',
|
XCSJBUSS: this.dateFormatter(),
|
||||||
} // 标准信息
|
} // 标准信息
|
||||||
},
|
},
|
||||||
filterObj(obj){
|
filterObj(obj){
|
||||||
|
|||||||
Reference in New Issue
Block a user