diff --git a/src/pages.json b/src/pages.json index b244f58..966b39a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -65,6 +65,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 @@