Commit 0b10a162 authored by 罗超's avatar 罗超

2

parent 9f730dbd
...@@ -1374,6 +1374,7 @@ ...@@ -1374,6 +1374,7 @@
this.getData(); this.getData();
} else { } else {
this.getTree(); this.getTree();
} }
if (this.currentUserInfo.IsOpenSchool == 0) { if (this.currentUserInfo.IsOpenSchool == 0) {
this.isShowPlat = false; this.isShowPlat = false;
...@@ -2414,6 +2415,10 @@ ...@@ -2414,6 +2415,10 @@
this.loading = false; this.loading = false;
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.options = res.data.data; this.options = res.data.data;
console.log(2418,this.$route.query.GoodsId,this.options)
if(this.$route.query.GoodsId==0){
this.SupplierId=this.options[0].ID
}
} }
}); });
}, },
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</el-select> </el-select>
</el-input> </el-input>
<span style="margin-left: 15px;font-size:14px">类型:</span> <span style="margin-left: 15px;font-size:14px">类型:</span>
<el-select class="w120" @change="(msg.pageIndex = 1), getList()" v-model="msg.GoodsEduType" size="small" <el-select class="w120" @change="(msg.pageIndex = 1), getList()" v-model="msg.OrderEduType" size="small"
placeholder="请选择"> placeholder="请选择">
<el-option label="不限" :value="0"></el-option> <el-option label="不限" :value="0"></el-option>
<el-option label="咖啡劵" :value="1"></el-option> <el-option label="咖啡劵" :value="1"></el-option>
...@@ -926,7 +926,8 @@ ...@@ -926,7 +926,8 @@
AnchorName: "", AnchorName: "",
IsSelectPayMoney: 0, IsSelectPayMoney: 0,
IsOffline: -1, IsOffline: -1,
GoodsEduType: 0, OrderEduType: 0,
Q_OrderEduType:1
}, },
IsSelectPayMoney: 0, IsSelectPayMoney: 0,
platList: [], platList: [],
...@@ -1868,21 +1869,13 @@ ...@@ -1868,21 +1869,13 @@
}, },
goSF(item) { goSF(item) {
//收入详情 //收入详情
// window.open('http://www.test.com:8081/#/FinancialDocumentsDetail?id='+item.FrID+'&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85') // window.open('http://localhost:8181/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
window.open( window.open('http://edu.oytour.com/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
"http://yx.oytour.com/#/FinancialDocumentsDetail?id=" +
item.FrID +
"&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85"
);
}, },
goZF(item) { goZF(item) {
//付款详情 //付款详情
// window.open('http://www.test.com:8081/#/FinancialDocumentsDetail?id='+item.FrID+'&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85') // window.open('http://localhost:8181/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
window.open( window.open('http://edu.oytour.com/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
"http://yx.oytour.com/#/FinancialDocumentsDetail?id=" +
item.FrID +
"&Conditon=1&tab=%E5%8D%95%E6%8D%AE%E8%AF%A6%E6%83%85"
);
}, },
// 运费成本制单 // 运费成本制单
yunfeizhidan(id) { yunfeizhidan(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