From fc21a504ebaee1333d17f47c63916df4bb828a7b Mon Sep 17 00:00:00 2001 From: van Date: Wed, 8 Apr 2026 16:26:18 +0800 Subject: [PATCH] 1 --- src/router/index.js | 6 + src/views/mobile/fadan/index.vue | 385 +---------------- .../jd-instruction/fadan-quick-record.vue | 409 ++++++++++++++++++ 3 files changed, 418 insertions(+), 382 deletions(-) create mode 100644 src/views/system/jd-instruction/fadan-quick-record.vue diff --git a/src/router/index.js b/src/router/index.js index bd2bb2d..74cd5f5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -211,6 +211,12 @@ export const dynamicRoutes = [ component: () => import('@/views/system/jd-instruction/index'), name: 'JdInstructionIndex', meta: { title: '指令执行', icon: 'form' } + }, + { + path: 'quick-record', + component: () => import('@/views/system/jd-instruction/fadan-quick-record'), + name: 'JdInstructionQuickRecord', + meta: { title: '快捷录单', icon: 'edit' } } ] }, diff --git a/src/views/mobile/fadan/index.vue b/src/views/mobile/fadan/index.vue index ebb28e7..839ed19 100644 --- a/src/views/mobile/fadan/index.vue +++ b/src/views/mobile/fadan/index.vue @@ -1,391 +1,12 @@ - - diff --git a/src/views/system/jd-instruction/fadan-quick-record.vue b/src/views/system/jd-instruction/fadan-quick-record.vue new file mode 100644 index 0000000..349640b --- /dev/null +++ b/src/views/system/jd-instruction/fadan-quick-record.vue @@ -0,0 +1,409 @@ + + + + +