| | |
| | | { |
| | | title: t("plan.table.workOrderNo"), |
| | | field: "workOrderNo", |
| | | width: 150, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.processName"), |
| | | field: "processName", |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.processNumber"), |
| | | field: "routeProcessNumberTxt", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.currentProcessNumber"), |
| | | field: "currentProcessNumberTxt", |
| | | width: 100, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.productionQuantity"), |
| | | field: "productionQuantity", |
| | | width: 80, |
| | | width: "auto", |
| | | }, |
| | | { |
| | | title: t("plan.table.standardTime"), |
| | | field: "standardTime", |
| | | width: 80, |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: t("plan.table.totalWorkingHoursOfProcess"), |
| | | field: "processTotalTime", |
| | | width: 80, |
| | | width: 100, |
| | | }, |
| | | { |
| | | title: t("plan.table.planStartDay"), |
| | | field: "processPlanStartDaytxt", |
| | | width: 200, |
| | | width: 160, |
| | | type: "html", |
| | | }, |
| | | { |
| | | title: t("plan.table.planEndDayDate"), |
| | | field: "processPlanEndDaytxt", |
| | | width: 200, |
| | | width: 160, |
| | | type: "html", |
| | | }, |
| | | { |
| | | title: t("plan.table.OrderCompletionDate"), |
| | | field: "orderPlanEndDay", |
| | | width: 200, |
| | | width: 160, |
| | | format: "YYYY-MM-DD HH:mm:ss", |
| | | }, |
| | | { |
| | | title: t("plan.table.abnormalState"), |
| | | field: "exceptionStatus", |
| | | width: "auto", |
| | | } |
| | | ]; |
| | | }, |
| | | { immediate: true, deep: true } |
| | |
| | | .padStart(3, "0"); |
| | | }); |
| | | aps_plate_process_statList.value = listValue; |
| | | console.log(aps_plate_process_statList.value,"aps_plate_process_statList.value") |
| | | total.value = response.total; |
| | | loading.value = false; |
| | | }); |
| | |
| | | // } |
| | | // return null; |
| | | // }; |
| | | getList(); |
| | | // getList(); |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | .column-with-margin { |