From c8726b4f5a836b1cf4e50caf531b9c3c25418775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Wed, 28 Dec 2022 14:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=8A=9F=E8=83=BD=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/thirdSys/product/thrProducts.vue | 4 ++-- .../product/{ThrProductsAdd.vue => thrProductsAdd.vue} | 0 .../product/{ThrProductsDetail.vue => thrProductsDetail.vue} | 0 src/views/thirdSys/product/thrProductsExport.vue | 2 +- src/views/thirdSys/product/thrProductsImport.vue | 4 ++-- ...hrProductsImportDetail.vue => thrProductsImportDetail.vue} | 0 .../product/{ThrProductsSelect.vue => thrProductsSelect.vue} | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) rename src/views/thirdSys/product/{ThrProductsAdd.vue => thrProductsAdd.vue} (100%) rename src/views/thirdSys/product/{ThrProductsDetail.vue => thrProductsDetail.vue} (100%) rename src/views/thirdSys/product/{ThrProductsImportDetail.vue => thrProductsImportDetail.vue} (100%) rename src/views/thirdSys/product/{ThrProductsSelect.vue => thrProductsSelect.vue} (99%) diff --git a/src/views/thirdSys/product/thrProducts.vue b/src/views/thirdSys/product/thrProducts.vue index fc3661b1..3a3d279c 100644 --- a/src/views/thirdSys/product/thrProducts.vue +++ b/src/views/thirdSys/product/thrProducts.vue @@ -122,8 +122,8 @@ import { import {getInvbasdoc} from "@/api/thrsys/getErps"; import {getBasicThirdSys, filterDetailByKey} from "@/api/thrsys/basicThirdSys"; import {selectIp} from "@/api/system/systemParamConfig"; -import thrProductsDetail from "./ThrProductsDetail"; -import ThrProductsAdd from "@/views/thirdSys/product/ThrProductsAdd"; +import thrProductsDetail from "./thrProductsDetail"; +import ThrProductsAdd from "@/views/thirdSys/product/thrProductsAdd"; import {findConfig} from "@/api/thrsys/spsSyncStatus"; export default { diff --git a/src/views/thirdSys/product/ThrProductsAdd.vue b/src/views/thirdSys/product/thrProductsAdd.vue similarity index 100% rename from src/views/thirdSys/product/ThrProductsAdd.vue rename to src/views/thirdSys/product/thrProductsAdd.vue diff --git a/src/views/thirdSys/product/ThrProductsDetail.vue b/src/views/thirdSys/product/thrProductsDetail.vue similarity index 100% rename from src/views/thirdSys/product/ThrProductsDetail.vue rename to src/views/thirdSys/product/thrProductsDetail.vue diff --git a/src/views/thirdSys/product/thrProductsExport.vue b/src/views/thirdSys/product/thrProductsExport.vue index 4d8fdd6e..e1d94b1d 100644 --- a/src/views/thirdSys/product/thrProductsExport.vue +++ b/src/views/thirdSys/product/thrProductsExport.vue @@ -100,7 +100,7 @@