diff --git a/src/api/store_order.ts b/src/api/store_order.ts
index 961edd7..6fd4779 100644
--- a/src/api/store_order.ts
+++ b/src/api/store_order.ts
@@ -22,3 +22,16 @@ export function apiStoreRefundOrderDetail(params: any) {
return request.get({ url: '/store_order/storeRefundOrder/detail', params })
}
+
+
+export function apiStoreFinanceBillLists(params: any) {
+ return request.get({ url: '/store_cash_finance_flow/storecashfinanceflow/lists', params })
+}
+
+export function apiStoreFinanceBillEdit(params: any) {
+ return request.post({ url: '/store_cash_finance_flow/storecashfinanceflow/edit', params })
+}
+
+export function apiStoreFinanceBillDetail(params: any) {
+ return request.get({ url: '/store_cash_finance_flow/storecashfinanceflow/detail', params })
+}
\ No newline at end of file
diff --git a/src/components/orderDetail/index.vue b/src/components/orderDetail/index.vue
index e5bd442..433bb1a 100644
--- a/src/components/orderDetail/index.vue
+++ b/src/components/orderDetail/index.vue
@@ -35,15 +35,15 @@
{{ detailData.pay_time }}
-
+
+ {{ detailData.pay_time }}
退款时间
-
-
+ {{ detailData.pay_time }}
+ -->
diff --git a/src/views/entryRecord/index.vue b/src/views/entryRecord/index.vue
new file mode 100644
index 0000000..94d37ce
--- /dev/null
+++ b/src/views/entryRecord/index.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 起码子
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/store_finance_bill/detail.vue b/src/views/store_finance_bill/detail.vue
new file mode 100644
index 0000000..9241945
--- /dev/null
+++ b/src/views/store_finance_bill/detail.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/store_finance_bill/index.vue b/src/views/store_finance_bill/index.vue
new file mode 100644
index 0000000..ca1d160
--- /dev/null
+++ b/src/views/store_finance_bill/index.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 未完成收缴
+ 已完成
+
+
+
+
+ 详情
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/workbench/earnings/index.vue b/src/views/workbench/earnings/index.vue
index ade04bf..d50a497 100644
--- a/src/views/workbench/earnings/index.vue
+++ b/src/views/workbench/earnings/index.vue
@@ -9,6 +9,7 @@
{{ item.title }}
{{ item.value() }}
+
入账
@@ -42,7 +43,10 @@
import { ref, reactive, onMounted } from "vue"
import { apidbusinessStatistics } from '@/api/statistics'
import vCharts from 'vue-echarts'
+import { useRouter } from "vue-router";
+
+const router = useRouter();
const month = ref()
const loading = ref(true)
@@ -192,6 +196,10 @@ const monthChange = () => {
getData()
}
+const showCollectionCode = () => {
+ router.push('/finance/store_finance_bill?showPop=1')
+
+}
onMounted(() => {
getData()