| | |
| | | viewGetByProductWordId, |
| | | exportProductInventory |
| | | } from "@/api/productionManagement/productionOrder.js"; |
| | | import { deepClone } from "@/utils/index.js" |
| | | import {listMain as getOrderProcessRouteMain} from "@/api/productionManagement/productProcessRoute.js"; |
| | | import PIMTable from "@/components/PIMTable/PIMTable.vue"; |
| | | import BindRouteDialog from "./BindRouteDialog.vue"; |
| | |
| | | |
| | | const router = useRouter(); |
| | | const isShowNewModal = ref(false); |
| | | const MOCK_MODE = true; |
| | | |
| | | const loading = ref(false) |
| | | const dialogVisible = ref(false) |
| | |
| | | rowData.value = res?.data || res |
| | | } else { |
| | | bindDialogType.value = "add" |
| | | rowData.value = row |
| | | rowData.value = deepClone( row) |
| | | rowData.value.finishedSize = row.specificationModel |
| | | } |
| | | bindRouteDialogVisible.value = true; |