diff --git a/src/components/xtSelect/index.vue b/src/components/xtSelect/index.vue index 8eef005f..99c6b7b2 100644 --- a/src/components/xtSelect/index.vue +++ b/src/components/xtSelect/index.vue @@ -89,7 +89,7 @@ const props = defineProps({ options: { type: Array, default: null }, }); -const emit = defineEmits(["update:modelValue", "update:obj", "change", "update::label"]); +const emit = defineEmits(["update:modelValue", "update:obj", "change", "update:label"]); const selectable = (row) => row.count_canhandover?row.count_canhandover>0:true; // 控制 popover 显示与隐藏的状态 const showPopover = ref(false); diff --git a/src/views/wpm_bx/inmIn.vue b/src/views/wpm_bx/inmIn.vue index 182aec19..e3b19410 100644 --- a/src/views/wpm_bx/inmIn.vue +++ b/src/views/wpm_bx/inmIn.vue @@ -46,7 +46,7 @@ :value="item.value" /> - + - + - + - - - + + + {{ scope.row.process_name}} - + - + > + + + + + {{ scope.row.handle_user_name}} - + - - - - + + + + + {{ scope.row.equipment_name}} + + + + {{ scope.row.note }} + + { - res.forEach((item) => { - if(item.cate_name!=="工装"||item.cate_name==null){ - that.equipmentOtions.push(item); - } - }) - }) - }, //获取指定工序的切分数量 getcutCount(material_id){ let that = this; diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index d6dcc72e..a8587adc 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -25,7 +25,7 @@ :value="item.value" /> - + - +