diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts index 19632d743..2ffc91738 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts @@ -109,45 +109,45 @@ export const DemandforecastingMain = useCrudSchemas(reactive([ } } }, - // { - // label: '版本号', - // field: 'version', - // sort: 'custom', - // table: { - // width: 150 - // }, - // isSearch:true, - // search: { - // // labelMessage: '信息提示说明!!!', - // componentProps: { - // multiple: true, - // enterSearch: true, - // isSearchList: true, // 开启查询弹窗 - // searchListPlaceholder: '请选择版本号', // 输入框占位文本 - // searchField: 'detailVersion', // 查询弹窗赋值字段 - // searchTitle: '版本号', // 查询弹窗标题 - // searchAllSchemas: Version.allSchemas, // 查询弹窗所需类 - // searchPage: DemandforecastingDetailApi.queryVersion, // 查询弹窗所需分页方法 - // searchCondition: [{ - // key: 'supplierCodes', - // value: 'supplierCode', - // message: '请填写供应商代码!', - // isMainValue: true, - // isCSV:true,//是否用逗号分隔参数 - // },{ - // key: 'itemCodes', - // value: 'itemCode', - // message: '请填写物料代码!', - // isMainValue: true, - // isCSV:true,//是否用逗号分隔参数 - // },{ - // key: 'available', - // value: 'TRUE', - // isMainValue: false - // }] - // } - // } - // }, + { + label: '版本号', + field: 'version', + sort: 'custom', + table: { + width: 150 + }, + isSearch:false, + search: { + // labelMessage: '信息提示说明!!!', + componentProps: { + multiple: true, + enterSearch: true, + isSearchList: true, // 开启查询弹窗 + searchListPlaceholder: '请选择版本号', // 输入框占位文本 + searchField: 'detailVersion', // 查询弹窗赋值字段 + searchTitle: '版本号', // 查询弹窗标题 + searchAllSchemas: Version.allSchemas, // 查询弹窗所需类 + searchPage: DemandforecastingDetailApi.queryVersion, // 查询弹窗所需分页方法 + searchCondition: [{ + key: 'supplierCodes', + value: 'supplierCode', + message: '请填写供应商代码!', + isMainValue: true, + isCSV:true,//是否用逗号分隔参数 + },{ + key: 'itemCodes', + value: 'itemCode', + message: '请填写物料代码!', + isMainValue: true, + isCSV:true,//是否用逗号分隔参数 + },{ + key: 'available', + value: 'TRUE', + isMainValue: false + }] + } + } + }, { label: '到货日期', field: 'dueDate',