| | |
| | | {field: 'order.project', width: '100',title: t('order.project'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'orderNumber',width: '140', title: t('order.OrderNum'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'orderDetail.quantity',width: '140', title: t('productStock.totalNumberOfOrders'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'inventoryQuantity',width: '100', title: t('productStock.completedQuantity'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'inventoryQuantity',width: '100', title: t('productStock.quantityToBeStockedIn'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'order.area',width: '140', title: t('order.area'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'processId',width: '100', title: t('processCard.processId'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | | {field: 'receivedQuantity',width: '100', title: t('productStock.quantityAlreadyInStock'), filters:[{ data: '' }],slots: { filter: 'num1_filter' }}, |
| | |
| | | ],//表头按钮 |
| | | toolbarConfig: { |
| | | buttons: [{ |
| | | 'name': t('productStock.confirmReceiptOfGoods'),status: 'primary', |
| | | 'code':'add' |
| | | } |
| | | 'name': t('productStock.confirmReceiptOfGoods'),status: 'primary', |
| | | 'code':'add' |
| | | }, |
| | | { |
| | | 'name': t('productStock.warehousingRecords'),status: 'primary', |
| | | 'code':'jump' |
| | | } |
| | | ], |
| | | /*import: false, |
| | | export: true, |
| | |
| | | return; |
| | | |
| | | } |
| | | case 'jump': { |
| | | router.push({path: '/main/productStock/storageRecord', query: { storageType: '入库' }}) |
| | | return; |
| | | |
| | | } |
| | | |
| | | } |
| | | } |