|
@@ -60,7 +60,7 @@
|
|
>
|
|
>
|
|
</LjDetail>
|
|
</LjDetail>
|
|
|
|
|
|
- <MtrldefDialog ref="MtrldefDialogRef" v-bind="MtrldefDialogProps" />
|
|
|
|
|
|
+ <ErpMtrldefDialog ref="MtrldefDialogRef" v-bind="MtrldefDialogProps" />
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup lang="tsx" name="configureTypeListDetail">
|
|
<script setup lang="tsx" name="configureTypeListDetail">
|
|
@@ -71,7 +71,7 @@ import { DetailProp } from "@/components/LjDetail/interface";
|
|
import { useI18n } from "vue-i18n";
|
|
import { useI18n } from "vue-i18n";
|
|
import { useHooks } from "./hooks/index";
|
|
import { useHooks } from "./hooks/index";
|
|
import { useAuthButtons } from "@/hooks/useAuthButtons";
|
|
import { useAuthButtons } from "@/hooks/useAuthButtons";
|
|
-import MtrldefDialog from "@/views/system/selector/mtrldefNoPrice/index.vue";
|
|
|
|
|
|
+import ErpMtrldefDialog from "@/views/system/selector/erpMtrlPrice/index.vue";
|
|
|
|
|
|
interface detailProp {
|
|
interface detailProp {
|
|
/**
|
|
/**
|