From e7ccbebba6e36237107c05cc911774cae58c4d52 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Thu, 21 Nov 2024 10:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=B4=AD=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 25 ++ src/pages/new-purchase/entry/code-inbound.vue | 213 ++++++++++++++ src/pages/new-purchase/entry/details.vue | 113 ++------ src/pages/new-purchase/entry/inEntry.vue | 261 ++++++++++++++++++ src/pages/new-purchase/entry/index.vue | 53 ++-- src/services/purchase.js | 28 ++ 6 files changed, 588 insertions(+), 105 deletions(-) create mode 100644 src/pages/new-purchase/entry/code-inbound.vue create mode 100644 src/pages/new-purchase/entry/inEntry.vue diff --git a/src/pages.json b/src/pages.json index e760154..f6cbec1 100644 --- a/src/pages.json +++ b/src/pages.json @@ -51,6 +51,31 @@ "navigationBarTitleText": "新购入库" } }, + + //新购入库详情 + { + "path": "pages/new-purchase/entry/details", + "style": { + "navigationBarTitleText": "新购入库详情" + } + }, + + //新购入库未完成入库 + { + "path": "pages/new-purchase/entry/inEntry", + "style": { + "navigationBarTitleText": "入库" + } + }, + + //新购入库未完成编码入库 + { + "path": "pages/new-purchase/entry/code-inbound", + "style": { + "navigationBarTitleText": "编码入库" + } + }, + { "path": "pages/new-purchase/accept/acceptDetails", "style": { diff --git a/src/pages/new-purchase/entry/code-inbound.vue b/src/pages/new-purchase/entry/code-inbound.vue new file mode 100644 index 0000000..88d386e --- /dev/null +++ b/src/pages/new-purchase/entry/code-inbound.vue @@ -0,0 +1,213 @@ + + + + + diff --git a/src/pages/new-purchase/entry/details.vue b/src/pages/new-purchase/entry/details.vue index 8428422..fba32aa 100644 --- a/src/pages/new-purchase/entry/details.vue +++ b/src/pages/new-purchase/entry/details.vue @@ -1,5 +1,5 @@