|
|
@ -206,6 +206,15 @@ import DialogDelivery from './DialogDelivery.vue' |
|
|
|
|
|
|
|
|
|
|
|
import { removeNullField } from '@/utils' |
|
|
|
import { removeNullField } from '@/utils' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const userOptions = ref([]) |
|
|
|
|
|
|
|
onMounted(() => { |
|
|
|
|
|
|
|
getUserOption().then((data) => { |
|
|
|
|
|
|
|
userOptions.value = data |
|
|
|
|
|
|
|
getCurdSchemas() |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
getOptions() |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
|
|
|
|
|
|
|
|
|
const allSchemas = ref({}) |
|
|
|
const allSchemas = ref({}) |
|
|
@ -338,15 +347,6 @@ const deliveryDialog = ref() |
|
|
|
function handleDelivery(row) { |
|
|
|
function handleDelivery(row) { |
|
|
|
deliveryDialog.value.open(row) |
|
|
|
deliveryDialog.value.open(row) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const userOptions = ref([]) |
|
|
|
|
|
|
|
onMounted(() => { |
|
|
|
|
|
|
|
getUserOption().then((data) => { |
|
|
|
|
|
|
|
userOptions.value = data |
|
|
|
|
|
|
|
getCurdSchemas() |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
getOptions() |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped></style> |
|
|
|
<style lang="scss" scoped></style> |
|
|
|