From f31263e92f00016ba48f0a2394f5af8e63ede83f Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 22 May 2024 16:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=B9=B6=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ImportForm/src/ImportDetailForm.vue | 339 ++++++++++++++++++ .../countManage/count/countJobMain/index.vue | 34 ++ 2 files changed, 373 insertions(+) create mode 100644 src/components/ImportForm/src/ImportDetailForm.vue diff --git a/src/components/ImportForm/src/ImportDetailForm.vue b/src/components/ImportForm/src/ImportDetailForm.vue new file mode 100644 index 000000000..bda6ffdfe --- /dev/null +++ b/src/components/ImportForm/src/ImportDetailForm.vue @@ -0,0 +1,339 @@ + + + + + + {{t('ts.将文件拖到此处,或')}}{{t('ts.点击上传')}} + + + + {{t('ts.导入模式')}} + + + + {{ t('ts.更新')}} + + + + + + {{t('ts.更新:新增并修改')}} + + + + + + + + + 是否外部资源 + + + + + + + + + + + + + + + {{ t('ts.确 定') }} + {{ t('ts.取 消') }} + + + + + + + diff --git a/src/views/wms/countManage/count/countJobMain/index.vue b/src/views/wms/countManage/count/countJobMain/index.vue index ba882335d..91cd63903 100644 --- a/src/views/wms/countManage/count/countJobMain/index.vue +++ b/src/views/wms/countManage/count/countJobMain/index.vue @@ -64,6 +64,19 @@ :searchTableParams="searchTableParams" :apiPage="CountJobDetailApi.getCountJobDetailPage" /> + + + +