diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue index 97b48f2..48e75c9 100644 --- a/src/views/warehousing/otherStore/index.vue +++ b/src/views/warehousing/otherStore/index.vue @@ -250,7 +250,7 @@ export default { const obj={ syncType:"A", orderType:11, - orderDate:'2024-05-30', + orderDate:`${new Date().getFullYear()}-${String(new Date().getMonth() + 1).padStart(2, '0')}-${String(new Date().getDate()).padStart(2, '0')}`, containerNo:this.form.containerNo, detail:this.chooselist, }