feat: 新增库存管理功能:入库、出库、库存管理

This commit is contained in:
2026-07-20 16:22:30 +08:00
parent 72c1684f30
commit 3ce7eaf284
13 changed files with 1157 additions and 20 deletions

View File

@@ -122,6 +122,7 @@
<el-input
v-model="dataForm.productStock"
placeholder="商品库存"
:disabled="dataForm.goodsType !== '05'"
></el-input>
</el-form-item>
</div>