diff --git a/API/TaskManager.Entity/Entity.cs b/API/TaskManager.Entity/Entity.cs
index 2c67e32..49e480e 100644
--- a/API/TaskManager.Entity/Entity.cs
+++ b/API/TaskManager.Entity/Entity.cs
@@ -860,91 +860,91 @@ namespace TaskManager.Entity
/// 起始日期+2天的需求数量(以此类推)
///
[ExporterHeader(DisplayName = "第3天需求数量")]
- public decimal QuantityDemand3 { get; set; } = 0;
+ public decimal? QuantityDemand3 { get; set; } = 0;
[ExporterHeader(DisplayName = "第4天需求数量")]
- public decimal QuantityDemand4 { get; set; } = 0;
+ public decimal? QuantityDemand4 { get; set; } = 0;
[ExporterHeader(DisplayName = "第5天需求数量")]
- public decimal QuantityDemand5 { get; set; } = 0;
+ public decimal? QuantityDemand5 { get; set; } = 0;
[ExporterHeader(DisplayName = "第6天需求数量")]
- public decimal QuantityDemand6 { get; set; } = 0;
+ public decimal? QuantityDemand6 { get; set; } = 0;
[ExporterHeader(DisplayName = "第7天需求数量")]
- public decimal QuantityDemand7 { get; set; } = 0;
+ public decimal? QuantityDemand7 { get; set; } = 0;
[ExporterHeader(DisplayName = "第8天需求数量")]
- public decimal QuantityDemand8 { get; set; } = 0;
+ public decimal? QuantityDemand8 { get; set; } = 0;
[ExporterHeader(DisplayName = "第9天需求数量")]
- public decimal QuantityDemand9 { get; set; } = 0;
+ public decimal? QuantityDemand9 { get; set; } = 0;
[ExporterHeader(DisplayName = "第10天需求数量")]
- public decimal QuantityDemand10 { get; set; } = 0;
+ public decimal? QuantityDemand10 { get; set; } = 0;
[ExporterHeader(DisplayName = "第11天需求数量")]
- public decimal QuantityDemand11 { get; set; } = 0;
+ public decimal? QuantityDemand11 { get; set; } = 0;
[ExporterHeader(DisplayName = "第12天需求数量")]
- public decimal QuantityDemand12 { get; set; } = 0;
+ public decimal? QuantityDemand12 { get; set; } = 0;
[ExporterHeader(DisplayName = "第13天需求数量")]
- public decimal QuantityDemand13 { get; set; } = 0;
+ public decimal? QuantityDemand13 { get; set; } = 0;
[ExporterHeader(DisplayName = "第14天需求数量")]
- public decimal QuantityDemand14 { get; set; } = 0;
+ public decimal? QuantityDemand14 { get; set; } = 0;
[ExporterHeader(DisplayName = "第15天需求数量")]
- public decimal QuantityDemand15 { get; set; } = 0;
+ public decimal? QuantityDemand15 { get; set; } = 0;
[ExporterHeader(DisplayName = "第16天需求数量")]
- public decimal QuantityDemand16 { get; set; } = 0;
+ public decimal? QuantityDemand16 { get; set; } = 0;
[ExporterHeader(DisplayName = "第17天需求数量")]
- public decimal QuantityDemand17 { get; set; } = 0;
+ public decimal? QuantityDemand17 { get; set; } = 0;
[ExporterHeader(DisplayName = "第18天需求数量")]
- public decimal QuantityDemand18 { get; set; } = 0;
+ public decimal? QuantityDemand18 { get; set; } = 0;
[ExporterHeader(DisplayName = "第19天需求数量")]
- public decimal QuantityDemand19 { get; set; } = 0;
+ public decimal? QuantityDemand19 { get; set; } = 0;
[ExporterHeader(DisplayName = "第20天需求数量")]
- public decimal QuantityDemand20 { get; set; } = 0;
+ public decimal? QuantityDemand20 { get; set; } = 0;
[ExporterHeader(DisplayName = "第21天需求数量")]
- public decimal QuantityDemand21 { get; set; } = 0;
+ public decimal? QuantityDemand21 { get; set; } = 0;
[ExporterHeader(DisplayName = "第22天需求数量")]
- public decimal QuantityDemand22 { get; set; } = 0;
+ public decimal? QuantityDemand22 { get; set; } = 0;
[ExporterHeader(DisplayName = "第23天需求数量")]
- public decimal QuantityDemand23 { get; set; } = 0;
+ public decimal? QuantityDemand23 { get; set; } = 0;
[ExporterHeader(DisplayName = "第24天需求数量")]
- public decimal QuantityDemand24 { get; set; } = 0;
+ public decimal? QuantityDemand24 { get; set; } = 0;
[ExporterHeader(DisplayName = "第25天需求数量")]
- public decimal QuantityDemand25 { get; set; } = 0;
+ public decimal? QuantityDemand25 { get; set; } = 0;
[ExporterHeader(DisplayName = "第26天需求数量")]
- public decimal QuantityDemand26 { get; set; } = 0;
+ public decimal? QuantityDemand26 { get; set; } = 0;
[ExporterHeader(DisplayName = "第27天需求数量")]
- public decimal QuantityDemand27 { get; set; } = 0;
+ public decimal? QuantityDemand27 { get; set; } = 0;
[ExporterHeader(DisplayName = "第28天需求数量")]
- public decimal QuantityDemand28 { get; set; } = 0;
+ public decimal? QuantityDemand28 { get; set; } = 0;
[ExporterHeader(DisplayName = "第29天需求数量")]
- public decimal QuantityDemand29 { get; set; } = 0;
+ public decimal? QuantityDemand29 { get; set; } = 0;
[ExporterHeader(DisplayName = "第30天需求数量")]
- public decimal QuantityDemand30 { get; set; } = 0;
+ public decimal? QuantityDemand30 { get; set; } = 0;
[ExporterHeader(DisplayName = "第31天需求数量")]
- public decimal QuantityDemand31 { get; set; } = 0;
+ public decimal? QuantityDemand31 { get; set; } = 0;
///
/// 数据变更标识(1=更新需求,0=未变更)
@@ -2749,91 +2749,91 @@ namespace TaskManager.Entity
/// 起始日期+2天的需求数量(以此类推)
///
[ExporterHeader(DisplayName = "第3天需求数量")]
- public decimal QuantityDemand3 { get; set; } = 0;
+ public decimal? QuantityDemand3 { get; set; } = 0;
[ExporterHeader(DisplayName = "第4天需求数量")]
- public decimal QuantityDemand4 { get; set; } = 0;
+ public decimal? QuantityDemand4 { get; set; } = 0;
[ExporterHeader(DisplayName = "第5天需求数量")]
- public decimal QuantityDemand5 { get; set; } = 0;
+ public decimal? QuantityDemand5 { get; set; } = 0;
[ExporterHeader(DisplayName = "第6天需求数量")]
- public decimal QuantityDemand6 { get; set; } = 0;
+ public decimal? QuantityDemand6 { get; set; } = 0;
[ExporterHeader(DisplayName = "第7天需求数量")]
- public decimal QuantityDemand7 { get; set; } = 0;
+ public decimal? QuantityDemand7 { get; set; } = 0;
[ExporterHeader(DisplayName = "第8天需求数量")]
- public decimal QuantityDemand8 { get; set; } = 0;
+ public decimal? QuantityDemand8 { get; set; } = 0;
[ExporterHeader(DisplayName = "第9天需求数量")]
- public decimal QuantityDemand9 { get; set; } = 0;
+ public decimal? QuantityDemand9 { get; set; } = 0;
[ExporterHeader(DisplayName = "第10天需求数量")]
- public decimal QuantityDemand10 { get; set; } = 0;
+ public decimal? QuantityDemand10 { get; set; } = 0;
[ExporterHeader(DisplayName = "第11天需求数量")]
- public decimal QuantityDemand11 { get; set; } = 0;
+ public decimal? QuantityDemand11 { get; set; } = 0;
[ExporterHeader(DisplayName = "第12天需求数量")]
- public decimal QuantityDemand12 { get; set; } = 0;
+ public decimal? QuantityDemand12 { get; set; } = 0;
[ExporterHeader(DisplayName = "第13天需求数量")]
- public decimal QuantityDemand13 { get; set; } = 0;
+ public decimal? QuantityDemand13 { get; set; } = 0;
[ExporterHeader(DisplayName = "第14天需求数量")]
- public decimal QuantityDemand14 { get; set; } = 0;
+ public decimal? QuantityDemand14 { get; set; } = 0;
[ExporterHeader(DisplayName = "第15天需求数量")]
- public decimal QuantityDemand15 { get; set; } = 0;
+ public decimal? QuantityDemand15 { get; set; } = 0;
[ExporterHeader(DisplayName = "第16天需求数量")]
- public decimal QuantityDemand16 { get; set; } = 0;
+ public decimal? QuantityDemand16 { get; set; } = 0;
[ExporterHeader(DisplayName = "第17天需求数量")]
- public decimal QuantityDemand17 { get; set; } = 0;
+ public decimal? QuantityDemand17 { get; set; } = 0;
[ExporterHeader(DisplayName = "第18天需求数量")]
- public decimal QuantityDemand18 { get; set; } = 0;
+ public decimal? QuantityDemand18 { get; set; } = 0;
[ExporterHeader(DisplayName = "第19天需求数量")]
- public decimal QuantityDemand19 { get; set; } = 0;
+ public decimal? QuantityDemand19 { get; set; } = 0;
[ExporterHeader(DisplayName = "第20天需求数量")]
- public decimal QuantityDemand20 { get; set; } = 0;
+ public decimal? QuantityDemand20 { get; set; } = 0;
[ExporterHeader(DisplayName = "第21天需求数量")]
- public decimal QuantityDemand21 { get; set; } = 0;
+ public decimal? QuantityDemand21 { get; set; } = 0;
[ExporterHeader(DisplayName = "第22天需求数量")]
- public decimal QuantityDemand22 { get; set; } = 0;
+ public decimal? QuantityDemand22 { get; set; } = 0;
[ExporterHeader(DisplayName = "第23天需求数量")]
- public decimal QuantityDemand23 { get; set; } = 0;
+ public decimal? QuantityDemand23 { get; set; } = 0;
[ExporterHeader(DisplayName = "第24天需求数量")]
- public decimal QuantityDemand24 { get; set; } = 0;
+ public decimal? QuantityDemand24 { get; set; } = 0;
[ExporterHeader(DisplayName = "第25天需求数量")]
- public decimal QuantityDemand25 { get; set; } = 0;
+ public decimal? QuantityDemand25 { get; set; } = 0;
[ExporterHeader(DisplayName = "第26天需求数量")]
- public decimal QuantityDemand26 { get; set; } = 0;
+ public decimal? QuantityDemand26 { get; set; } = 0;
[ExporterHeader(DisplayName = "第27天需求数量")]
- public decimal QuantityDemand27 { get; set; } = 0;
+ public decimal? QuantityDemand27 { get; set; } = 0;
[ExporterHeader(DisplayName = "第28天需求数量")]
- public decimal QuantityDemand28 { get; set; } = 0;
+ public decimal? QuantityDemand28 { get; set; } = 0;
[ExporterHeader(DisplayName = "第29天需求数量")]
- public decimal QuantityDemand29 { get; set; } = 0;
+ public decimal? QuantityDemand29 { get; set; } = 0;
[ExporterHeader(DisplayName = "第30天需求数量")]
- public decimal QuantityDemand30 { get; set; } = 0;
+ public decimal? QuantityDemand30 { get; set; } = 0;
[ExporterHeader(DisplayName = "第31天需求数量")]
- public decimal QuantityDemand31 { get; set; } = 0;
+ public decimal? QuantityDemand31 { get; set; } = 0;
///
/// 数据变更标识(1=更新需求,0=未变更)
diff --git a/API/Wood.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml.user b/API/Wood.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml.user
index f30837c..b2df66c 100644
--- a/API/Wood.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml.user
+++ b/API/Wood.Admin.WebApi/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -3,7 +3,7 @@
<_PublishTargetUrl>D:\QRAPI20250528\API\Wood.Admin.WebApi\bin\Release\net8.0\publish\
- True|2025-07-04T05:12:49.8129504Z||;True|2025-07-04T11:57:19.4307706+08:00||;True|2025-07-03T09:24:39.8368797+08:00||;True|2025-07-02T17:18:03.6042427+08:00||;True|2025-07-02T10:15:44.3531626+08:00||;True|2025-07-02T10:14:19.3576521+08:00||;True|2025-07-01T18:51:45.0206266+08:00||;True|2025-06-30T15:39:43.7918723+08:00||;True|2025-06-30T14:40:36.2678533+08:00||;True|2025-06-30T14:22:36.2631903+08:00||;True|2025-06-30T09:23:23.0780295+08:00||;True|2025-06-28T10:37:00.4525422+08:00||;True|2025-06-27T14:51:18.0006510+08:00||;True|2025-06-27T14:46:36.7189818+08:00||;True|2025-06-25T10:54:54.0406425+08:00||;True|2025-06-24T15:53:07.6141315+08:00||;True|2025-06-24T15:48:22.4116425+08:00||;True|2025-06-24T15:47:33.3794364+08:00||;True|2025-06-24T15:21:28.5600646+08:00||;True|2025-06-23T17:18:30.1990173+08:00||;True|2025-06-23T17:12:33.6485743+08:00||;True|2025-06-19T17:18:07.6086155+08:00||;
+ True|2025-07-08T03:09:12.4661351Z||;True|2025-07-08T10:48:35.1871554+08:00||;False|2025-07-08T10:47:14.6770264+08:00||;True|2025-07-04T13:12:49.8129504+08:00||;True|2025-07-04T11:57:19.4307706+08:00||;True|2025-07-03T09:24:39.8368797+08:00||;True|2025-07-02T17:18:03.6042427+08:00||;True|2025-07-02T10:15:44.3531626+08:00||;True|2025-07-02T10:14:19.3576521+08:00||;True|2025-07-01T18:51:45.0206266+08:00||;True|2025-06-30T15:39:43.7918723+08:00||;True|2025-06-30T14:40:36.2678533+08:00||;True|2025-06-30T14:22:36.2631903+08:00||;True|2025-06-30T09:23:23.0780295+08:00||;True|2025-06-28T10:37:00.4525422+08:00||;True|2025-06-27T14:51:18.0006510+08:00||;True|2025-06-27T14:46:36.7189818+08:00||;True|2025-06-25T10:54:54.0406425+08:00||;True|2025-06-24T15:53:07.6141315+08:00||;True|2025-06-24T15:48:22.4116425+08:00||;True|2025-06-24T15:47:33.3794364+08:00||;True|2025-06-24T15:21:28.5600646+08:00||;True|2025-06-23T17:18:30.1990173+08:00||;True|2025-06-23T17:12:33.6485743+08:00||;True|2025-06-19T17:18:07.6086155+08:00||;
\ No newline at end of file
diff --git a/API/Wood.Admin.WebApi/wwwroot/logo_op.zip b/API/Wood.Admin.WebApi/wwwroot/logo_op.zip
new file mode 100644
index 0000000..562077f
Binary files /dev/null and b/API/Wood.Admin.WebApi/wwwroot/logo_op.zip differ
diff --git a/API/Wood.Admin.WebApi/日物料需求计划.json b/API/Wood.Admin.WebApi/日物料需求计划.json
index c199c2b..ce061ba 100644
--- a/API/Wood.Admin.WebApi/日物料需求计划.json
+++ b/API/Wood.Admin.WebApi/日物料需求计划.json
@@ -6,43 +6,43 @@
"pageNum": "1",
"rows": [
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895716701823102976",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010474AAABK",
"quantityDemand1": 3.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 0.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 13.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 2.00000,
"materialDescription": "黑色副仪表板导轨支架总成",
@@ -53,43 +53,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895716701852463104",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010475AA",
"quantityDemand1": 3.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 0.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 13.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 2.00000,
"materialDescription": "后吹面风管前段",
@@ -100,43 +100,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895716701881823232",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010476AA",
"quantityDemand1": 3.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 0.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 13.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 2.00000,
"materialDescription": "后吹面风管后段",
@@ -147,43 +147,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895716701906989056",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010477AA",
"quantityDemand1": 3.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 0.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 13.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 2.00000,
"materialDescription": "后吹面风管中段",
@@ -194,43 +194,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895716701936349184",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010478AA",
"quantityDemand1": 3.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 0.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 13.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 2.00000,
"materialDescription": "后吹面风管中段",
@@ -241,43 +241,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 3.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717480982179840",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AAABE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 14.00000,
"materialDescription": "仪表板左端板总成",
@@ -288,90 +288,90 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 1.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 2.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481040900096",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 13.00000,
"materialDescription": "仪表板左端板总成",
- "quantityDemand4": 90.00000,
+ "quantityDemand4": 913.00000,
"createTime": "2025-03-01 14:07:25",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 2.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 4.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 3.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 6.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481133174784",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AACBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 115.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 31.00000,
"materialDescription": "仪表板左端板总成",
@@ -382,43 +382,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 5.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 1.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481183506432",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AACRD",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 41.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 11.00000,
"materialDescription": "仪表板左端板总成",
@@ -429,43 +429,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 3.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481225449472",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AAABE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 14.00000,
"materialDescription": "仪表板右端板总成",
@@ -476,90 +476,90 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 1.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 2.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481288364032",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 13.00000,
"materialDescription": "仪表板右端板总成",
- "quantityDemand4": 90.00000,
+ "quantityDemand4": 913.00000,
"createTime": "2025-03-01 14:07:25",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 2.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 4.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 3.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 6.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481380638720",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AACBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 115.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 31.00000,
"materialDescription": "仪表板右端板总成",
@@ -570,43 +570,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 5.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 1.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481435164672",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AACRD",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 41.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 11.00000,
"materialDescription": "仪表板右端板总成",
@@ -617,43 +617,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 13.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 5.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 5.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 10.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 113.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717481602936832",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003478AABBK",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 298.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 69.00000,
"materialDescription": "扬声器罩总成",
@@ -664,43 +664,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 3.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717482433409024",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401004379AAABE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 14.00000,
"materialDescription": "组合开关上护罩总成",
@@ -711,43 +711,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 5.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 1.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717482475352064",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401004379AAABK",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 41.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 11.00000,
"materialDescription": "组合开关上护罩总成",
@@ -758,90 +758,90 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 1.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 2.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717482513100800",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401004379AAABN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 13.00000,
"materialDescription": "组合开关上护罩总成",
- "quantityDemand4": 90.00000,
+ "quantityDemand4": 913.00000,
"createTime": "2025-03-01 14:07:25",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 2.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 4.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 3.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 6.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717482559238144",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401004379AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 115.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 31.00000,
"materialDescription": "组合开关上护罩总成",
@@ -852,43 +852,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 13.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 5.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 5.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 10.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 113.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717482613764096",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401004381AAABK",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 298.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 69.00000,
"materialDescription": "仪表板左静音板总成",
@@ -899,43 +899,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 3.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484056604672",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005720AAABE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 14.00000,
"materialDescription": "组合开关下护罩总成",
@@ -946,43 +946,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 5.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 1.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484098547712",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005720AAABK",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 41.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 11.00000,
"materialDescription": "组合开关下护罩总成",
@@ -993,90 +993,90 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 1.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 2.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484140490752",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005720AAABN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 13.00000,
"materialDescription": "组合开关下护罩总成",
- "quantityDemand4": 90.00000,
+ "quantityDemand4": 913.00000,
"createTime": "2025-03-01 14:07:25",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 2.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 4.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 3.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 6.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484186628096",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005720AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 115.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 31.00000,
"materialDescription": "组合开关下护罩总成",
@@ -1087,43 +1087,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 3.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484236959744",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005727AAABE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 14.00000,
"materialDescription": "手套箱总成",
@@ -1134,43 +1134,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 2.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 4.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 3.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 6.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484278902784",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005727AAABN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 115.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 31.00000,
"materialDescription": "手套箱总成",
@@ -1181,43 +1181,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 5.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 1.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484329234432",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005727AAARD",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 41.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 11.00000,
"materialDescription": "手套箱总成",
@@ -1228,90 +1228,90 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 1.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 2.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484371177472",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005727AAARG",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 13.00000,
"materialDescription": "手套箱总成",
- "quantityDemand4": 90.00000,
+ "quantityDemand4": 913.00000,
"createTime": "2025-03-01 14:07:25",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 13.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 5.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 5.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 10.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 113.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484417314816",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401005728AAABK",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 298.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 69.00000,
"materialDescription": "仪表板右静音板总成",
@@ -1322,43 +1322,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 2.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 4.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 3.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 6.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484618641408",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009461AAABN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 115.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 31.00000,
"materialDescription": "仪表板本体总成",
@@ -1369,43 +1369,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 5.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 1.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484673167360",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009461AAARD",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 41.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 11.00000,
"materialDescription": "仪表板本体总成",
@@ -1416,43 +1416,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 3.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484715110400",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009461AAAWE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 14.00000,
"materialDescription": "仪表板本体总成",
@@ -1463,90 +1463,90 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 1.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 2.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484757053440",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009461AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 13.00000,
"materialDescription": "仪表板本体总成",
- "quantityDemand4": 90.00000,
+ "quantityDemand4": 913.00000,
"createTime": "2025-03-01 14:07:25",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 2.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 4.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 3.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 6.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484803190784",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009462AAABN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 115.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 31.00000,
"materialDescription": "左下护板总成",
@@ -1557,43 +1557,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 5.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 1.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484857716736",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009462AAARD",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 41.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 11.00000,
"materialDescription": "左下护板总成",
@@ -1604,43 +1604,43 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
+ "quantityDemand30": 13.00000,
"quantityDemand7": 3.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484895465472",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009462AAAWE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 14.00000,
"materialDescription": "左下护板总成",
@@ -1651,139 +1651,139 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 3.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 1.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 2.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717484937408512",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401009462AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 71.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 13.00000,
"materialDescription": "左下护板总成",
- "quantityDemand4": 90.00000,
+ "quantityDemand4": 913.00000,
"createTime": "2025-03-01 14:07:25",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
"quantityDemand14": 13.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
+ "quantityDemand31": 13.00000,
"quantityDemand10": 5.00000,
- "quantityDemand11": 0.00000,
+ "quantityDemand11": 13.00000,
"quantityDemand12": 5.00000,
"releaseEdition": "2025030101",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 10.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 113.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1895717552889327616",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "703002103AA",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 500.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 5013.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
"quantityDemand5": 69.00000,
"materialDescription": "螺钉堵盖",
- "quantityDemand4": 500.00000,
+ "quantityDemand4": 5013.00000,
"createTime": "2025-03-01 14:07:41",
"plantName": "奇瑞股份芜湖智造二工厂",
"startDate": "2025-03-01",
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896078440687267840",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010474AAABK",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 6.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "黑色副仪表板导轨支架总成",
"quantityDemand4": 2.00000,
"createTime": "2025-03-02 14:01:43",
@@ -1792,45 +1792,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896078440712433664",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010475AA",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 6.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "后吹面风管前段",
"quantityDemand4": 2.00000,
"createTime": "2025-03-02 14:01:43",
@@ -1839,45 +1839,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896078440745988096",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010476AA",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 6.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "后吹面风管后段",
"quantityDemand4": 2.00000,
"createTime": "2025-03-02 14:01:43",
@@ -1886,45 +1886,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896078440771153920",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010477AA",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 6.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "后吹面风管中段",
"quantityDemand4": 2.00000,
"createTime": "2025-03-02 14:01:43",
@@ -1933,45 +1933,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
- "quantityDemand13": 0.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
+ "quantityDemand13": 13.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896078440800514048",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1000",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401010478AA",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 6.00000,
- "quantityDemand2": 0.00000,
+ "quantityDemand2": 13.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "后吹面风管中段",
"quantityDemand4": 2.00000,
"createTime": "2025-03-02 14:01:43",
@@ -1980,45 +1980,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 3.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
"quantityDemand6": 3.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440194105344",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AAABE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 104.00000,
"quantityDemand2": 71.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板左端板总成",
"quantityDemand4": 14.00000,
"createTime": "2025-03-02 14:05:42",
@@ -2027,45 +2027,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 3.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
"quantityDemand11": 2.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
"quantityDemand9": 1.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440269602816",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 90.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 913.00000,
"quantityDemand2": 71.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板左端板总成",
"quantityDemand4": 13.00000,
"createTime": "2025-03-02 14:05:42",
@@ -2074,45 +2074,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 2.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
"quantityDemand11": 3.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
"quantityDemand6": 6.00000,
"quantityDemand9": 4.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440378654720",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AACBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 134.00000,
"quantityDemand2": 115.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板左端板总成",
"quantityDemand4": 31.00000,
"createTime": "2025-03-02 14:05:42",
@@ -2121,45 +2121,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 5.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
"quantityDemand6": 1.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440441569280",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003468AACRD",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 74.00000,
"quantityDemand2": 41.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板左端板总成",
"quantityDemand4": 11.00000,
"createTime": "2025-03-02 14:05:42",
@@ -2168,45 +2168,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 3.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
"quantityDemand6": 3.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440487706624",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AAABE",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 104.00000,
"quantityDemand2": 71.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板右端板总成",
"quantityDemand4": 14.00000,
"createTime": "2025-03-02 14:05:42",
@@ -2215,45 +2215,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 3.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
"quantityDemand11": 2.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
- "quantityDemand6": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
+ "quantityDemand6": 13.00000,
"quantityDemand9": 1.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440567398400",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AABBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
- "quantityDemand3": 90.00000,
+ "quantityDemand23": 13.00000,
+ "quantityDemand3": 913.00000,
"quantityDemand2": 71.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板右端板总成",
"quantityDemand4": 13.00000,
"createTime": "2025-03-02 14:05:42",
@@ -2262,45 +2262,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 2.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
"quantityDemand11": 3.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
"quantityDemand6": 6.00000,
"quantityDemand9": 4.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440680644608",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AACBN",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 134.00000,
"quantityDemand2": 115.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板右端板总成",
"quantityDemand4": 31.00000,
"createTime": "2025-03-02 14:05:42",
@@ -2309,45 +2309,45 @@
"isUpdate": "1"
},
{
- "quantityDemand17": 0.00000,
- "quantityDemand18": 0.00000,
- "quantityDemand19": 0.00000,
+ "quantityDemand17": 13.00000,
+ "quantityDemand18": 13.00000,
+ "quantityDemand19": 13.00000,
"quantityDemand13": 5.00000,
- "quantityDemand14": 0.00000,
- "quantityDemand15": 0.00000,
- "quantityDemand16": 0.00000,
+ "quantityDemand14": 13.00000,
+ "quantityDemand15": 13.00000,
+ "quantityDemand16": 13.00000,
"updateByUser": "系统自动",
- "quantityDemand31": 0.00000,
- "quantityDemand10": 0.00000,
- "quantityDemand11": 0.00000,
- "quantityDemand12": 0.00000,
+ "quantityDemand31": 13.00000,
+ "quantityDemand10": 13.00000,
+ "quantityDemand11": 13.00000,
+ "quantityDemand12": 13.00000,
"releaseEdition": "2025030201",
- "quantityDemand30": 0.00000,
- "quantityDemand7": 0.00000,
+ "quantityDemand30": 13.00000,
+ "quantityDemand7": 13.00000,
"quantityDemand6": 1.00000,
- "quantityDemand9": 0.00000,
- "quantityDemand8": 0.00000,
+ "quantityDemand9": 13.00000,
+ "quantityDemand8": 13.00000,
"id": "1896079440739364864",
"createByUser": "系统自动",
- "quantityDemand28": 0.00000,
- "quantityDemand29": 0.00000,
- "quantityDemand24": 0.00000,
- "quantityDemand25": 0.00000,
- "quantityDemand26": 0.00000,
+ "quantityDemand28": 13.00000,
+ "quantityDemand29": 13.00000,
+ "quantityDemand24": 13.00000,
+ "quantityDemand25": 13.00000,
+ "quantityDemand26": 13.00000,
"isDelete": 0,
- "quantityDemand27": 0.00000,
- "quantityDemand20": 0.00000,
+ "quantityDemand27": 13.00000,
+ "quantityDemand20": 13.00000,
"plantId": "1400",
- "quantityDemand21": 0.00000,
+ "quantityDemand21": 13.00000,
"materialCode": "401003469AACRD",
- "quantityDemand1": 0.00000,
- "quantityDemand22": 0.00000,
+ "quantityDemand1": 13.00000,
+ "quantityDemand22": 13.00000,
"updateTime": "2025-06-06 10:29:06",
- "quantityDemand23": 0.00000,
+ "quantityDemand23": 13.00000,
"quantityDemand3": 74.00000,
"quantityDemand2": 41.00000,
"version": 2,
- "quantityDemand5": 0.00000,
+ "quantityDemand5": 13.00000,
"materialDescription": "仪表板右端板总成",
"quantityDemand4": 11.00000,
"createTime": "2025-03-02 14:05:42",
diff --git a/API/Wood.Service/Controllers/CheryRecurringJobOutPageController.cs b/API/Wood.Service/Controllers/CheryRecurringJobOutPageController.cs
index db8f88f..1a5a8d7 100644
--- a/API/Wood.Service/Controllers/CheryRecurringJobOutPageController.cs
+++ b/API/Wood.Service/Controllers/CheryRecurringJobOutPageController.cs
@@ -110,11 +110,13 @@ namespace TaskManager.Controllers
{
foreach (var itm in existList)
{
+ var uid = itm.UId;
var first = list.FirstOrDefault(p => p.Id == itm.Id);
if (first != null)
{
itm.InjectFrom(first);
}
+ itm.UId = uid;
}
}
else
@@ -353,7 +355,7 @@ namespace TaskManager.Controllers
{
T entity = new T();
entity.InjectFrom(itm);
- entity.CreationTime = DateTime.Now;
+ entity.CreationTime = DateTime.Parse(date);
pagefirstList.Add(entity);
entity.RequestDate = date;
allData.Add(itm);
@@ -380,7 +382,7 @@ namespace TaskManager.Controllers
{
T entity = new T();
entity.InjectFrom(itm);
- entity.CreationTime = DateTime.Now;
+ entity.CreationTime = DateTime.Parse(date);
entity.RequestDate = date;
pageList.Add(entity);
allData.Add(itm);
diff --git a/API/Wood.Service/Controllers/RecurringJobBaseController.cs b/API/Wood.Service/Controllers/RecurringJobBaseController.cs
index 489cad7..4e35979 100644
--- a/API/Wood.Service/Controllers/RecurringJobBaseController.cs
+++ b/API/Wood.Service/Controllers/RecurringJobBaseController.cs
@@ -32,18 +32,10 @@ namespace TaskManager.Controllers
protected string appKey = "8EG566b9bedd2bf46d";
protected string appSecret = "48edc4425647425d87f806a1ba492580";
#else
-
- protected string appKey = "8EG72d84c872668401";
- protected string appSecret = "d092b9df0d504726a3790d7ad6172cc3";
+ protected string appKey = "8EG72d84c872668401";
+ protected string appSecret = "d092b9df0d504726a3790d7ad6172cc3";
#endif
-
-
-
-
-
-
-
protected readonly HttpClient _httpClient;
protected readonly JobDbContext _jobDbContext;
protected string Client { set; get; } = "Chery";
@@ -51,11 +43,7 @@ namespace TaskManager.Controllers
protected string Url { set; get; } = "/v2/get/supplierProPlaning";
protected int CPageSize { set; get; } = 1000;
protected virtual string TaskName { set; get; } = "SupplierProPlaning";
-
protected readonly LogController _logger;
-
-
-
public RecurringJobBaseController(
HttpClient httpClient,
@@ -96,8 +84,6 @@ namespace TaskManager.Controllers
await _logger.AddError($"请求数据不一致body:{jsonData},singed:{requestContent}", TaskName, taskid, version, jsonData);
}
-
-
request.Headers.Add("appKey", appKey);
request.Headers.Add("appSecret", appSecret);
request.Headers.Add("timestamp", timeStamp);
@@ -122,15 +108,13 @@ namespace TaskManager.Controllers
//string jsonContent = System.IO.File.ReadAllText("日物料需求计划.json");
////string jsonContent = System.IO.File.ReadAllText("M+6月物料需求计划1.json");
- //////string jsonContent = System.IO.File.ReadAllText("采购订单.json");
- //////// string jsonContent = System.IO.File.ReadAllText("过焊装未过总装.json");
- //////// string jsonContent = System.IO.File.ReadAllText("计划协议.json");
- ////////string jsonContent = System.IO.File.ReadAllText("奇瑞RDC共享库存.json");
- ////////string jsonContent4 = System.IO.File.ReadAllText("日MRP状态监控.json");
-
- ////////string jsonContent = System.IO.File.ReadAllText("整车月度生产计划1.json");
-
- //////string jsonContent = System.IO.File.ReadAllText("过涂装未过总装.json");
+ ////string jsonContent = System.IO.File.ReadAllText("采购订单.json");
+ ////string jsonContent = System.IO.File.ReadAllText("过焊装未过总装.json");
+ ////string jsonContent = System.IO.File.ReadAllText("计划协议.json");
+ ////string jsonContent = System.IO.File.ReadAllText("奇瑞RDC共享库存.json");
+ ////string jsonContent4 = System.IO.File.ReadAllText("日MRP状态监控.json");
+ ////string jsonContent = System.IO.File.ReadAllText("整车月度生产计划1.json");
+ ////string jsonContent = System.IO.File.ReadAllText("过涂装未过总装.json");
//return jsonContent;