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;
+}