Commit b5acc2b9 authored by huangjie's avatar huangjie

供应商管理

parent 5dd7115f
......@@ -282,7 +282,7 @@
paytaxtype:[],
taxrate:[],
provienceprops:{
checkStrictly:true,
checkStrictly:false,
multiple:true,
value:'id',
},
......
......@@ -318,7 +318,7 @@
paytaxtype:[],
taxrate:[],
provienceprops:{
checkStrictly:true,
checkStrictly:false,
multiple:true,
value:'id',
},
......
......@@ -18,7 +18,7 @@
</el-select>
</el-form-item>
<el-form-item label="注册城市">
<el-cascader
<el-cascader @change="getcs" ref="zccs"
v-model="formdata.user"
:options="addressList" :collapse-tags="true" :show-all-levels="false" clearable
:props="provienceprops"></el-cascader>
......@@ -313,7 +313,7 @@
paytaxtype:[],
taxrate:[],
provienceprops:{
checkStrictly:true,
checkStrictly:false,
multiple:true,
value:'id',
},
......@@ -553,6 +553,11 @@
this.init()
},
methods:{
getcs(val){
console.log(val)
let data = this.$refs.zccs.getCheckedNodes()
console.log(data)
},
init(){
//地区
getDicts('arealist').then(res=>{
......
......@@ -281,7 +281,7 @@
paytaxtype:[],
taxrate:[],
provienceprops:{
checkStrictly:true,
checkStrictly:false,
multiple:true,
value:'id',
},
......
......@@ -277,7 +277,7 @@
paytaxtype:[],
taxrate:[],
provienceprops:{
checkStrictly:true,
checkStrictly:false,
multiple:true,
value:'id',
},
......
......@@ -276,7 +276,7 @@
paytaxtype:[],
taxrate:[],
provienceprops:{
checkStrictly:true,
checkStrictly:false,
multiple:true,
value:'id',
},
......
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