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

(cherry picked from commit 2615054fb2)
This commit is contained in:
YunaiV
2024-02-09 21:56:01 +08:00
committed by shizhong
parent a3258573ca
commit f110a6f351
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"
@ -34,7 +35,7 @@
</el-form-item>
<el-form-item label="盘点时间" prop="checkTime">
<el-date-picker
v-model="queryParams.inTime"
v-model="queryParams.checkTime"
value-format="YYYY-MM-DD HH:mm:ss"
type="daterange"
start-placeholder="开始日期"
@ -247,6 +248,7 @@ const queryParams = reactive({
pageNo: 1,
pageSize: 10,
no: undefined,
productId: undefined,
warehouseId: undefined,
checkTime: [],
status: undefined,