From 46309d6647f676175b345c3a5e0d2fefdd3eed3b Mon Sep 17 00:00:00 2001 From: siontion Date: Thu, 1 Feb 2024 08:51:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=9B=98=E7=82=B9=E7=89=A9=E6=96=99?= =?UTF-8?q?=E5=88=97=E8=A1=A8UX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 盘点物料列表UX --- .../heli/storagecheck/StorageCheckForm.vue | 6 -- .../views/heli/storagecheck/checkdetail.vue | 15 +++- .../src/views/heli/storagecheck/materials.vue | 84 +++++++++++++++++++ 3 files changed, 98 insertions(+), 7 deletions(-) create mode 100644 mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/materials.vue diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/StorageCheckForm.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/StorageCheckForm.vue index a98373ff..b4998a67 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/StorageCheckForm.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/storagecheck/StorageCheckForm.vue @@ -4,12 +4,6 @@ - - 新增 + 新增 @@ -258,6 +258,9 @@ 除 + + + \ No newline at end of file From 35e9b68eef85171d1a8799d656b8eefd5152c807 Mon Sep 17 00:00:00 2001 From: qiuhongwu Date: Thu, 1 Feb 2024 09:48:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=89=93=E5=8D=B0=20=E6=91=B8=E5=85=B7?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92=E5=8D=95=20=E9=99=84?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/heli/hlvuestyle/productionPrint.vue | 203 +++++++++++++++++- 1 file changed, 197 insertions(+), 6 deletions(-) diff --git a/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue b/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue index 9596565e..5ca5ee99 100644 --- a/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue +++ b/mes-ui/mes-ui-admin-vue3/src/views/heli/hlvuestyle/productionPrint.vue @@ -151,9 +151,9 @@ 责任人 备注 - - {{ item }} - + + {{ its.index }} + {{its.name}} @@ -163,10 +163,163 @@ -
+
说明: - 1.每个项目的零部件制作工艺,材料材质,硬度要求必须统一,出现任何问题,各工程师负责! - 2.模具调试,试模需要根据客户要求,自己安排调试,我司根据需要安排人员参与配合。 + 1.每个项目的零部件制作工艺,材料材质,硬度要求必须统一,出现任何问题,各工程师负责! + 2.模具调试,试模需要根据客户要求,自己安排调试,我司根据需要安排人员参与配合。 +
+ + + + + + 编制/日期 + 审核/日期 + 批准/日期 + + + {{ `formData.creatorName` }} + {{ `formData.auditUserName` }} + {{ `formData.approveUserName` }} + + + {{ `formData.creatorName` }} + {{ `formData.auditUserName` }} + {{ `formData.approveUserName` }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -205,6 +358,44 @@ import { Check } from '@element-plus/icons-vue' const dialogVisible = ref(false) // 弹窗的是否展示 +const formData = ref({ + tablename: [ + { + index:1, + name: '母模/毛坯' + }, + { + index:2, + + name: '粗,精加工' + }, + { + index:3, + name: '热处理' + }, + { + index:4, + name: '电火花' + }, + { + index:5, + name: '打孔/抛光' + }, + { + index:6, + name: '装配' + }, + { + index:7, + name: '预验收' + }, + { + index:8, + name:'检验' + } + ] +}) + const onPrint = () => { // 拿到打印页面dom节点 const printNode = document.querySelector('.print-wrap')
+
+ +
+
+ 摸具生产计划单-附页 + +
项目编号
+
{{ `formData.code` }}
+
客户名称 + {{ '公司名字' }} + {{ `密称` }} 编码: {{ `1091` }}
项目名称 + {{ `系列摸具` }} + 业务员: {{ `xxx` }}
项目工期 + {{ '2024/1/11' }} + {{ `2024/4/11` }}天数{{ `92` }} 是否紧急: {{ `否` }}
+
+ 接上页 +
+
子项目信息:
序号 名称/编号 设备型号 数量 主要材料 毛坯日期 2D/日期 3D/日期
{{ item+8 }} +
+ {{ `名称` }} + {{ `编号` }} +
+
{{ `LP 100L` }} {{ `1` }} {{ `H13` }} {{ `2024/1/15` }} +
+ {{ `2024/1/15` }} + {{ `name` }} +
+
+
+ {{ `2024/1/15` }} + {{ `name` }} +
+
+
+ 说明: + 1.每个项目的零部件制作工艺,材料材质,硬度要求必须统一,出现任何问题,各工程师负责! + 2.模具调试,试模需要根据客户要求,自己安排调试,我司根据需要安排人员参与配合。