| | |
| | | > |
| | | </el-col> |
| | | |
| | | <right-toolbar :search="false" @queryTable="getList"></right-toolbar> |
| | | <right-toolbar :search="false" @refreshTable="getList"></right-toolbar> |
| | | </el-row> |
| | | |
| | | <HxlhTable |
| | |
| | | const multiple = ref(true); |
| | | const total = ref(0); |
| | | const title = ref(""); |
| | | const height = ref(document.documentElement.clientHeight - 180 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight - 170 + "px;"); |
| | | const columnsVersion = ref(0); |
| | | const data = reactive({ |
| | | // form: {}, |
| | |
| | | { |
| | | title: t("plan.table.mainPartCustomer"), |
| | | field: "customer", |
| | | width: "auto", |
| | | width: "200", |
| | | fixed: "left", |
| | | }, |
| | | { |
| | | title: t("plan.table.mainPartNumber"), |
| | | field: "mainPartNumber", |
| | | width: "auto", |
| | | width: "120", |
| | | fixed: "left", |
| | | }, |
| | | { |
| | |
| | | { |
| | | title: t("plan.table.documentNumber"), |
| | | field: "documentNumber", |
| | | width: "auto", |
| | | width: "180", |
| | | fixed: "left", |
| | | }, |
| | | { |
| | |
| | | { |
| | | title: t("plan.table.workCenter"), |
| | | field: "workCenter", |
| | | width: "auto", |
| | | width: "180", |
| | | }, |
| | | { |
| | | title: t("plan.table.department"), |
| | |
| | | }, |
| | | { |
| | | title: t("plan.table.cheaperCode"), |
| | | field: "cheaperCode", |
| | | field: "lowOrderCode", |
| | | width: "auto", |
| | | }, |
| | | { |
| | |
| | | { |
| | | title: t("plan.table.workorderCreationTime"), |
| | | field: "orderCreateTime", |
| | | width: "auto", |
| | | width: "160", |
| | | }, |
| | | { |
| | | title: t("plan.table.workOrderReviewTime"), |
| | | field: "approveOn", |
| | | width: "auto", |
| | | width: "160", |
| | | }, |
| | | { |
| | | title: t("plan.table.workOrderStartTime"), |