From 72b56c743b38b46d62cf6675453b7c3d8c7b3bba Mon Sep 17 00:00:00 2001
From: wws <18630710203@163.com>
Date: Wed, 30 Aug 2023 17:28:27 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=A8=A1=E5=9D=97(=E5=B7=A5?=
=?UTF-8?q?=E5=8D=95=E6=89=93=E5=8D=B0=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?=
=?UTF-8?q?)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/plan/workorder/index.vue | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue
index 80c9d47..860c0f0 100644
--- a/src/views/plan/workorder/index.vue
+++ b/src/views/plan/workorder/index.vue
@@ -280,6 +280,17 @@
+
+
+
+
+
@@ -451,6 +462,9 @@ export default {
printable: 'printFrom',
ignore: ['no-print'],
workCenter: "暂无数据",
+ SAPNo: null,
+ manufacture: null,
+ auditor: null,
printDate: null,
factory: null,
productDate: null,
@@ -610,6 +624,7 @@ export default {
// 打开工单信息对话框
this.printDialogVisible = true;
this.printData.printDate = moment(new Date()).format('YYYY.MM.DD');
+ this.printData.manufacture = this.$store.state.user.name;
this.newWorkerLoading = true // 设置加载状态为true,表示正在加载
this.refreshNewWorkerTable = false // 先将refreshProTable设置为false,隐藏表格
getWorkOrders(this.selectWork.workorderCode).then(response => {
@@ -1108,5 +1123,8 @@ export default {
}
.my-print-table {
+}
+.my-print-foot {
+ margin-top: 20px;
}