ERP:增加 ERP 销售订单的实现 90%

This commit is contained in:
YunaiV
2024-02-10 21:48:15 +08:00
parent b25d9c0f09
commit f7c5266015
16 changed files with 67 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
>
<el-select
v-model="row.warehouseId"
clearable
filterable
placeholder="请选择仓库"
@change="onChangeWarehouse($event, row)"
@@ -38,6 +39,7 @@
<el-form-item :prop="`${$index}.productId`" :rules="formRules.productId" class="mb-0px!">
<el-select
v-model="row.productId"
clearable
filterable
@change="onChangeProduct($event, row)"
placeholder="请选择产品"