ezhizao_zx 3 luni în urmă
părinte
comite
8366f55c2b
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      src/views/business/dayworkSelect/index.vue

+ 3 - 3
src/views/business/dayworkSelect/index.vue

@@ -76,7 +76,7 @@
             <el-table-column label="批次号" min-width="120" prop="lotCode" align="center">
               <template #default="scope">
                 <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> -->
               </template>
             </el-table-column>
@@ -175,8 +175,6 @@ import dayworkItemForm from "./form";
 import sortItemForm from "./sortForm";
 import useUserStore from "@/store/modules/user";
 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([
   //   {
@@ -209,6 +207,8 @@ const { proxy } = getCurrentInstance();
 
 /** 字典 */
 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([]);