Compare commits

...

2 Commits

  1. 2
      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,
}

Loading…
Cancel
Save