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
416 B
17 lines
416 B
2 years ago
|
|
||
|
// 示例配置 primarySearchOptionExample
|
||
|
// export const primarySearchOptionExample = {
|
||
|
// action:"Like",//筛选方式:可不写,默认等于==
|
||
|
// prop:'code',//接口要查的参数
|
||
|
// placeholder:'请输入物料代码',//placeholder
|
||
|
// }
|
||
|
|
||
|
// 原料管理
|
||
|
/**/
|
||
|
// 报检单
|
||
|
export const InspectNotice = {
|
||
|
// action:"==",//默认等于
|
||
|
prop:'asnNumber',
|
||
|
placeholder:'请输入发货单号',
|
||
|
}
|