|
@ -38,7 +38,12 @@ export const PurchasePlanMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchField: 'code', // 查询弹窗赋值字段
|
|
|
searchTitle: '供应商信息', // 查询弹窗标题
|
|
|
searchTitle: '供应商信息', // 查询弹窗标题
|
|
|
searchAllSchemas: Supplier.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Supplier.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: SupplierApi.getSupplierPage // 查询弹窗所需分页方法
|
|
|
searchPage: SupplierApi.getSupplierPage, // 查询弹窗所需分页方法
|
|
|
|
|
|
searchCondition: [{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
|
|
|
}] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -286,7 +291,12 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
searchField: 'number', |
|
|
searchField: 'number', |
|
|
searchTitle: '采购订单信息', |
|
|
searchTitle: '采购订单信息', |
|
|
searchAllSchemas: PurchaseMain.allSchemas, |
|
|
searchAllSchemas: PurchaseMain.allSchemas, |
|
|
searchPage: PurchaseMainApi.getPurchaseMainPage |
|
|
searchPage: PurchaseMainApi.getPurchaseMainPage, |
|
|
|
|
|
searchCondition: [{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
|
|
|
}] |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
@ -296,7 +306,12 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
searchField: 'number', |
|
|
searchField: 'number', |
|
|
searchTitle: '采购订单信息', |
|
|
searchTitle: '采购订单信息', |
|
|
searchAllSchemas: PurchaseMain.allSchemas, |
|
|
searchAllSchemas: PurchaseMain.allSchemas, |
|
|
searchPage: PurchaseMainApi.getPurchaseMainPage |
|
|
searchPage: PurchaseMainApi.getPurchaseMainPage, |
|
|
|
|
|
searchCondition: [{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
|
|
|
}] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -318,6 +333,10 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
key:'number', |
|
|
key:'number', |
|
|
value:'poNumber', |
|
|
value:'poNumber', |
|
|
isMainValue: true |
|
|
isMainValue: true |
|
|
|
|
|
},{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
}] |
|
|
}] |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
@ -333,6 +352,10 @@ export const PurchasePlanDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
key:'number', |
|
|
key:'number', |
|
|
value:'poNumber', |
|
|
value:'poNumber', |
|
|
isMainValue: true |
|
|
isMainValue: true |
|
|
|
|
|
},{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
}] |
|
|
}] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|