bug修改

ywj_dev
anthonywj 2 years ago
parent b7ef501166
commit 0fdfdd9e3c

@ -4,7 +4,7 @@ VUE_APP_TITLE = UDI自助平台
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
# VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/'
VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_SPMS_SERVER/' VUE_APP_BASE_API = 'http://116.204.106.103:9150/UDI_SPMS_SERVER/'
# VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.66:9160/UDI_WMS_MC/'
# 应用访问路径 例如使用前缀 /admin/ # 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/'

@ -9,7 +9,7 @@
<template v-if="device!=='mobile'"> <template v-if="device!=='mobile'">
<div class="inv-hos-title"> <div class="inv-hos-title">
<span style="font-weight: bold;color: #303133;">医院</span> <span style="font-weight: bold;color: #303133;">潭协和医院</span>
<span <span
style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">({{ inv }})</span> style="margin-right: 18px;margin-left:8px;color: #2d8cf0;font-size: 14px;">({{ inv }})</span>
</div> </div>

@ -449,8 +449,11 @@ export default {
this.bizShow = false; this.bizShow = false;
if (this.curAction.corpType == 0 || this.curAction.corpType == 2 || (this.curAction.corpType == 1 && !this.curAction.genUnit)) { if (this.curAction.corpType == 0 || this.curAction.corpType == 2 || (this.curAction.corpType == 1 && !this.curAction.genUnit)) {
//1. //1.
this.orderFormData.fromCorp = null; if(!this.isSupVesion){
this.findMethod(); this.orderFormData.fromCorp = null;
this.findMethod();
}
} else if (this.curAction.corpType == 3) { } else if (this.curAction.corpType == 3) {
//2. //2.
this.orderFormData.fromInvCode = null; this.orderFormData.fromInvCode = null;
@ -853,6 +856,7 @@ export default {
let customerId = this.$store.getters.customerId; let customerId = this.$store.getters.customerId;
if (customerId != '110') { if (customerId != '110') {
this.orderFormData.fromCorp = customerId; this.orderFormData.fromCorp = customerId;
this.findMethod(this.orderFormData.fromCorp);
this.isSupVesion = true; this.isSupVesion = true;
} else { } else {
this.orderFormData.fromCorp = null; this.orderFormData.fromCorp = null;

@ -639,7 +639,7 @@ export default {
printOrder(row) { printOrder(row) {
let tQuery = { let tQuery = {
action: row.action, action: row.action,
moduleId: 1, moduleId: 2,
} }
this.loading = true; this.loading = true;
inspectionOrderPDFFromTemplateFile(tQuery).then((response) => { inspectionOrderPDFFromTemplateFile(tQuery).then((response) => {

Loading…
Cancel
Save