diff --git a/src/api/firstOrder/inbound.js b/src/api/firstOrder/inbound.js
index ccb04c9..59b3720 100644
--- a/src/api/firstOrder/inbound.js
+++ b/src/api/firstOrder/inbound.js
@@ -79,4 +79,12 @@ export const editList = (onePutStorageId) => {
cryptoToken: false,
cryptoData: false
})
-}
\ No newline at end of file
+}
+
+export const getStatistics = data => {
+ return request({
+ url: '/smartpark/oneForm/getOnePutOneForm',
+ method: 'post',
+ data: data,
+ })
+}
diff --git a/src/views/dataAnalysis/index.vue b/src/views/dataAnalysis/index.vue
new file mode 100644
index 0000000..2d2dad5
--- /dev/null
+++ b/src/views/dataAnalysis/index.vue
@@ -0,0 +1,890 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 物资申请类别
+
+
+
+
+ 物资申请价值
+
+
+
+
+ 物资库存
+
+
+
+
+ 消耗品价值分析
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/firstOrder/components/batchSelectionDialog.vue b/src/views/firstOrder/components/batchSelectionDialog.vue
index 50b233b..f04bb33 100644
--- a/src/views/firstOrder/components/batchSelectionDialog.vue
+++ b/src/views/firstOrder/components/batchSelectionDialog.vue
@@ -26,8 +26,8 @@
-
-
+
+
@@ -103,7 +103,7 @@ export default {
parentDepartmentName: parentRow.departmentName, // 关联父行的部门信息
applicationQuantity: parentRow.applicationQuantity,
ldDemandEndId: parentRow.ldDemandEndId,
- // outboundQuantity:parentRow.outboundQuantity,
+ outboundQuantity:parentRow.outboundQuantity,
}));
// 先移除当前父行下已勾选的旧数据
@@ -146,4 +146,4 @@ export default {
}
-
\ No newline at end of file
+
diff --git a/src/views/firstOrder/components/inDialog.vue b/src/views/firstOrder/components/inDialog.vue
index e7a1d53..f5404d0 100644
--- a/src/views/firstOrder/components/inDialog.vue
+++ b/src/views/firstOrder/components/inDialog.vue
@@ -1,33 +1,64 @@
-
+
-
- 基本信息
+
+ 基本信息
-
+
-
+
-
+
-
+
@@ -35,8 +66,12 @@
-
+
@@ -44,7 +79,11 @@
-
+
批量选择
单项选择
@@ -57,76 +96,144 @@
{{ inDate }}
- 新增
+ 新增
-
-
+
+
-
-
-
-
+
+
-
+
- {{ scope.row.type == 'NY' ? '耐用品' : '易耗品' }}
+ {{
+ scope.row.type == "NY" ? "耐用品" : "易耗品"
+ }}
-
+
{{ scope.row.requiredQuantity || 0 }}
-
+
{{ scope.row.inboundQuantity || 0 }}
-
- {{ scope.row.theInboundQuantity === undefined ? 0 : scope.row.theInboundQuantity }}
+
+ {{
+ scope.row.theInboundQuantity === undefined
+ ? 0
+ : scope.row.theInboundQuantity
+ }}
-
- -
+ v-if="inDialogType != 'details' && scope.row.type !== 'YH'"
+ >
+ -
{{ scope.row.unitPrice || 0 }}
-
-
+
-
+
{{ scope.row.remark }}
-
-
+
+
-
+
-
-
+
+
{{ scope.row.materialName }}
@@ -135,43 +242,71 @@
-
+
- {{ scope.row.type == 'NY' ? '耐用品' : '易耗品' }}
+ {{
+ scope.row.type == "NY" ? "耐用品" : "易耗品"
+ }}
-
+
{{ scope.row.requiredQuantity || 0 }}
-
+
-
+
{{ scope.row.theInboundQuantity || 0 }}
-
- -
+ v-if="inDialogType != 'details' && scope.row.type !== 'YH'"
+ >
+ -
{{ scope.row.unitPrice || 0 }}
- 入库账目表格:
+
+ 入库账目表格:
+
-
@@ -182,8 +317,6 @@
-
@@ -239,9 +372,9 @@
-
+ -->
-
@@ -299,6 +432,90 @@
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.type === "NY"
+ ? "耐用品"
+ : scope.row.type === "YH"
+ ? "易耗品"
+ : ""
+ }}
+
+
+
+
+ {{ scope.row.num || 0 }}
+
+
+
+
+ -
+ {{ scope.row.unitPrice || 0 }}
+
+
+
+
+
+
+
+
+ -
+ {{ scope.row.unitPrice || 0 }}
+
+
+
+
+
+
+ {{
+ scope.row.totalQuantity
+ }}
+
+
+
+
+ -
+ {{ scope.row.unitPrice || 0 }} s
+
+
+
+
+
+ {{
+ scope.row.userInfoVO
+ ? scope.row.userInfoVO.name
+ : sizeForm.userInfoVO.name
+ }}
+
+
+
+
+ {{ inDate }}
+
+
+
@@ -310,10 +527,27 @@
-
-
-
+
+
+