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: {