From 65b20cbb4560641f7f07c81c78254443f07c41b4 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Tue, 22 Aug 2023 21:47:46 +0800 Subject: [PATCH 01/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index e8b9f691..ba4c0221 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - target: 'http://test.api.huitongys.com', + target: 'http://h5uapi.huitongys.com', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), From 277e2301f913e2e66ab2894ad8e805487d57c272 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Tue, 22 Aug 2023 21:47:46 +0800 Subject: [PATCH 02/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/vite.config.js b/vite.config.js index 41baec6d..21e8a3ca 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,22 +12,8 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - // target: 'http://192.168.10.126:8889', - // hy - // target: 'http://192.168.10.48:8888', - // lmy - // target: 'http://192.168.10.123:8889', - // target: 'http://192.168.10.101:8888', - // target: 'http://192.168.10.75:8777', - // cyz - // target: 'http://192.168.10.94:8888', - // tjj - target: 'http://192.168.10.29:13000', - // sst - // target: 'http://192.168.10.94:8888', - // target: 'http://192.168.10.29:13000', - // target: 'http://test.api.huitongys.com', - // target: 'http://h5uapi.huitongys.com', + target: 'http://h5uapi.huitongys.com', + //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), }, From 472ac406bf92b8effaf36a76f87d17300b5589aa Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Wed, 15 Nov 2023 10:53:34 +0800 Subject: [PATCH 03/14] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.js b/vite.config.js index 1dd07766..8e6ca901 100644 --- a/vite.config.js +++ b/vite.config.js @@ -20,11 +20,11 @@ export default ({ mode, command }) => { // cyz // target: 'http://192.168.10.75:8777', // tjj - target: 'http://192.168.10.29:13000', + // target: 'http://192.168.10.29:13000', // sst // target: 'http://192.168.10.94:8888', // target: 'http://192.168.10.29:13000', - // target: 'http://test.api.huitongys.com', + target: 'http://test.api.huitongys.com', // target: 'http://h5uapi.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), From 638e2edf850fd8c7232ee87016cf3b8340b6ec02 Mon Sep 17 00:00:00 2001 From: pengsong <13980968324@163.com> Date: Mon, 20 Nov 2023 23:52:59 +0800 Subject: [PATCH 04/14] =?UTF-8?q?=E6=9D=83=E9=99=90=20=20=E7=BC=93?= =?UTF-8?q?=E5=AD=98=20=20=E6=8B=96=E6=8B=BD=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/components/edittablehead/index.vue | 94 +- src/page/index/index.vue | 4 +- src/page/index/layout.vue | 4 +- src/router/avue-router.js | 44 +- .../distributionStockArticleDiscuss.vue | 158 +- .../inventory/distrilbutionBillLadingList.vue | 122 +- src/views/factory/snm/staorderPackages.vue | 406 +- src/views/factory/snm/stationlinenum.vue | 423 +- vite.config.js | 3 +- yarn.lock | 3386 ++++++++--------- 11 files changed, 2199 insertions(+), 2446 deletions(-) diff --git a/package.json b/package.json index 51543ad0..bf24fd41 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "kr-print-designer": "^1.1.8", "mockjs": "^1.1.0", "nprogress": "^0.2.0", + "sortablejs": "^1.15.0", "vite-plugin-mock": "^2.9.4", "vue": "^3.2.40", "vue-baidu-map": "^0.21.22", diff --git a/src/components/edittablehead/index.vue b/src/components/edittablehead/index.vue index e21f8183..c6dd6872 100644 --- a/src/components/edittablehead/index.vue +++ b/src/components/edittablehead/index.vue @@ -2,28 +2,17 @@ - - + +