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