|
|
|
@ -179,6 +179,10 @@ import { addAliBizProduct } from '@/api/inout/order.js'
|
|
|
|
|
export default {
|
|
|
|
|
components: { retraceCodeDetailDialog },
|
|
|
|
|
props: {
|
|
|
|
|
closeDialog: {
|
|
|
|
|
type: Function,
|
|
|
|
|
required: true,
|
|
|
|
|
},
|
|
|
|
|
orderFormData: {
|
|
|
|
|
type: Object,
|
|
|
|
|
required: true,
|
|
|
|
@ -250,6 +254,7 @@ export default {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|
this.codeDetailVisible = false
|
|
|
|
|
this.$message.success('选入成功')
|
|
|
|
|
this.closeDialog()
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message)
|
|
|
|
|