From 4530c68ea3f172b9e01f3f4eec794955b086dcba Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sun, 29 Sep 2024 22:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84?= =?UTF-8?q?URL=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/order/beforehand_order/add.vue | 204 +++++++++++++++++ src/views/order/beforehand_order/index.vue | 254 +++++++++++++++++++++ 3 files changed, 459 insertions(+), 1 deletion(-) create mode 100644 src/views/order/beforehand_order/add.vue create mode 100644 src/views/order/beforehand_order/index.vue diff --git a/.env.development b/.env.development index 522e48fce..2eb6f3946 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ VITE_NOW_TYPE = 'dist' # VITE_APP_BASE_URL='http://192.168.1.10:8546' # VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn' # VITE_APP_BASE_URL='https://multi-store.lihaink.cn' -VITE_APP_BASE_URL='http://192.168.1.22:8545' +VITE_APP_BASE_URL='http://192.168.1.6:8545' # VITE_APP_BASE_URL='https://ceshi-multi-store.lihaink.cn' diff --git a/src/views/order/beforehand_order/add.vue b/src/views/order/beforehand_order/add.vue new file mode 100644 index 000000000..8cb144673 --- /dev/null +++ b/src/views/order/beforehand_order/add.vue @@ -0,0 +1,204 @@ + + + 商品入库操作 + + + + + + + + + + + + 添加商品 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 删除 + + + + + + + + 提交 + + + + + + + + + + diff --git a/src/views/order/beforehand_order/index.vue b/src/views/order/beforehand_order/index.vue new file mode 100644 index 000000000..6cbf3b049 --- /dev/null +++ b/src/views/order/beforehand_order/index.vue @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + 入库 + + + + + + + + + + + + + + + + + + + + 详情 + + 编辑 + + + 删除 + + + + + + + + + + + + + +