|
@@ -76,7 +76,7 @@
|
|
<el-table-column label="批次号" min-width="120" prop="lotCode" align="center">
|
|
<el-table-column label="批次号" min-width="120" prop="lotCode" align="center">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button link type="primary" @click="handleColumnClick(scope.row)"><span>{{ scope.row.lotCode
|
|
<el-button link type="primary" @click="handleColumnClick(scope.row)"><span>{{ scope.row.lotCode
|
|
- }}</span></el-button>
|
|
|
|
|
|
+ }}</span></el-button>
|
|
<!-- <span v-else>{{ scope.row.lotCode }}</span> -->
|
|
<!-- <span v-else>{{ scope.row.lotCode }}</span> -->
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -175,8 +175,6 @@ import dayworkItemForm from "./form";
|
|
import sortItemForm from "./sortForm";
|
|
import sortItemForm from "./sortForm";
|
|
import useUserStore from "@/store/modules/user";
|
|
import useUserStore from "@/store/modules/user";
|
|
import productionPlanDetailStore from "@/store/modules/productionPlanDetail";
|
|
import productionPlanDetailStore from "@/store/modules/productionPlanDetail";
|
|
-const { report_up_limit } = proxy.useDict("report_up_limit")
|
|
|
|
-const { sort_report_up_limit } = proxy.useDict("sort_report_up_limit")
|
|
|
|
|
|
|
|
const is_identification = ref([
|
|
const is_identification = ref([
|
|
// {
|
|
// {
|
|
@@ -209,6 +207,8 @@ const { proxy } = getCurrentInstance();
|
|
|
|
|
|
/** 字典 */
|
|
/** 字典 */
|
|
const { daywork_status } = proxy.useDict("daywork_status");
|
|
const { daywork_status } = proxy.useDict("daywork_status");
|
|
|
|
+const { report_up_limit } = proxy.useDict("report_up_limit")
|
|
|
|
+const { sort_report_up_limit } = proxy.useDict("sort_report_up_limit")
|
|
|
|
|
|
/** 生产批次 */
|
|
/** 生产批次 */
|
|
const dayworkList = ref([]);
|
|
const dayworkList = ref([]);
|