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

(cherry picked from commit f7c5266015)
This commit is contained in:
YunaiV
2024-02-10 21:48:15 +08:00
committed by shizhong
parent 03c7e2167e
commit f8b686fbc4
16 changed files with 67 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<el-form-item label="产品" prop="productId">
<el-select
v-model="queryParams.productId"
productId
clearable
filterable
placeholder="请选择产品"
class="!w-240px"
@ -47,6 +47,7 @@
<el-form-item label="仓库" prop="fromWarehouseId">
<el-select
v-model="queryParams.fromWarehouseId"
clearable
filterable
placeholder="请选择仓库"
class="!w-240px"
@ -62,6 +63,7 @@
<el-form-item label="创建人" prop="creator">
<el-select
v-model="queryParams.creator"
clearable
filterable
placeholder="请选择创建人"
class="!w-240px"