From b37f474fbc0599beda59b5589fe09722c62ad17b Mon Sep 17 00:00:00 2001 From: A0010407 Date: Wed, 30 Aug 2023 09:55:59 +0800 Subject: [PATCH 01/23] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF-?= =?UTF-8?q?=E5=B7=A5=E5=8E=82=E5=BB=BA=E6=A8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/factory/index.vue | 49 ++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/src/views/wms/factory/index.vue b/src/views/wms/factory/index.vue index a263580..9d534ba 100644 --- a/src/views/wms/factory/index.vue +++ b/src/views/wms/factory/index.vue @@ -10,9 +10,15 @@ /> - + + 搜索 @@ -51,16 +57,15 @@ :default-expand-all="isExpandAll" :tree-props="{children: 'children', hasChildren: 'hasChildren'}" > - - - - - + + + + - + - + + - + - - + + diff --git a/src/views/wms/wmsEmbryoin/index.vue b/src/views/wms/wmsEmbryoin/index.vue index 7be8836..9ce9612 100644 --- a/src/views/wms/wmsEmbryoin/index.vue +++ b/src/views/wms/wmsEmbryoin/index.vue @@ -38,7 +38,7 @@ - + - - + - - - + + - - - - - - - - - - - - + @@ -128,26 +115,9 @@ {{ parseTime(scope.row.lastUpdateDate, '{y}-{m}-{d}') }} - - - + - + diff --git a/src/views/wms/wmsRawOrderInSn/index.vue b/src/views/wms/wmsRawOrderInSn/index.vue new file mode 100644 index 0000000..dd50620 --- /dev/null +++ b/src/views/wms/wmsRawOrderInSn/index.vue @@ -0,0 +1,440 @@ + + + From aa0674b76daae9d9f6299c65b35231f191e1de21 Mon Sep 17 00:00:00 2001 From: A0010407 Date: Wed, 30 Aug 2023 11:47:57 +0800 Subject: [PATCH 07/23] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=B7=A5=E5=8E=82=E5=BB=BA=E6=A8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/factory/index.vue | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/views/wms/factory/index.vue b/src/views/wms/factory/index.vue index 9d534ba..c50f95a 100644 --- a/src/views/wms/factory/index.vue +++ b/src/views/wms/factory/index.vue @@ -1,18 +1,19 @@