From f2fe1fcddad2afb44b891e0d61ac52535db91d39 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Fri, 14 Feb 2025 08:33:30 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E7=BB=99=E5=93=81=E5=8F=91=E8=B4=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 4 +-
src/mycomponents/job/jobPlanNumber.vue | 35 +
.../scan/winScanPackAndLocationNoShow.vue | 603 +++++++++++++++++
.../coms/comIssueDetailCardBatch.vue | 58 ++
.../issueSupplies/coms/comIssueJobCard.vue | 57 ++
src/pages/issueSupplies/coms/jobInfoPopup.vue | 58 ++
src/pages/issueSupplies/coms/jobListPopup.vue | 46 ++
.../issueSupplies/job/issueDetailBatch.vue | 552 +++++++++++++++
src/pages/issueSupplies/job/issueJob.vue | 635 ++++++++++++++++++
9 files changed, 2046 insertions(+), 2 deletions(-)
create mode 100644 src/mycomponents/job/jobPlanNumber.vue
create mode 100644 src/mycomponents/scan/winScanPackAndLocationNoShow.vue
create mode 100644 src/pages/issueSupplies/coms/comIssueDetailCardBatch.vue
create mode 100644 src/pages/issueSupplies/coms/comIssueJobCard.vue
create mode 100644 src/pages/issueSupplies/coms/jobInfoPopup.vue
create mode 100644 src/pages/issueSupplies/coms/jobListPopup.vue
create mode 100644 src/pages/issueSupplies/job/issueDetailBatch.vue
create mode 100644 src/pages/issueSupplies/job/issueJob.vue
diff --git a/.env.development b/.env.development
index ad12ecf2..0032b291 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
-#VITE_BASE_URL=http://192.168.1.49:12080/admin-api
-VITE_BASE_URL=http://localhost:12080/admin-api
+VITE_BASE_URL=http://192.168.0.228:12080/admin-api
+#VITE_BASE_URL=http://localhost:12080/admin-api
#VITE_BASE_URL=http://dev.ccwin-in.com:28051/api/admin-api
# VITE_BASE_URL_IMAGE=http://172.22.32.9:81/admin-api
diff --git a/src/mycomponents/job/jobPlanNumber.vue b/src/mycomponents/job/jobPlanNumber.vue
new file mode 100644
index 00000000..e3c07050
--- /dev/null
+++ b/src/mycomponents/job/jobPlanNumber.vue
@@ -0,0 +1,35 @@
+
+
+ {{number}}
+
+
+
+
+
+
+
+
+
diff --git a/src/mycomponents/scan/winScanPackAndLocationNoShow.vue b/src/mycomponents/scan/winScanPackAndLocationNoShow.vue
new file mode 100644
index 00000000..d57e5f30
--- /dev/null
+++ b/src/mycomponents/scan/winScanPackAndLocationNoShow.vue
@@ -0,0 +1,603 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/issueSupplies/coms/comIssueDetailCardBatch.vue b/src/pages/issueSupplies/coms/comIssueDetailCardBatch.vue
new file mode 100644
index 00000000..a24d4072
--- /dev/null
+++ b/src/pages/issueSupplies/coms/comIssueDetailCardBatch.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/issueSupplies/coms/comIssueJobCard.vue b/src/pages/issueSupplies/coms/comIssueJobCard.vue
new file mode 100644
index 00000000..f8d6d41d
--- /dev/null
+++ b/src/pages/issueSupplies/coms/comIssueJobCard.vue
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+ 生产线
+ {{dataContent.detailProductionLineCode}}
+
+
+
+
+ 工位
+ {{dataContent.detailWorkStationCode}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/issueSupplies/coms/jobInfoPopup.vue b/src/pages/issueSupplies/coms/jobInfoPopup.vue
new file mode 100644
index 00000000..a06a7829
--- /dev/null
+++ b/src/pages/issueSupplies/coms/jobInfoPopup.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+ 车间代码 :
+ {{dataContent.WorkshopCode}}
+
+
+ 使用在途库 :
+ {{dataContent.UseOnTheWayLocation}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/issueSupplies/coms/jobListPopup.vue b/src/pages/issueSupplies/coms/jobListPopup.vue
new file mode 100644
index 00000000..6e49a0d1
--- /dev/null
+++ b/src/pages/issueSupplies/coms/jobListPopup.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/issueSupplies/job/issueDetailBatch.vue b/src/pages/issueSupplies/job/issueDetailBatch.vue
new file mode 100644
index 00000000..c4f3535b
--- /dev/null
+++ b/src/pages/issueSupplies/job/issueDetailBatch.vue
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/issueSupplies/job/issueJob.vue b/src/pages/issueSupplies/job/issueJob.vue
new file mode 100644
index 00000000..1bf97f69
--- /dev/null
+++ b/src/pages/issueSupplies/job/issueJob.vue
@@ -0,0 +1,635 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file