Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	.env.production
dev
anthonywj 2 years ago
commit 4b4aa819f9

@ -5,7 +5,7 @@ VUE_APP_TITLE = UDI管理系统
ENV = 'development' ENV = 'development'
# 开发环境 # 开发环境
VUE_APP_BASE_API = 'http://127.0.0.1:9991' VUE_APP_BASE_API = 'http://192.168.0.43:9991'
VUE_APP_SYNC_API ="http://127.0.0.1:10001" VUE_APP_SYNC_API ="http://127.0.0.1:10001"

@ -15,6 +15,10 @@ ENV = 'production'
# 测试服务器 # 测试服务器
# VUE_APP_BASE_API = 'http://192.168.0.66:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.66:9150/UDI_WMS_MC/'
# 林淑波
VUE_APP_BASE_API = 'http://192.168.0.231:9150/UDI_WMS_MC/'
# 文明东1 # 文明东1
# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' # VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/'
# 文明东2 # 文明东2

@ -102,6 +102,7 @@
placeholder="请选择单据类型" placeholder="请选择单据类型"
:disabled="corpOrderIdDisabled" :disabled="corpOrderIdDisabled"
style="width: 90%" style="width: 90%"
filterable
@change="actionChange" @change="actionChange"
> >
<el-option <el-option
@ -791,7 +792,6 @@ export default {
page: 1, page: 1,
limit: 20, limit: 20,
}; };
debugger
if (this.curAction.corpType == 3) { if (this.curAction.corpType == 3) {
// //
cQuery.corpType = 3; cQuery.corpType = 3;
@ -1093,6 +1093,11 @@ export default {
this.refreshCodesPanel(); this.refreshCodesPanel();
this.$message.error(response.message); this.$message.error(response.message);
this.selectRlTitle = response.message; this.selectRlTitle = response.message;
//
if(tQuery.selectSupId!=null){
this.codeFormData.selectSupId=tQuery.selectSupId
}
this.selectRlVisible = true; this.selectRlVisible = true;
} else if (response.code == 503) { } else if (response.code == 503) {
// //

@ -860,6 +860,9 @@ export default {
components: {} components: {}
, ,
created() { created() {
if(this.curRow.selectSupId!=null){
this.fromCorp=this.curRow.selectSupId
}
this.getList(); this.getList();
} }
, ,

Loading…
Cancel
Save