| | |
| | | { |
| | | title: t("plan.table.mainPartNumber"), |
| | | field: "mainPartNumber", |
| | | width: 150, |
| | | width: 160 |
| | | }, |
| | | // { |
| | | // title: '主件图号', |
| | |
| | | { |
| | | title: t('plan.table.customer'), |
| | | field: 'customer', |
| | | width: 200, |
| | | width: 160 |
| | | }, |
| | | { |
| | | title: t("plan.table.businessType"), |
| | | field: "businessType", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.documentNumber"), |
| | | field: "documentNumber", |
| | | width: 140, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.requirementType"), |
| | | field: "requirementType", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.documentStatus"), |
| | | field: "documentStatus", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.itemNumber"), |
| | | field: "itemNumber", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.drawingNo"), |
| | | field: "drawingNo", |
| | | width: 100, |
| | | width: 200, |
| | | }, |
| | | // { |
| | | // title: '版本号', |
| | |
| | | { |
| | | title: t("plan.table.productionQuantity"), |
| | | field: "productionQuantity", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | // { |
| | | // title: '良品数量', |
| | |
| | | { |
| | | title: t("plan.table.processNumber"), |
| | | field: "processNumber", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.factoryCenter"), |
| | | field: "workCenter", |
| | | width: 180, |
| | | width: "auto", |
| | | }, |
| | | // { |
| | | // title: '所属部门', |
| | |
| | | { |
| | | title: t("plan.table.planEndDayDate"), |
| | | field: "planEndDay", |
| | | width: 100, |
| | | width: 160, |
| | | }, |
| | | // { |
| | | // title: '备料料号', |
| | |
| | | { |
| | | title: t('plan.table.account'), |
| | | field: 'account', |
| | | width: 100, |
| | | width: "auto", |
| | | // formatter: ({ cellValue, row, column }) => { |
| | | // if (cellValue) { |
| | | // console.log(cellValue,aps_account.value,"llll") |
| | |
| | | font-weight: bold; |
| | | } |
| | | </style> |
| | | <style> |
| | | .vxe-cell{ |
| | | padding:0 20px; |
| | | } |
| | | </style> |