From 813521492f593badfb04f0b52718c3061f395b8c Mon Sep 17 00:00:00 2001 From: mhsnet Date: Sun, 7 Apr 2024 16:52:23 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/gw/com/index.ts | 8 + src/views/Gw/biLeiQi/BiLeiQiForm.vue | 43 +++-- .../Gw/boxMateQuality/BoxMateQualityForm.vue | 46 ++++-- src/views/Gw/com/SltBaseSupplier.vue | 151 ++++++++++++++++++ .../Gw/dianLiuHuGanQi/DianLiuHuGanQiForm.vue | 43 +++-- src/views/Gw/dianRongQi/DianRongQiForm.vue | 43 +++-- src/views/Gw/duanLuQi/DuanLuQiForm.vue | 41 +++-- .../FusedIsolationSwitchForm.vue | 43 +++-- .../langYongBaoHuQi/LangYongBaoHuQiForm.vue | 43 +++-- src/views/Gw/muPai/MuPaiForm.vue | 43 +++-- .../ShengYuDianLiuDongZuoBaoHuForm.vue | 43 +++-- 11 files changed, 440 insertions(+), 107 deletions(-) create mode 100644 src/views/Gw/com/SltBaseSupplier.vue diff --git a/src/api/gw/com/index.ts b/src/api/gw/com/index.ts index 0856785..b3a3d27 100644 --- a/src/api/gw/com/index.ts +++ b/src/api/gw/com/index.ts @@ -12,3 +12,11 @@ export const getPoNoAndPoItemID = async () => { return res }) } +// 获取供应商列表 +export const getBaseSupplierList = async () => { + return await request + .post({ url: `/DistributionBoxTesting/GetBaseSupplierList`, data: { filter: {} } }) + .then((res) => { + return res.Data + }) +} diff --git a/src/views/Gw/biLeiQi/BiLeiQiForm.vue b/src/views/Gw/biLeiQi/BiLeiQiForm.vue index f6d1429..3dddf91 100644 --- a/src/views/Gw/biLeiQi/BiLeiQiForm.vue +++ b/src/views/Gw/biLeiQi/BiLeiQiForm.vue @@ -53,38 +53,38 @@ --> @@ -244,6 +244,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue b/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue index 5175b9d..6566d88 100644 --- a/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue +++ b/src/views/Gw/boxMateQuality/BoxMateQualityForm.vue @@ -53,38 +53,38 @@ --> @@ -250,6 +250,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/com/SltBaseSupplier.vue b/src/views/Gw/com/SltBaseSupplier.vue new file mode 100644 index 0000000..3efd2a8 --- /dev/null +++ b/src/views/Gw/com/SltBaseSupplier.vue @@ -0,0 +1,151 @@ + + + + \ No newline at end of file diff --git a/src/views/Gw/dianLiuHuGanQi/DianLiuHuGanQiForm.vue b/src/views/Gw/dianLiuHuGanQi/DianLiuHuGanQiForm.vue index 397d3bd..60ee797 100644 --- a/src/views/Gw/dianLiuHuGanQi/DianLiuHuGanQiForm.vue +++ b/src/views/Gw/dianLiuHuGanQi/DianLiuHuGanQiForm.vue @@ -53,38 +53,38 @@ --> @@ -237,6 +237,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/dianRongQi/DianRongQiForm.vue b/src/views/Gw/dianRongQi/DianRongQiForm.vue index f362e04..9ffd93a 100644 --- a/src/views/Gw/dianRongQi/DianRongQiForm.vue +++ b/src/views/Gw/dianRongQi/DianRongQiForm.vue @@ -53,38 +53,38 @@ --> @@ -273,6 +273,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/duanLuQi/DuanLuQiForm.vue b/src/views/Gw/duanLuQi/DuanLuQiForm.vue index 056ee32..f7f8ead 100644 --- a/src/views/Gw/duanLuQi/DuanLuQiForm.vue +++ b/src/views/Gw/duanLuQi/DuanLuQiForm.vue @@ -54,37 +54,37 @@ @@ -257,6 +257,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/fusedIsolationSwitch/FusedIsolationSwitchForm.vue b/src/views/Gw/fusedIsolationSwitch/FusedIsolationSwitchForm.vue index a88c365..8d74b80 100644 --- a/src/views/Gw/fusedIsolationSwitch/FusedIsolationSwitchForm.vue +++ b/src/views/Gw/fusedIsolationSwitch/FusedIsolationSwitchForm.vue @@ -53,38 +53,38 @@ --> @@ -257,6 +257,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/langYongBaoHuQi/LangYongBaoHuQiForm.vue b/src/views/Gw/langYongBaoHuQi/LangYongBaoHuQiForm.vue index 44e2742..3ec2545 100644 --- a/src/views/Gw/langYongBaoHuQi/LangYongBaoHuQiForm.vue +++ b/src/views/Gw/langYongBaoHuQi/LangYongBaoHuQiForm.vue @@ -53,38 +53,38 @@ --> @@ -249,6 +249,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/muPai/MuPaiForm.vue b/src/views/Gw/muPai/MuPaiForm.vue index c950d7d..483a7ff 100644 --- a/src/views/Gw/muPai/MuPaiForm.vue +++ b/src/views/Gw/muPai/MuPaiForm.vue @@ -53,38 +53,38 @@ --> @@ -249,6 +249,7 @@ + \ No newline at end of file diff --git a/src/views/Gw/shengYuDianLiuDongZuoBaoHu/ShengYuDianLiuDongZuoBaoHuForm.vue b/src/views/Gw/shengYuDianLiuDongZuoBaoHu/ShengYuDianLiuDongZuoBaoHuForm.vue index 8b727a4..dc52988 100644 --- a/src/views/Gw/shengYuDianLiuDongZuoBaoHu/ShengYuDianLiuDongZuoBaoHuForm.vue +++ b/src/views/Gw/shengYuDianLiuDongZuoBaoHu/ShengYuDianLiuDongZuoBaoHuForm.vue @@ -53,38 +53,38 @@ --> @@ -263,6 +263,7 @@ + \ No newline at end of file From e30cff76d167824da4612063ec68f58a47c09aed Mon Sep 17 00:00:00 2001 From: mhsnet Date: Sun, 7 Apr 2024 18:07:54 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=B7=A5=E8=89=BA?= =?UTF-8?q?=E5=8F=8A=E8=BF=87=E7=A8=8B=E6=A3=80=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Gw/boxAppStruct/BoxAppStructForm.vue | 259 +++++++------- .../componentInspect/ComponentInspectForm.vue | 262 +++++++------- src/views/Gw/daoXian/DaoXianForm.vue | 273 ++++++++------- .../Gw/elecDistance/ElecDistanceForm.vue | 248 ++++++------- src/views/Gw/elecGap/ElecGapForm.vue | 329 +++++++++--------- 5 files changed, 704 insertions(+), 667 deletions(-) diff --git a/src/views/Gw/boxAppStruct/BoxAppStructForm.vue b/src/views/Gw/boxAppStruct/BoxAppStructForm.vue index 284e585..e7ff630 100644 --- a/src/views/Gw/boxAppStruct/BoxAppStructForm.vue +++ b/src/views/Gw/boxAppStruct/BoxAppStructForm.vue @@ -1,43 +1,54 @@ + + + \ No newline at end of file diff --git a/src/views/Gw/componentInspect/ComponentInspectForm.vue b/src/views/Gw/componentInspect/ComponentInspectForm.vue index 299c5e7..cd91b38 100644 --- a/src/views/Gw/componentInspect/ComponentInspectForm.vue +++ b/src/views/Gw/componentInspect/ComponentInspectForm.vue @@ -1,43 +1,54 @@ + + + \ No newline at end of file diff --git a/src/views/Gw/daoXian/DaoXianForm.vue b/src/views/Gw/daoXian/DaoXianForm.vue index 3100355..1035b86 100644 --- a/src/views/Gw/daoXian/DaoXianForm.vue +++ b/src/views/Gw/daoXian/DaoXianForm.vue @@ -1,43 +1,54 @@ + + + \ No newline at end of file diff --git a/src/views/Gw/elecDistance/ElecDistanceForm.vue b/src/views/Gw/elecDistance/ElecDistanceForm.vue index 6a176a9..92f3684 100644 --- a/src/views/Gw/elecDistance/ElecDistanceForm.vue +++ b/src/views/Gw/elecDistance/ElecDistanceForm.vue @@ -1,43 +1,53 @@ + + \ No newline at end of file diff --git a/src/views/Gw/elecGap/ElecGapForm.vue b/src/views/Gw/elecGap/ElecGapForm.vue index 4cfbe55..be68524 100644 --- a/src/views/Gw/elecGap/ElecGapForm.vue +++ b/src/views/Gw/elecGap/ElecGapForm.vue @@ -1,60 +1,69 @@