订单产品领料统计优化

dev
qiuhongwu 3 months ago
parent 757d05245a
commit c2e7d4c438

@ -124,7 +124,10 @@ const total = ref(0) // 列表的总页数
const queryParams = reactive({
pageNo: 1,
pageSize: 10,
projectOrderCode:undefined,
productCode:undefined,
productName:undefined,
projectSubSpec:undefined,
})
const queryFormRef = ref() //
/** 查询列表 */

Loading…
Cancel
Save