diff --git a/.env.production b/.env.production index 05db49e..864fdc9 100644 --- a/.env.production +++ b/.env.production @@ -7,7 +7,7 @@ ENV = 'production' #林纪裕 # VUE_APP_BASE_API = 'http://101.43.77.55:9150/UDI_SPMS_SERVER/' -# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:5005/UDI_SPMS_SERVER/' +# VUE_APP_BASE_API = 'http://r.jiyuudims.cloud:82/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://127.0.0.1:9150/UDI_SPMS_SERVER/' @@ -15,14 +15,18 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/' # 平潭 -# VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/' +VUE_APP_BASE_API = 'http://121.204.169.96:9150/UDI_SPMS_SERVER/' # 文明懂 -VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' +# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' # 刘恩典 # VUE_APP_BASE_API = 'http://192.168.0.54:9150/UDI_SPMS_SERVER/' +# 漳州中医院 +# VUE_APP_BASE_API = 'http://116.204.116.198:9150/UDI_SPMS_SERVER/' + + # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue index 3b1696f..0706aaf 100644 --- a/src/views/inout/InvoiceCkeck.vue +++ b/src/views/inout/InvoiceCkeck.vue @@ -6,7 +6,7 @@ type="primary" icon="el-icon-bottom-right" @click="onSubmit" - >登记 + >登记 - + { + this.postInvoice(); + }) + .catch(() => { + }); return; + } else { + this.postInvoice(); } + + }, + + postInvoice() { insertInvoice(this.inputQuery) .then((response) => { if (response.code === 20000) { @@ -537,14 +545,14 @@ export default { event.currentTarget.select(); }, - enterKey(){ - let param={ - code :this.inputQuery.code + enterKey() { + let param = { + code: this.inputQuery.code } parseInvoice(param) - .then((res)=>{ - if(res.code == 20000){ - this.inputQuery=res.data; + .then((res) => { + if (res.code == 20000) { + this.inputQuery = res.data; } }) @@ -552,7 +560,8 @@ export default { }, - uploadHandleError() {}, + uploadHandleError() { + }, uploadHandleSuccess(response, file, fileList) { debugger; if (response.code === 20000) { @@ -681,7 +690,8 @@ export default { .then((res) => { this.closeDialog(); }) - .catch((error) => {}); + .catch((error) => { + }); }, showImgViewer(row) { this.certFileUrl = diff --git a/src/views/myLogin.vue b/src/views/myLogin.vue index 463b006..cc5a34b 100644 --- a/src/views/myLogin.vue +++ b/src/views/myLogin.vue @@ -2,7 +2,7 @@