From 69af516b2dce12d6f7f80b68e2598e8ec904bc72 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 22 Jul 2024 17:14:26 +0800 Subject: [PATCH] =?UTF-8?q?(=E4=BF=AE=E6=94=B9=E4=BA=86=E5=A4=9A=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E6=80=BB=E5=90=8E=E5=8F=B0=E7=9A=84=E8=B4=A2=E5=8A=A1?= =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E5=8C=85=E6=8B=AC=E6=96=B0=E5=A2=9E=E3=80=81=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E3=80=81=E5=88=A0=E9=99=A4=E7=AD=89=E6=93=8D=E4=BD=9C=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BA=86=E6=9F=A5=E8=AF=A2=E5=92=8C?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=8A=9F=E8=83=BD=E3=80=82)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 47 +------ .../finance/store_cash_finance_flow/edit.vue | 63 +++++---- .../finance/store_cash_finance_flow/index.vue | 124 +++++++++++------- .../store/store_branch_product/index.vue | 9 +- 4 files changed, 124 insertions(+), 119 deletions(-) diff --git a/README.md b/README.md index 077a5686..637977d8 100644 --- a/README.md +++ b/README.md @@ -1,46 +1 @@ -# vue-project - -This template should help get you started developing with Vue 3 in Vite. - -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). - -## Type Support for `.vue` Imports in TS - -TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types. - -If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps: - -1. Disable the built-in TypeScript Extension - 1) Run `Extensions: Show Built-in Extensions` from VSCode's command palette - 2) Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)` -2. Reload the VSCode window by running `Developer: Reload Window` from the command palette. - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` - -### Compile and Hot-Reload for Development - -```sh -npm run dev -``` - -### Type-Check, Compile and Minify for Production - -```sh -npm run build -``` - -### Lint with [ESLint](https://eslint.org/) - -```sh -npm run lint -``` +# 多门店总后台 \ No newline at end of file diff --git a/src/views/finance/store_cash_finance_flow/edit.vue b/src/views/finance/store_cash_finance_flow/edit.vue index 459ff05c..536db862 100644 --- a/src/views/finance/store_cash_finance_flow/edit.vue +++ b/src/views/finance/store_cash_finance_flow/edit.vue @@ -1,7 +1,13 @@