From 9edc20f04ae1cdc847a2f709831b8d0e6f4f0eda Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 14:47:36 +0800
Subject: [PATCH] 1.生产入库无源单提交测试OK 生产入库开发完成2.MES工单 流程单新增工单编码二维码
---
src/views/gantt_back/gantt_back.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/gantt_back/gantt_back.vue b/src/views/gantt_back/gantt_back.vue
index 203fa8f..d627e07 100644
--- a/src/views/gantt_back/gantt_back.vue
+++ b/src/views/gantt_back/gantt_back.vue
@@ -105,7 +105,7 @@
@scrollLeft="scrollLeftA"
>
<template slot="block" slot-scope="{data,item}">
- <Test
+ <Scheduling
:data="data"
:update-time-lines="updateTimeLines"
:cell-height="cellHeight"
@@ -143,14 +143,14 @@
</template>
<script>
-import Test from '@/components/Test'
+import Scheduling from '@/components/Scheduling'
import dayjs from 'dayjs'
const scaleList = `30,60,240,360`.split(',').map(n => parseInt(n))
const timeList = `0,30,60,120,240,480`.split(',').map(n => parseInt(n))
export default {
- components: { Test },
+ components: { Scheduling },
data() {
return {
show: false,
@@ -276,7 +276,7 @@
},
'rows': [
{
- 'YearDate': '2022-09-27',
+ 'YearDate': '2022-11-29',
'children': [
{
'AdvaDevicNumber': 'LKFDL_SC-PC029',
@@ -292,7 +292,7 @@
]
},
{
- 'YearDate': '2022-09-28',
+ 'YearDate': '2022-11-30',
'children': [
{
'AdvaDevicNumber': 'LKFDL_SC-PC029',
@@ -308,7 +308,7 @@
]
},
{
- 'YearDate': '2022-09-29',
+ 'YearDate': '2022-12-01',
'children': [
{
'AdvaDevicNumber': 'LKFDL_SC-PC029',
@@ -324,7 +324,7 @@
]
},
{
- 'YearDate': '2022-09-30',
+ 'YearDate': '2022-12-02',
'children': [
{
'AdvaDevicNumber': 'LKFDL_SC-PC029',
@@ -340,7 +340,7 @@
]
},
{
- 'YearDate': '2022-10-01',
+ 'YearDate': '2022-12-03',
'children': [
{
'AdvaDevicNumber': 'LKFDL_SC-PC029',
@@ -356,7 +356,7 @@
]
},
{
- 'YearDate': '2022-10-02',
+ 'YearDate': '2022-12-04',
'children': [
{
'AdvaDevicNumber': 'LKFDL_SC-PC029',
--
Gitblit v1.9.3