|
@@ -904,7 +904,8 @@ export default {
|
|
|
submitDateForm() {
|
|
|
editDateHome({
|
|
|
enginOrderId: this.editId,
|
|
|
- orderDate: this.dateForm.date + ' 00:00:00'
|
|
|
+ orderDate: this.dateForm.date + ' 00:00:00',
|
|
|
+ refEnginRecordNo: this.screenForm.loginNum
|
|
|
}).then(res => {
|
|
|
this.isShowEditDateDialog = false
|
|
|
this.getList()
|