export const formLabel = [ { f_label: '类型规格', f_model: 'keyWord', f_type: 'ipt' }, { f_label: '机具厂家', f_model: 'keyWord', f_type: 'ipt' }, { f_label: '出厂日期', f_model: 'keyWord', f_type: 'ipt' }, ] export const columnsList = [ { t_props: 'materialName', t_label: '物资名称', }, { t_props: 'specificationCode', t_label: '规格型号' }, { t_props: 'unitName', t_label: '单位', }, { t_props: 'purchasePrice', t_label: '购置单价(含税)', t_slot: 'purchasePrice' }, { t_props: 'notaxPrice', t_label: '购置单价(不含税)', t_slot: 'notaxPrice' }, { t_props: 'purchaseNum', t_label: '到货数量', t_slot: 'purchaseNum' }, { t_props: 'taxRate', t_label: '税率' }, { t_props: 'supplierName', t_label: '供应商' }, { t_props: 'productDate', t_label: '出厂日期' }, { t_props: 'files', t_label: '相关配套资料', t_slot: 'files' }, ] export const dialogConfig = { outerWidth: '80%', outerTitle: '', outerVisible: false, }