From 1d61ba76588d83ae43edc22c16c96fc25b4684be Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 29 十一月 2022 09:37:21 +0800
Subject: [PATCH] 1.存货档案控制默认工艺路线为必填
---
src/views/gantt_back/gantt_back.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/gantt_back/gantt_back.vue b/src/views/gantt_back/gantt_back.vue
index 203fa8f..cc905fb 100644
--- a/src/views/gantt_back/gantt_back.vue
+++ b/src/views/gantt_back/gantt_back.vue
@@ -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