From d0f69f9eb9e62ec0621a868f1710e5189cf5f24a Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 11 Mar 2024 09:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- src/views/invoicing/operating_record.vue | 4 ++-- src/views/invoicing/operation_in.vue | 8 +++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index ab6fc57..6b00c1f 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,8 @@ ENV = 'development' # 接口地址 -VUE_APP_BASE_API = 'http://192.168.2.128:8000' +# VUE_APP_BASE_API = 'http://192.168.2.128:8000' +VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn' # VUE_APP_BASE_API = 'http://192.168.2.16:8000' VUE_APP_WS_API = 'ws://192.168.2.128:8000' diff --git a/src/views/invoicing/operating_record.vue b/src/views/invoicing/operating_record.vue index 0f73f10..ba089b3 100644 --- a/src/views/invoicing/operating_record.vue +++ b/src/views/invoicing/operating_record.vue @@ -37,9 +37,9 @@ 详情 - + diff --git a/src/views/invoicing/operation_in.vue b/src/views/invoicing/operation_in.vue index 726cbc2..984485b 100644 --- a/src/views/invoicing/operation_in.vue +++ b/src/views/invoicing/operation_in.vue @@ -39,7 +39,8 @@ - + @@ -53,7 +54,8 @@ - + @@ -168,7 +170,7 @@ export default { remark: '', time: dayjs().format('YYYY-MM-DD'), totalAmount: 0, - type: 'reject', + type: 'purveyor', shopId: localStorage.getItem('shopId') }, queryRules: {