diff --git a/src/api/PurchasingCenter/ProjectTotalSearch.js b/src/api/PurchasingCenter/ProjectTotalSearch.js
index 1e46e7a1..8e4a7c1e 100644
--- a/src/api/PurchasingCenter/ProjectTotalSearch.js
+++ b/src/api/PurchasingCenter/ProjectTotalSearch.js
@@ -18,7 +18,7 @@ export function searchProjectTotal(num) {
method: 'post',
data: {
type: '1',
- name: '采购管理_项目总价_明细_查询数据',
+ name: '采购管理_项目采购总价_查询数据',
param: `项目流水号=${num}`
}
})
diff --git a/src/views/ManufacturingCenter/InitialProduction/index.vue b/src/views/ManufacturingCenter/InitialProduction/index.vue
index c8c94e65..3d29e001 100644
--- a/src/views/ManufacturingCenter/InitialProduction/index.vue
+++ b/src/views/ManufacturingCenter/InitialProduction/index.vue
@@ -86,7 +86,7 @@
~
-
+
diff --git a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue
index cf7b6e17..369e8a07 100644
--- a/src/views/PurchasingCenter/ProjectTotalSearch/index.vue
+++ b/src/views/PurchasingCenter/ProjectTotalSearch/index.vue
@@ -25,19 +25,19 @@
{{ scope.row.项目名称 }}
-
+
- {{ scope.row.物料名称 }}
+ {{ scope.row.图号 }}
-
+
- {{ scope.row.物料型号 }}
+ {{ scope.row.名称 }}
-
+
- {{ scope.row.物料规格 }}
+ {{ scope.row.规格 }}
@@ -50,9 +50,14 @@
{{ scope.row.单价 }}
-
+
- {{ scope.row.金额 }}
+ {{ scope.row.优惠后单价 }}
+
+
+
+
+ {{ scope.row.金额 = Number(scope.row.优惠后单价) * Number(scope.row.数量) }}