From 4f6bdec21de8bd83b09ccdd50f67c72f6e11f33c Mon Sep 17 00:00:00 2001 From: zhongwenkai <3478244299@qq.com> Date: Fri, 29 May 2026 11:19:40 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E4=BB=93=E5=82=A8?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=B8=AD=E5=85=A5=E5=BA=93=E5=8D=95=E6=8D=AE?= =?UTF-8?q?=E7=9A=84=E6=96=B0=E5=A2=9E/=E7=BC=96=E8=BE=91=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/erp/stock/in/StockInForm.vue | 301 ++++++++------ src/views/erp/stock/in/index.vue | 534 ++++++++++++------------- 2 files changed, 434 insertions(+), 401 deletions(-) diff --git a/src/views/erp/stock/in/StockInForm.vue b/src/views/erp/stock/in/StockInForm.vue index 76b110b0..83becfa7 100644 --- a/src/views/erp/stock/in/StockInForm.vue +++ b/src/views/erp/stock/in/StockInForm.vue @@ -1,121 +1,110 @@ - - - - - - {{ t('ErpStock.In.no') }} - - - - - - - - - - - - + + {{ dialogTitle }} + + + + + + + + + + {{ t('ErpStock.In.no') }} + + + + + + + + - + + + + + + + + + + + + + + + - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/erp/stock/in/index.vue b/src/views/erp/stock/in/index.vue index ed58dbb8..75e143d7 100644 --- a/src/views/erp/stock/in/index.vue +++ b/src/views/erp/stock/in/index.vue @@ -1,283 +1,262 @@ - - - - - - - - - - - - - - - + - - - --> - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : + t('FactoryModeling.FactoryStructure.expandText') }} + + + + {{ t('common.query') }} + {{ t('common.reset') }} + + {{ t('action.add') }} + + + {{ t('action.export') }} + + item.id))" + v-hasPermi="['erp:stock-in:delete']" + :disabled="selectionList.length === 0" + > + {{ t('action.del') }} + + + + + + + + + + + + + + - + + - - - - - + + - - - - + + + + + + + + {{ t('action.detail') }} + + + {{ t('action.edit') }} + + + {{ t('action.approve') }} + + + {{ t('action.unapprove') }} + + + {{ t('action.del') }} + + + + + + - - - - - {{ showAllFilters ? t('FactoryModeling.FactoryStructure.collapseText') : - t('FactoryModeling.FactoryStructure.expandText') }} - - - - {{ t('common.query') }} - {{ t('common.reset') }} - - {{ t('action.add') }} - - - {{ t('action.export') }} - - item.id))" - v-hasPermi="['erp:stock-in:delete']" - :disabled="selectionList.length === 0" - > - {{ t('action.del') }} - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - {{ t('action.detail') }} - - - {{ t('action.edit') }} - - - {{ t('action.approve') }} - - - {{ t('action.unapprove') }} - - - {{ t('action.del') }} - - - - - - - - - - + + +