| | |
| | | <script setup> |
| | | import { ref, reactive, onMounted } from 'vue' |
| | | import {ref, reactive, onMounted, defineEmits} from 'vue' |
| | | import { |
| | | Document, UploadFilled, MagicStick, RefreshLeft, |
| | | Download, Plus, Picture, Refresh, Delete |
| | |
| | | }) |
| | | let imgWidth = ref(null) |
| | | let imgHeight = ref(null) |
| | | const emit = defineEmits(['getParent']) |
| | | |
| | | const form = reactive({ |
| | | format: 'png' |
| | |
| | | progressText.value = t("order.msg.pleaseUploadPicture4") |
| | | uploadRef.value.clearFiles() |
| | | fileList.value = [] |
| | | emit('getParent',props.orderId) |
| | | setTimeout(() => { |
| | | |
| | | converting.value = false |