You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
417 B

2 years ago
// 示例配置 primarySearchOptionExample
// export const primarySearchOptionExample = {
// action:"Like",//筛选方式:可不写,默认等于==
// prop:'code',//接口要查的参数
// placeholder:'请输入物品代码',//placeholder
2 years ago
// }
// 原料管理
/**/
// 报检单
export const InspectRequest = {
2 years ago
// action:"==",//默认等于
prop:'asnNumber',
placeholder:'请输入发货单号',
}