制单时间默认

jg-waiwang-pro
XI_TENG\xixi_ 5 months ago
parent 58eac532dc
commit e0fc817258

@ -617,6 +617,9 @@ export default {
},
//
async initSearchData() {
let date = new Date();
let dateWithoutTime = new Date(date.getFullYear(), date.getMonth(), date.getDate());
this.query.preparationTime = [dateWithoutTime.getTime(), dateWithoutTime.getTime()]
},
initData() {
this.listLoading = true;

@ -421,7 +421,7 @@ export default {
})
return
}
debugger
const selectData = this.multipleSelectionItem
let stateFlag = true;
const customId = selectData[0].customerId;
@ -833,6 +833,10 @@ export default {
},
//
async initSearchData() {
let date = new Date();
let dateWithoutTime = new Date(date.getFullYear(), date.getMonth(), date.getDate());
this.query.preparationTime = [dateWithoutTime.getTime(), dateWithoutTime.getTime()]
},
initData() {
this.voucherBatchVisible = false;
@ -851,7 +855,7 @@ export default {
method: 'post',
data: _query
}).then(res => {
debugger
var _list = res.data.list;
this.list = _list.map(o => ({
...o,

@ -738,6 +738,9 @@ export default {
},
//
async initSearchData() {
let date = new Date();
let dateWithoutTime = new Date(date.getFullYear(), date.getMonth(), date.getDate());
this.query.preparationTime = [dateWithoutTime.getTime(), dateWithoutTime.getTime()]
},
initData() {
this.listLoading = true;

@ -630,6 +630,9 @@ export default {
},
//
async initSearchData() {
let date = new Date();
let dateWithoutTime = new Date(date.getFullYear(), date.getMonth(), date.getDate());
this.query.preparationTime = [dateWithoutTime.getTime(), dateWithoutTime.getTime()]
},
initData() {
this.listLoading = true;

Loading…
Cancel
Save