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 @@