# 进销存系统 **Repository Path**: xudaiying/inventory-system ## Basic Information - **Project Name**: 进销存系统 - **Description**: 基于SpringBoot+vue+elementUI的进销存系统,入库时,选择商品,仓库,输入数量,单价,金额,入库单保存后,自动计算库存数量,金额,根据金额/数量计算出库存单价。出库单选择商品,仓库,出现该商品仓库的单价,录入数量,自动计算金额,保存后库存减少,删除商品、仓库时判断是有已有业务。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-11-08 - **Last Updated**: 2024-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java, Vue, 前后端分离, 进销存系统, Element-UI ## README # vue-jxc 进销存前后端,分为两个分支,前端在master中,后端在master1中,前后端分离的项目 > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).