| | |
| | | { |
| | | title: t("plan.table.requireID"), |
| | | field: "id", |
| | | width: 150, |
| | | width: "180", |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("plan.table.requireTraceID"), |
| | | field: "requireTrackId", |
| | | width: 200, |
| | | width: "180", |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("plan.table.itemNumber"), |
| | | field: "bomLineCode", |
| | | width: 200, |
| | | width: "auto", |
| | | align: "center", |
| | | }, |
| | | // { |
| | |
| | | { |
| | | title: t("plan.table.unmatchedDemandQuantity"), |
| | | field: "unmatchedDemandAmount", |
| | | width: 200, |
| | | width: "auto", |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("plan.table.planStartDay"), |
| | | field: "startDate", |
| | | width: 200, |
| | | width: 162, |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("plan.table.planEndDayDate"), |
| | | field: "completeDate", |
| | | width: 200, |
| | | width: 162, |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("plan.table.requirementDate"), |
| | | field: "demandDate", |
| | | width: 200, |
| | | width: 162, |
| | | align: "center", |
| | | }, |
| | | { |
| | | title: t("plan.table.applicableFactories"), |
| | | field: "orgCode", |
| | | width: 200, |
| | | width: "auto", |
| | | align: "center", |
| | | formatter: ({ cellValue, row, column }) => { |
| | | if (cellValue) { |
| | |
| | | { |
| | | title: t("plan.table.productionBase"), |
| | | field: "productionBase", |
| | | width: 200, |
| | | width: "auto", |
| | | align: "center", |
| | | }, |
| | | ]; |