|
@ -66,6 +66,12 @@ export const PurchasereceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]>( |
|
|
searchTitle: '采购订单信息', // 查询弹窗标题
|
|
|
searchTitle: '采购订单信息', // 查询弹窗标题
|
|
|
searchAllSchemas: PurchaseMain.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: PurchaseMain.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: PurchaseMainApi.getPurchaseMainPage, // 查询弹窗所需分页方法
|
|
|
searchPage: PurchaseMainApi.getPurchaseMainPage, // 查询弹窗所需分页方法
|
|
|
|
|
|
searchCondition: [{ |
|
|
|
|
|
key:'status', |
|
|
|
|
|
value:'2', |
|
|
|
|
|
message: '状态已', |
|
|
|
|
|
isMainValue: false |
|
|
|
|
|
}] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
isForm: true, |
|
|
isForm: true, |
|
|