ysy 2 vuotta sitten
vanhempi
commit
b11d4e0925

+ 1 - 1
src/views/produceOrder/components/scheduleDialog.vue

@@ -102,7 +102,7 @@ export default {
         datasource({ page, where, limit }) {
             let data = teamqueuepage({
                 ...where,
-                // status: 1,
+                status: 1,
                 pageNum: page,
                 size: limit
             });

+ 8 - 7
src/views/produceOrder/index.vue

@@ -152,16 +152,17 @@ export default {
           align: 'center',
           minWidth: 110
         },
-        {
-          prop: 'originalCode',
-          label: '原始工单号',
-          align: 'center',
-          minWidth: 110
-        },
+        // {
+        //   prop: 'originalCode',
+        //   label: '原始工单号',
+        //   align: 'center',
+        //   minWidth: 110
+        // },
         {
           prop: 'productionPlanCode',
           label: '计划编号',
-          align: 'center'
+          align: 'center',
+          minWidth: 110
         },
         {
           prop: 'planType',