From 15c851a7418570c5e86ec046917866fe677eb55d Mon Sep 17 00:00:00 2001
From: wws <18630710203@163.com>
Date: Wed, 20 Sep 2023 10:53:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E5=B7=A5?=
=?UTF-8?q?=E5=8D=95=E7=AE=A1=E7=90=86=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/plan/workorder/index.vue | 23 +++++++++++++++++++++--
1 file changed, 21 insertions(+), 2 deletions(-)
diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue
index 3a1c1ff0..817c1937 100644
--- a/src/views/plan/workorder/index.vue
+++ b/src/views/plan/workorder/index.vue
@@ -174,7 +174,14 @@
-
+
+
+
+
+ {{ scope.row.prodLineName }}
+
+
+
@@ -429,7 +436,13 @@
-
+
+
+
+ {{ scope.row.prodLineCode }}
+
+
+
@@ -615,6 +628,7 @@ export default {
// 变更-车数数量校验
changeCarNum(num) {
+
// 请先输入订单数量
if (this.splitForm.splitNum == null) {
this.$message({
@@ -1270,4 +1284,9 @@ export default {
.my-print-foot {
margin-top: 20px;
}
+.btn {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}