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

2

parent 9f730dbd
......@@ -1374,6 +1374,7 @@
this.getData();
} else {
this.getTree();
}
if (this.currentUserInfo.IsOpenSchool == 0) {
this.isShowPlat = false;
......@@ -2414,6 +2415,10 @@
this.loading = false;
if (res.data.resultCode == 1) {
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 @@
</el-select>
</el-input>
<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="请选择">
<el-option label="不限" :value="0"></el-option>
<el-option label="咖啡劵" :value="1"></el-option>
......@@ -926,7 +926,8 @@
AnchorName: "",
IsSelectPayMoney: 0,
IsOffline: -1,
GoodsEduType: 0,
OrderEduType: 0,
Q_OrderEduType:1
},
IsSelectPayMoney: 0,
platList: [],
......@@ -1868,21 +1869,13 @@
},
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://yx.oytour.com/#/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('http://edu.oytour.com/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
},
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://yx.oytour.com/#/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('http://edu.oytour.com/#/financial/financalDocument/FinancialDocumentsDetail?id='+item.FrID,"_blank")
},
// 运费成本制单
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