20 lines
320 B
Vue
20 lines
320 B
Vue
![]() |
<template>
|
||
|
<trqSssjVue></trqSssjVue>
|
||
|
</template>
|
||
|
|
||
|
<script setup>
|
||
|
import {
|
||
|
queryJinriShengchansj,
|
||
|
queryYearShengchansj,
|
||
|
queryJinriTrqShengchansj
|
||
|
} from '@/api/produce';
|
||
|
import {
|
||
|
formatDate,
|
||
|
getDateAfterDays
|
||
|
} from '@/utils/dateTime';
|
||
|
import trqSssjVue from './trqSssj';
|
||
|
</script>
|
||
|
|
||
|
<style scoped>
|
||
|
|
||
|
</style>
|