Browse Source

APS排程数据同步

qinhb 6 months ago
parent
commit
738847116e
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/views/plan/schedule/index.vue

+ 11 - 0
src/views/plan/schedule/index.vue

@@ -171,6 +171,12 @@ option.value = Object.assign(option.value, {
       search: true,
     },
     {
+      label: "工单编码",
+      prop: "workOrderCode",
+      editDisabled: true,
+      search: true,
+    },
+    {
       label: "工位名称",
       prop: "stationName",
       search: true,
@@ -272,6 +278,11 @@ option.value = Object.assign(option.value, {
       type: "datetime",
       valueFormat: "YYYY-MM-DD HH:mm:ss",
     },
+    {
+      label: "来源",
+      prop: "source",
+      editDisabled: true
+    },
   ],
 });
 </script>