feat: 🚀 出入库回退列表增加物料查询

This commit is contained in:
2025-06-17 14:41:17 +08:00
parent 17321702df
commit a5877782d9

View File

@@ -33,6 +33,12 @@ export const FORMDATA: any[] = [
placeholder: "请选择操作人",
type: "input",
label: "操作人:"
},
{
prop: "materialNumber",
placeholder: "请输入物料名称/规格型号/编码",
type: "input",
label: "物料:"
}
];