ahdevicemgt-ui/src/views/purchase/binding/list-bind-config.js

22 lines
705 B
JavaScript

export const formLabel = [
{ f_label: '关键字', f_model: 'keyWord', f_type: 'ipt' },
{ f_label: '状态', f_model: 'keyWord', f_type: 'ipt' },
]
export const columnsList = [
{ t_props: 'arrivalTime', t_label: '物资名称', },
{ t_props: 'purchaseCode', t_label: '规格型号' },
{ t_props: 'purchaseMaterial', t_label: '到货数量' },
{ t_props: 'purchaseNum', t_label: '计量单位' },
{ t_props: 'purchasePrice', t_label: '供应商', },
{ t_props: 'notaxPrice', t_label: '出厂日期' },
{ t_props: 'createBy', t_label: '附件' },
{ t_props: 'status', t_label: '状态' },
]
export const dialogConfig = {
outerWidth: '80%',
outerTitle: '',
outerVisible: false,
}