From ea67609ddd20a47b04417aee5488a865dc5bb3a8 Mon Sep 17 00:00:00 2001 From: mhsnet Date: Thu, 2 Mar 2023 16:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E5=9F=BA=E7=A1=80A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reportforms/ExportBox.vue | 68 +++++ .../reportforms/cashAdvanceBusiness.vue | 241 +++++++++++++++++ .../reportforms/contractExeAccount.vue | 253 ++++++++++++++++++ .../reportforms/fundOccupationM.vue | 237 ++++++++++++++++ .../reportforms/purchaseSalesStatistics.vue | 236 ++++++++++++++++ .../reportforms/receivables.vue | 236 ++++++++++++++++ .../reportforms/tradeGrossProfit.vue | 241 +++++++++++++++++ 7 files changed, 1512 insertions(+) create mode 100644 SC-web/src/views/scm/basicInformation/reportforms/ExportBox.vue create mode 100644 SC-web/src/views/scm/basicInformation/reportforms/cashAdvanceBusiness.vue create mode 100644 SC-web/src/views/scm/basicInformation/reportforms/contractExeAccount.vue create mode 100644 SC-web/src/views/scm/basicInformation/reportforms/fundOccupationM.vue create mode 100644 SC-web/src/views/scm/basicInformation/reportforms/purchaseSalesStatistics.vue create mode 100644 SC-web/src/views/scm/basicInformation/reportforms/receivables.vue create mode 100644 SC-web/src/views/scm/basicInformation/reportforms/tradeGrossProfit.vue diff --git a/SC-web/src/views/scm/basicInformation/reportforms/ExportBox.vue b/SC-web/src/views/scm/basicInformation/reportforms/ExportBox.vue new file mode 100644 index 00000000..e61a2182 --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/reportforms/ExportBox.vue @@ -0,0 +1,68 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/views/scm/basicInformation/reportforms/cashAdvanceBusiness.vue b/SC-web/src/views/scm/basicInformation/reportforms/cashAdvanceBusiness.vue new file mode 100644 index 00000000..635144b4 --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/reportforms/cashAdvanceBusiness.vue @@ -0,0 +1,241 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/views/scm/basicInformation/reportforms/contractExeAccount.vue b/SC-web/src/views/scm/basicInformation/reportforms/contractExeAccount.vue new file mode 100644 index 00000000..8de46701 --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/reportforms/contractExeAccount.vue @@ -0,0 +1,253 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/views/scm/basicInformation/reportforms/fundOccupationM.vue b/SC-web/src/views/scm/basicInformation/reportforms/fundOccupationM.vue new file mode 100644 index 00000000..ba92486b --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/reportforms/fundOccupationM.vue @@ -0,0 +1,237 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/views/scm/basicInformation/reportforms/purchaseSalesStatistics.vue b/SC-web/src/views/scm/basicInformation/reportforms/purchaseSalesStatistics.vue new file mode 100644 index 00000000..e6b45267 --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/reportforms/purchaseSalesStatistics.vue @@ -0,0 +1,236 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/views/scm/basicInformation/reportforms/receivables.vue b/SC-web/src/views/scm/basicInformation/reportforms/receivables.vue new file mode 100644 index 00000000..93e56f85 --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/reportforms/receivables.vue @@ -0,0 +1,236 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/views/scm/basicInformation/reportforms/tradeGrossProfit.vue b/SC-web/src/views/scm/basicInformation/reportforms/tradeGrossProfit.vue new file mode 100644 index 00000000..19d59d4c --- /dev/null +++ b/SC-web/src/views/scm/basicInformation/reportforms/tradeGrossProfit.vue @@ -0,0 +1,241 @@ + + + + \ No newline at end of file