Commit fb926d50 authored by 周毅's avatar 周毅

调整页面

parent 5a372887
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
let hzid=list.map(item=>item.hzid) let hzid=list.map(item=>item.hzid)
hzid=[...new Set(hzid)] hzid=[...new Set(hzid)]
if(hzid.length>1){ if(hzid.length>1){
this.$warning('所选项货主不唯一,请选择相同货主的数据。') this.$warning('所选项工厂不唯一,请选择相同工厂的数据。')
}else{ }else{
this.$emit('save',obj) this.$emit('save',obj)
this.app.showDialog=false this.app.showDialog=false
......
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/ckgl/dbck/query/kc', url: 'lxyl/ckgl/cktz/query/kc',
queryUrl:'wms/ckgl/dbck/query/kc', queryUrl:'lxyl/ckgl/cktz/query/kc',
tableTitle: [ tableTitle: [
{ {
title: "仓库编码", title: "仓库编码",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment