Compare commits

..

No commits in common. '2877b50df63794a307300dff76ffbdc0f352fd2b' and 'f3abe58e3a933c4be5f7ce9b4408ba7e0f020639' have entirely different histories.

  1. 2
      src/views/warehousing/otherStore/index.vue

@ -250,7 +250,7 @@ export default {
const obj={ const obj={
syncType:"A", syncType:"A",
orderType:11, orderType:11,
orderDate:`${new Date().getFullYear()}-${String(new Date().getMonth() + 1).padStart(2, '0')}-${String(new Date().getDate()).padStart(2, '0')}`, orderDate:'2024-05-30',
containerNo:this.form.containerNo, containerNo:this.form.containerNo,
detail:this.chooselist, detail:this.chooselist,
} }

Loading…
Cancel
Save