Compare commits
2 Commits
315cfb1602
...
f25296a94f
Author | SHA1 | Date | |
---|---|---|---|
f25296a94f | |||
d91c61afc7 |
@ -151,7 +151,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup name="DryMatterCorrection">
|
<script setup name="DryMatterCorrection">
|
||||||
import { listDryMatterCorrection, getDryMatterCorrection, delDryMatterCorrection, addDryMatterCorrection, updateDryMatterCorrection } from "@/api/dryMatterCorrection/dryMatterCorrection"
|
import {
|
||||||
|
listDryMatterCorrection,
|
||||||
|
getDryMatterCorrection,
|
||||||
|
delDryMatterCorrection,
|
||||||
|
addDryMatterCorrection,
|
||||||
|
updateDryMatterCorrection
|
||||||
|
} from "@/api/dairyProducts/dryMatterCorrection/dryMatterCorrection.js"
|
||||||
|
|
||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
const { da_ranch } = proxy.useDict('da_ranch')
|
const { da_ranch } = proxy.useDict('da_ranch')
|
@ -141,7 +141,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup name="WeightCorrection">
|
<script setup name="WeightCorrection">
|
||||||
import { listWeightCorrection, getWeightCorrection, delWeightCorrection, addWeightCorrection, updateWeightCorrection } from "@/api/weightCorrection/weightCorrection"
|
import { listWeightCorrection, getWeightCorrection, delWeightCorrection, addWeightCorrection, updateWeightCorrection } from "@/api/dairyProducts/weightCorrection/weightCorrection.js"
|
||||||
|
|
||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
const { da_ranch } = proxy.useDict('da_ranch')
|
const { da_ranch } = proxy.useDict('da_ranch')
|
Loading…
x
Reference in New Issue
Block a user