Browse Source

更改bug

qinhb 1 năm trước cách đây
mục cha
commit
7effa021ab

+ 2 - 2
src/views/plan/order/index.vue

@@ -49,14 +49,14 @@
             @click="handleEdit(row,0)"
         ><i-ep-edit />编辑
         </el-button>
-        <el-button
+<!--        <el-button
             v-if="row.nameplated === 1"
             type="info"
             link
             size="small"
             @click="handleNameplated(row)"
         ><i-ep-edit />铭牌
-        </el-button>
+        </el-button>-->
         <el-button
             v-hasPerm="[buttonPermission.PLAN.BTNS.order_del]"
             v-if="row.orderState === '0' ||  row.orderState === '1' ||  row.orderState === '2'"

+ 3 - 3
src/views/pro/traceability/components/faultCom.vue

@@ -80,7 +80,7 @@ option.value = Object.assign(option.value, {
     },
     {
       label: "报故人",
-      prop: "personResponsible",
+      prop: "creator",
       search: false,
     },
     {
@@ -95,8 +95,8 @@ option.value = Object.assign(option.value, {
     },
     {
       label: "处理结果",
-      prop: "disposalMeasures",
-      dicData: dicts.disposal_measures_type,
+      prop: "currentState",
+      dicData: dicts.fault_current_state,
       props: {
         label: "dictLabel",
         value: "dictValue",

+ 0 - 2
src/views/pro/traceability/index.vue

@@ -153,9 +153,7 @@
 <script setup>
 import { ref, getCurrentInstance } from "vue";
 import { useCrud } from "@/hooks/userCrud";
-import ButtonPermKeys from "@/common/configs/buttonPermission";
 import { traceabilityTabCount } from "@/api/process";
-import { useCommonStoreHook } from "@/store";
 import { getMaterialDetailsByseqNo, getOperationCompent } from "@/api/material";
 import TraceabilityCom from "@/views/pro/traceability/components/traceabilityCom.vue";
 import MaterialsCom from "@/views/pro/traceability/components/materialsCom.vue";