Commit c0568491 authored by 黄奎's avatar 黄奎

页面修改

parent 047a35ea
...@@ -370,12 +370,10 @@ ...@@ -370,12 +370,10 @@
}, },
getCompanyList() { //获取公司列表 getCompanyList() { //获取公司列表
this.apipost('sellorder_post_GetBranchList', {}, res => { this.apipost('sellorder_post_GetBranchList', {}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.CompanyList = res.data.data; this.CompanyList = res.data.data;
} else {} } else {}
}, err => {}) }, err => {})
}, },
//点击选中日历日期获取联运数据 //点击选中日历日期获取联运数据
clickedDay(item) { clickedDay(item) {
......
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