Browse Source

修改提示语

695593266@qq.com 6 ngày trước cách đây
mục cha
commit
692417ef73

+ 33 - 15
src/views/produceOrder/components/releaseDialog/planDotLineReleaseDialog.vue

@@ -866,7 +866,7 @@
             this.processList = [];
             // this.form.taskAss = 1;
             // this.procTaskDis = true;
-            this.$message.warning('当前工单没有工序数据');
+            this.$message.warning('当前工单没有布点数据');
             return;
           }
           // this.procTaskDis = false;
@@ -1286,7 +1286,8 @@
             const conflictRes = await checkAssignSourceType(data);
             if (conflictRes?.result) {
               this.$message.warning(
-                conflictRes.message || '当前派单布点存在冲突,请调整后再保存或派单'
+                conflictRes.message ||
+                  '当前派单布点存在冲突,请调整后再保存或派单'
               );
             }
           }
@@ -1929,8 +1930,7 @@
   .form-wrapper {
     position: relative;
     padding: 18px 20px 20px;
-    background:
-      linear-gradient(rgba(39, 56, 74, 0.035) 1px, transparent 1px),
+    background: linear-gradient(rgba(39, 56, 74, 0.035) 1px, transparent 1px),
       linear-gradient(90deg, rgba(39, 56, 74, 0.035) 1px, transparent 1px),
       linear-gradient(135deg, rgba(31, 111, 235, 0.08), transparent 36%),
       linear-gradient(180deg, #f7faff 0%, #edf3f8 100%);
@@ -1952,8 +1952,11 @@
     margin-bottom: 10px;
     border: 1px solid #d8e3ee;
     border-radius: 6px;
-    background:
-      linear-gradient(90deg, rgba(27, 116, 228, 0.06), transparent 26%),
+    background: linear-gradient(
+        90deg,
+        rgba(27, 116, 228, 0.06),
+        transparent 26%
+      ),
       #ffffff;
     box-shadow: inset 4px 0 0 #1b74e4, 0 10px 24px rgba(31, 51, 73, 0.08);
   }
@@ -1963,8 +1966,11 @@
     margin-bottom: 14px;
     border: 1px solid #d8e3ee;
     border-radius: 6px;
-    background:
-      linear-gradient(90deg, rgba(32, 209, 194, 0.06), transparent 30%),
+    background: linear-gradient(
+        90deg,
+        rgba(32, 209, 194, 0.06),
+        transparent 30%
+      ),
       #fafdff;
     box-shadow: inset 4px 0 0 #20d1c2, 0 8px 18px rgba(31, 51, 73, 0.05);
   }
@@ -2028,8 +2034,11 @@
     border-right: none;
     border-left: none;
     border-radius: 0;
-    background:
-      linear-gradient(90deg, rgba(16, 194, 123, 0.14), transparent 38%),
+    background: linear-gradient(
+        90deg,
+        rgba(16, 194, 123, 0.14),
+        transparent 38%
+      ),
       #f7fbff;
     color: #13844f !important;
     font-weight: 700;
@@ -2055,7 +2064,10 @@
     box-shadow: inset 0 3px 0 #20d1c2;
   }
 
-  ::v-deep .el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-active):hover {
+  ::v-deep
+    .el-tabs--border-card
+    > .el-tabs__header
+    .el-tabs__item:not(.is-active):hover {
     color: #ffffff;
     background: rgba(32, 209, 194, 0.1);
   }
@@ -2081,8 +2093,11 @@
     gap: 10px 18px;
     padding: 12px 14px;
     border-bottom: 1px solid #dce7f1;
-    background:
-      linear-gradient(90deg, rgba(27, 116, 228, 0.08), rgba(32, 209, 194, 0.06)),
+    background: linear-gradient(
+        90deg,
+        rgba(27, 116, 228, 0.08),
+        rgba(32, 209, 194, 0.06)
+      ),
       #ffffff;
   }
 
@@ -2336,8 +2351,11 @@
   .release-dialog-industrial .el-dialog__header {
     padding: 18px 24px;
     border-bottom: 1px solid rgba(32, 209, 194, 0.28);
-    background:
-      linear-gradient(90deg, rgba(32, 209, 194, 0.18), transparent 42%),
+    background: linear-gradient(
+        90deg,
+        rgba(32, 209, 194, 0.18),
+        transparent 42%
+      ),
       linear-gradient(135deg, #1b2a3a, #26384a);
   }
 

+ 1 - 1
src/views/productionPlan/components/newFactoryProductionScheduling.vue

@@ -774,7 +774,7 @@
             return;
           }
 
-          this.$message.warning('当前工单没有工序数据');
+          this.$message.warning('当前工单没有布点数据');
         } catch (e) {
           this.planRoutingPayload = null;
           this.taskList = [];