From a3e3dd7c9093b50e8ad2ab6d3002bdc2e997874b Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Mon, 19 Jun 2023 13:37:50 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96-?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/config.js | 2 +- src/views/erp/OrderList.vue | 93 +++++++++++++++++++++-------- src/views/erp/const/orderList.js | 66 +++++++++++++------- src/views/erp/modules/OrderForm.vue | 64 +++++++++++++++----- 4 files changed, 160 insertions(+), 65 deletions(-) diff --git a/public/static/config.js b/public/static/config.js index 4268f79..2b30ab3 100644 --- a/public/static/config.js +++ b/public/static/config.js @@ -3,7 +3,7 @@ */ window._CONFIG = { //接口父路径 - VUE_APP_API_BASE_URL: 'http://store-admin.nhet.cloud:8080/jeecg-boot', + VUE_APP_API_BASE_URL: 'http://47.100.35.222:8080/jeecg-boot', //单点登录地址 VUE_APP_CAS_BASE_URL: '', //文件预览路径 diff --git a/src/views/erp/OrderList.vue b/src/views/erp/OrderList.vue index cc92188..afe060c 100644 --- a/src/views/erp/OrderList.vue +++ b/src/views/erp/OrderList.vue @@ -24,6 +24,7 @@ 批量操作 + @@ -81,13 +82,21 @@ - 编辑 - 审核 - 派发 - - + 编辑 + 物料确认 + + + 付款确认 + + + 出货确认 + + + + 物料打印 - 更多 + + 更多 详情 @@ -118,22 +127,28 @@ :label-col="labelCol" :wrapper-col="wrapperCol" > - - + + + + + + + + + + + + - + + + +