diff --git a/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue b/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue
index b043a94..95acce4 100644
--- a/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue
+++ b/src/views/factoryModel/materialResourceMaintenance/artStockResource/index.vue
@@ -2,9 +2,9 @@
-
-
-
-
-
-
-
+
+
+
+
{{
- mappingText(planList, scope.row["AP_ArticleStockLevel-PlantNr"], 'Plant-PlantNr', 'Plant-Name1')
+ mappingText(
+ planList,
+ scope.row["AP_ArticleStockLevel-PlantNr"],
+ "Plant-PlantNr",
+ "Plant-Name1"
+ )
}}
{{
- mappingText(minCoverPeriodTypeArray, scope.row["AP_ArticleStockLevel-MinCoverPeriodType"], 'Stdef-StdefTyp', 'Stdef-Bez')
+ mappingText(
+ minCoverPeriodTypeArray,
+ scope.row["AP_ArticleStockLevel-MinCoverPeriodType"],
+ "Stdef-StdefTyp",
+ "Stdef-Bez"
+ )
}}
{{
- mappingText(maxCoverPeriodTypeArray, scope.row["AP_ArticleStockLevel-MaxCoverPeriodType"], 'Stdef-StdefTyp', 'Stdef-Bez')
+ mappingText(
+ maxCoverPeriodTypeArray,
+ scope.row["AP_ArticleStockLevel-MaxCoverPeriodType"],
+ "Stdef-StdefTyp",
+ "Stdef-Bez"
+ )
}}
{{
- mappingText(completeStatusList, scope.row["AP_ArticleStockLevel-CompleteStatus"], 'Stdef-StdefTyp', 'Stdef-Bez')
+ mappingText(
+ completeStatusList,
+ scope.row["AP_ArticleStockLevel-CompleteStatus"],
+ "Stdef-StdefTyp",
+ "Stdef-Bez"
+ )
}}
{{ scope.row[item] }}
@@ -141,27 +158,33 @@
/>
-
diff --git a/src/views/plan/workbench/homePage/beta/predict/index.vue b/src/views/plan/workbench/homePage/beta/predict/index.vue
index 3d95113..b25d1d7 100644
--- a/src/views/plan/workbench/homePage/beta/predict/index.vue
+++ b/src/views/plan/workbench/homePage/beta/predict/index.vue
@@ -1,226 +1,296 @@
-
-
-
-
-
-
-
- {{ getWorkshopName(scope.row['AP_CustDemandVerHead-PlantNr']) }}
- {{ scope.row['AP_CustDemandVerHead-Status'] == '1' ? '已发布':'未发布' }}
- {{ scope.row['AP_CustDemandVerHead-GlobalPublish'] == 1 ? '是':'否' }}
- {{ scope.row['AP_CustDemandVerHead-Valid'] == true ? '当前使用':'' }}
- {{ scope.row[item] }}
-
-
-
-
- 环比
- 同比
- 修改
- 复制
-
-
-
-
-
-
+
+
+
+
+
+
+
+ {{
+ getWorkshopName(scope.row["AP_CustDemandVerHead-PlantNr"])
+ }}
+ {{
+ scope.row["AP_CustDemandVerHead-Status"] == "1" ? "已发布" : "未发布"
+ }}
+ {{
+ scope.row["AP_CustDemandVerHead-GlobalPublish"] == 1 ? "是" : "否"
+ }}
+ {{
+ scope.row["AP_CustDemandVerHead-Valid"] == true ? "当前使用" : ""
+ }}
+ {{ scope.row[item] }}
+
+
+
+
+ 环比
+ 同比
+ 修改
+ 复制
+
+
+
+
+
+
\ No newline at end of file
+