其他入库

master
zhaoxiaomin 2 years ago
parent e452504191
commit 01d5f8193e
  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:'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, containerNo:this.form.containerNo,
detail:this.chooselist, detail:this.chooselist,
} }

Loading…
Cancel
Save