diff --git a/webUI/src/router/index.ts b/webUI/src/router/index.ts index 6548268..5552e7e 100644 --- a/webUI/src/router/index.ts +++ b/webUI/src/router/index.ts @@ -558,10 +558,16 @@ const router = createRouter({ import('../views/acc/commodity/mod.vue'), }, { - path: 'cheque/mod/:id?', - name: 'cheque_mod', + path: 'cheque/input/:id?', + name: 'cheque_input', component: () => - import('../views/acc/cheque/mod.vue'), + import('../views/acc/cheque/input.vue'), + }, + { + path: 'cheque/output/:id?', + name: 'cheque_output', + component: () => + import('../views/acc/cheque/output.vue'), }, { path: 'cheque/list', diff --git a/webUI/src/views/acc/cheque/input.vue b/webUI/src/views/acc/cheque/input.vue new file mode 100644 index 0000000..c09e5f3 --- /dev/null +++ b/webUI/src/views/acc/cheque/input.vue @@ -0,0 +1,134 @@ + + + diff --git a/webUI/src/views/acc/cheque/list.vue b/webUI/src/views/acc/cheque/list.vue index d1a7857..7e46b9f 100644 --- a/webUI/src/views/acc/cheque/list.vue +++ b/webUI/src/views/acc/cheque/list.vue @@ -1,193 +1,198 @@ \ No newline at end of file diff --git a/webUI/src/views/acc/cheque/output.vue b/webUI/src/views/acc/cheque/output.vue new file mode 100644 index 0000000..5609b01 --- /dev/null +++ b/webUI/src/views/acc/cheque/output.vue @@ -0,0 +1,126 @@ + + + + \ No newline at end of file diff --git a/webUI/src/views/acc/plugins/repservice/list.vue b/webUI/src/views/acc/plugins/repservice/list.vue index 30ca277..1d3be27 100644 --- a/webUI/src/views/acc/plugins/repservice/list.vue +++ b/webUI/src/views/acc/plugins/repservice/list.vue @@ -1,218 +1,263 @@