奶品管理的功能放在一个文件夹
This commit is contained in:
parent
c66181dccd
commit
d91c61afc7
@ -151,7 +151,13 @@
|
||||
</template>
|
||||
|
||||
<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 { da_ranch } = proxy.useDict('da_ranch')
|
@ -141,7 +141,7 @@
|
||||
</template>
|
||||
|
||||
<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 { da_ranch } = proxy.useDict('da_ranch')
|
Loading…
x
Reference in New Issue
Block a user