ERP:增加 ERP 销售订单的实现 40%(列表)

This commit is contained in:
YunaiV
2024-02-09 21:56:01 +08:00
parent b55c8417fb
commit 2615054fb2
8 changed files with 78 additions and 16 deletions

View File

@ -20,6 +20,7 @@
<el-form-item label="产品" prop="productId">
<el-select
v-model="queryParams.productId"
clearable
filterable
placeholder="请选择产品"
class="!w-240px"
@ -264,6 +265,7 @@ const queryParams = reactive({
pageNo: 1,
pageSize: 10,
no: undefined,
productId: undefined,
supplierId: undefined,
inTime: [],
status: undefined,