Browse Source

版本号

hella_online_20240815
wangyufei 3 months ago
parent
commit
fe1772b5fe
  1. 78
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

78
src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/demandforecastingMain.data.ts

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

Loading…
Cancel
Save