export const insideOption = { columnSort: true, tip: false, height: 'auto', calcHeight: 32, simplePage: false, searchShow: true, searchMenuSpan: 6, searchIcon: true, searchIndex: 3, tree: false, border: true, index: true, selection: false, addBtn: false, editBtn: false, viewBtn: false, delBtn: false, editBtnText: '修改', labelWidth: 120, menuWidth: 80, dialogWidth: 900, dialogClickModal: false, searchEnter: true, excelBtn: false, filterBtn: true, searchShowBtn: false, excelBtn: true, showOverflowTooltip: true, addBtnIcon: ' ', viewBtnIcon: ' ', delBtnIcon: ' ', editBtnIcon: ' ', gridBtn: false, searchLabelPosition: 'left', searchLabelWidth: 100, searchGutter: 24, searchSpan: 6, menuAlign: 'left', gridBtn: false, searchMenuPosition: 'right', align: 'center', column: [ { label: '审理单号', prop: 'partCode', // bind: 'dsPart.partCode', search: true, sortable: true, span: 12, width: 150 }, { label: '车间订单号', prop: 'woCode', search: true, sortable: true, span: 12, width: 150 }, { label: '物料号', prop: 'productCode', search: true, sortable: true, span: 12, width: 150 }, { label: '物料名称', prop: 'goodName', search: false, sortable: true, span: 12, width: 150 }, { label: '批次号', prop: 'batchNo', search: false, sortable: true, span: 12, width: 150 }, { label: '生产标识', prop: 'prodIdent', search: false, sortable: true, span: 12, width: 150 }, { label: '供应商代码', prop: 'ocCode', search: false, sortable: true, span: 12, width: 150 }, { label: '供应商名称', prop: 'ocName', search: true, sortable: true, span: 12, width: 150 }, { label: '审理类型', prop: 'testType', type:'select', search: true, sortable: true, span: 12, width: 150, dicUrl:'/api/blade-system/dict/dictionary?code=ReviewSheet-Self-Type', props: { label: 'dictValue', value: 'dictKey' }, // props:{ // label:'dictValue', // value:'dicKey' // } }, { label: '比例', prop: 'scale', search: false, sortable: true, span: 12, width: 150 }, { label: '需求数量', prop: 'needValue', search: false, sortable: true, span: 12, width: 150 }, { label: '返修/报废数量', prop: 'qty', search: false, sortable: true, span: 12, width: 150 }, { label: '故障原因', prop: 'faultReason', search: false, sortable: true, span: 12, width: 150 }, { label: '审理状态', prop: 'reviewStatus', search: true, sortable: true, span: 12, width: 150 }, { label: '审理结论', prop: 'result', search: false, sortable: true, span: 12, width: 150 }, { label: '提请人员', prop: 'crUserRealName', search: false, sortable: true, span: 12, width: 150 }, { label: '提请日期', prop: 'crDate', search: true, sortable: true, span: 12, width: 150 }, { label: '审理时间', prop: 'reviewDate', search: true, sortable: true, span: 12, width: 150 }, { label: '审理人', prop: 'reviewUserRealName', search: false, sortable: true, span: 12, width: 150 }, { label: '打回原因', prop: 'backReason', search: false, sortable: true, span: 12, width: 150 }, { label: '镀前价格', prop: 'price', search: false, sortable: true, span: 12, width: 150 }, ] } export const erpOption = { columnSort: true, tip: false, height: 'auto', calcHeight: 32, simplePage: false, searchShow: true, searchMenuSpan: 6, searchIcon: true, searchIndex: 3, tree: false, border: true, index: true, selection: false, addBtn: false, editBtn: false, viewBtn: false, delBtn: false, editBtnText: '修改', labelWidth: 120, menuWidth: 80, dialogWidth: 900, dialogClickModal: false, searchEnter: true, excelBtn: false, filterBtn: true, searchShowBtn: false, excelBtn: true, showOverflowTooltip: true, addBtnIcon: ' ', viewBtnIcon: ' ', delBtnIcon: ' ', editBtnIcon: ' ', gridBtn: false, searchLabelPosition: 'left', searchGutter: 24, searchSpan: 6, menuAlign: 'left', gridBtn: false, searchMenuPosition: 'right', align: 'center', menu:false, column: [ { label: '审理单号', prop: 'partCode', bind: 'dsPart.partCode', search: true, sortable: true, span: 12, width:150 }, { label: '责任零件', prop: 'partCode', bind: 'dsPart.partCode', search: true, sortable: true, span: 12, width:150 }, { label: '责任批号', prop: 'plate', bind: 'dsPart.plate', search: true, sortable: true, span: 12, display: false, width:150 }, { label: '工序号', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '工序名称', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '上级编号', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '返修路线', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '发生单位', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '责任部门', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '审理人', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '零件号', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '批次号', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '备注', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, { label: '处理意见', prop: 'plate', bind: 'dsPart.plate', search: false, sortable: true, span: 12, display: false, width:150 }, ], }