From b70f6b1faccd09ad6ffff88c03466d8a6db216ca Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Wed, 17 Jun 2026 09:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 8 + src/views/biz/orderItem/index1.vue | 686 +++++++++++++++++++++++++++++ vite.config.ts | 2 + 3 files changed, 696 insertions(+) create mode 100644 src/views/biz/orderItem/index1.vue diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c6593e..eb4ab06 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,6 +20,9 @@ importers: axios: specifier: ^1.6.5 version: 1.14.0 + dhtmlx-gantt: + specifier: ^9.1.4 + version: 9.1.4 disable-devtool: specifier: ^0.3.9 version: 0.3.9 @@ -615,6 +618,9 @@ packages: resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==} engines: {node: '>=8'} + dhtmlx-gantt@9.1.4: + resolution: {integrity: sha512-XCNA5QUiuV79Xq1ykNpH9LFNR2IVpDZMqnmBV6dsBeOkHyPMOpkyQ/gqAPCcK2GAvYHoN2nGAMYb2LldCWhMuQ==} + disable-devtool@0.3.9: resolution: {integrity: sha512-WHCpC8f93Cn2DnTeaq57NFLcdw4921sovh1ammnp/2o8Snb704HK/Vw1/D2D1Pihc0zc8/mVKb5nchHtoadObQ==} @@ -1330,6 +1336,8 @@ snapshots: detect-libc@2.1.2: optional: true + dhtmlx-gantt@9.1.4: {} + disable-devtool@0.3.9: {} dunder-proto@1.0.1: diff --git a/src/views/biz/orderItem/index1.vue b/src/views/biz/orderItem/index1.vue new file mode 100644 index 0000000..c0f6a33 --- /dev/null +++ b/src/views/biz/orderItem/index1.vue @@ -0,0 +1,686 @@ + + + + + diff --git a/vite.config.ts b/vite.config.ts index 2669af7..b0bad0c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -17,11 +17,13 @@ export default defineConfig({ }, server: { host: "192.168.5.231", + //host: true, port: 3000, proxy: { '/api': { //target:'http://192.168.6.107:8080', //'http://192.168.5.230:8888', target:'http://192.168.5.230:8888', + //target:'http://192.168.5.200:8888', changeOrigin: true }, '/druid': {