mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 04:15:07 +08:00
✨ ERP:增加 ERP 销售订单的实现 40%(列表)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user