diff --git a/src/components/Detail/index.ts b/src/components/Detail/index.ts new file mode 100644 index 000000000..d3fcb5cad --- /dev/null +++ b/src/components/Detail/index.ts @@ -0,0 +1,3 @@ +import Detail from './src/Detail.vue' + +export { Detail } diff --git a/src/components/Detail/src/Detail.vue b/src/components/Detail/src/Detail.vue new file mode 100644 index 000000000..bb80073d3 --- /dev/null +++ b/src/components/Detail/src/Detail.vue @@ -0,0 +1,204 @@ + + + + diff --git a/src/main.ts b/src/main.ts index 76c72473f..f040f2b43 100644 --- a/src/main.ts +++ b/src/main.ts @@ -65,6 +65,7 @@ const setupAll = async () => { app.use(VueDOMPurifyHTML) app.mount('#app') + app.config.warnHandler = () => null; } setupAll() diff --git a/src/views/wms/itembasic/index.vue b/src/views/wms/itembasic/index.vue index 9d50d6612..27ad333ca 100644 --- a/src/views/wms/itembasic/index.vue +++ b/src/views/wms/itembasic/index.vue @@ -417,12 +417,15 @@ + +