| | |
| | | const childrenData = ref({ |
| | | columns:[ |
| | | {type: 'seq',fixed:"left", title: t('basicData.Number'), width: '80' }, |
| | | {field: 'documentId', width:'150', title: t('单据编号'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'documentId', width:'150', title: t('finishedGlassShelf.emitId'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'documentNumber', width: '100',title: t('order.OrderNum'), showOverflow:"ellipsis" ,filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | //{field: 'type', width: '120',title:t('类型'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | //{field: 'glassShelfNumber', width: '140',title: t('料架编号'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'glassShelfName',width: '100', title: t('料架名称'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'glassShelfName',width: '100', title: t('finishedGlassShelf.glassShelfName'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'quantity',width: '140', title: t('order.quantity'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'unit',width: '140', title: t('单位'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'price', width: '100',title: t('单价'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'unit',width: '140', title: t('ingredients.unit'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'price', width: '100',title: t('order.price'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'money',width: '100', title: t('order.money'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'remarks', width: '150',title: t('basicData.remarks'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'createTime', width: '100',title: t('创建时间')}, |
| | | {field: 'maxWeight', width:'140', title: t('最大承重'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'maxWidth', width:'140', title: t('最大宽'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'maxHeight', width:'140', title: t('最大高'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'createTime', width: '100',title: t('basicData.creationTime')}, |
| | | {field: 'maxWeight', width:'140', title: t('finishedGlassShelf.maxWeight'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'maxWidth', width:'140', title: t('finishedGlassShelf.maxWidth'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'maxHeight', width:'140', title: t('finishedGlassShelf.maxHeight'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'operator', width: '100',title: t('productStock.creator'),filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | |
| | | ],//表格表头字段 |
| | | data:[],//表格数据 |
| | | url :'/finishedGlassShelf/getFinishedGlassShelfLogReport/料架出库', |
| | | exportUrl :'/finishedGlassShelf/exportFinishedGlassShelfLogReport/料架出库', |
| | | exportName:t('料架出库报表'), |
| | | exportName:t('stockReport.finishedGlassShelfEmitReport'), |
| | | footList:['quantity'] |
| | | }) |
| | | |