Commit 4e1f9209 authored by 邓春圆's avatar 邓春圆

上传时添加业务员id

parent 58d6bc93
......@@ -71,6 +71,7 @@
:key="item.id"
:label="item.nickname"
:value="item.nickname"
@click.native="selslectVal('salesmanId',item.id)"
/>
</el-select>
</el-form-item>
......@@ -568,6 +569,9 @@ export default {
},
},
methods: {
selslectVal(key,value){
this.form[key] = value;
},
getCurrencyLabel(id){
var label = this.currencyList.filter(item=>item.id == id)
if(label.length>0) return this.$i18n.locale=='zh_CN'?label[0].titleZh:label[0].titleEn
......
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