From a65c5c4cfb92ffde48b443647f9a6dacca6d8d97 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 20 Feb 2026 19:41:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(mes):=20=E6=9B=B4=E6=96=B0=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E5=8D=95=E5=92=8C=E7=BC=BA=E9=99=B7=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=92=8C=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/qc/iqc/IqcDefectList.vue | 18 ++++++----------- src/views/mes/qc/iqc/IqcForm.vue | 19 +++++++++++++---- src/views/mes/qc/iqc/IqcLineList.vue | 2 ++ src/views/mes/qc/iqc/index.vue | 28 +++++++++++++++----------- 4 files changed, 39 insertions(+), 28 deletions(-) diff --git a/src/views/mes/qc/iqc/IqcDefectList.vue b/src/views/mes/qc/iqc/IqcDefectList.vue index fe0a9da3b..09c3a3720 100644 --- a/src/views/mes/qc/iqc/IqcDefectList.vue +++ b/src/views/mes/qc/iqc/IqcDefectList.vue @@ -63,16 +63,14 @@ v-loading="formLoading" > - + + @@ -81,11 +79,7 @@ - + + + + @@ -261,6 +269,8 @@ import MdItemSelect from '@/views/mes/md/item/components/MdItemSelect.vue' import IqcLineList from './IqcLineList.vue' import IqcDefectList from './IqcDefectList.vue' +// TODO @AI:/Users/yunai/Java/yudao-all-in-one/yudao-ui-admin-vue3/src/views/mes/qc/indicator/IndicatorForm.vue + defineOptions({ name: 'IqcForm' }) const { t } = useI18n() @@ -273,6 +283,7 @@ const formType = ref('') const activeTab = ref('line') // 关联数据回显 +// TODO @AI:换成下拉框 const vendorNickname = ref('') const itemName = ref('') const itemSpecification = ref('') diff --git a/src/views/mes/qc/iqc/IqcLineList.vue b/src/views/mes/qc/iqc/IqcLineList.vue index 53a65e5d4..26284cb3c 100644 --- a/src/views/mes/qc/iqc/IqcLineList.vue +++ b/src/views/mes/qc/iqc/IqcLineList.vue @@ -3,6 +3,7 @@
+ @@ -19,6 +20,7 @@ +
diff --git a/src/views/mes/qc/iqc/index.vue b/src/views/mes/qc/iqc/index.vue index 703bb6a62..e4f112bff 100644 --- a/src/views/mes/qc/iqc/index.vue +++ b/src/views/mes/qc/iqc/index.vue @@ -43,6 +43,8 @@ class="!w-240px" />
+ + + - + + 搜索 重置 @@ -122,10 +121,12 @@ + - + + @@ -140,23 +141,24 @@ label="来料日期" align="center" prop="receiveDate" - :formatter="dateFormatter" + :formatter="dateFormatter2" width="180px" /> - + +