|
|
|
@ -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, |
|
|
|
} |
|
|
|
} |
|
|
|
|