张诺
11 小时以前 70ed2d656562b2c26b4dfdd829324f2837dede21
src/views/productionManagement/productionOrder/index.vue
@@ -93,6 +93,7 @@
  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";
@@ -103,7 +104,6 @@
const router = useRouter();
const isShowNewModal = ref(false);
const MOCK_MODE = true;
const loading = ref(false)
const dialogVisible = ref(false)
@@ -335,7 +335,7 @@
      rowData.value = res?.data || res
    } else {
      bindDialogType.value = "add"
      rowData.value = row
      rowData.value = deepClone( row)
      rowData.value.finishedSize = row.specificationModel
    }
    bindRouteDialogVisible.value = true;