Commit 7b611e59 authored by 黄奎's avatar 黄奎

页面修改

parent fe2696a7
......@@ -1843,6 +1843,7 @@
this.allWindowWidth = allWindowWidth - 50 - 220 - 60;
let maxLength = parseInt(allWindowWidth / 110);
this.maxLength = maxLength;
//this.testApi();
//this.testDownLoad();
let userinfo = this.getLocalStorage();
let ActionMenuCode = userinfo.ActionMenuCode;
......@@ -1857,17 +1858,21 @@
},
methods: {
testApi() {
var postMsg={
"configId":"VjrskRJnOlI=","cityId":0,"preview":0,"tcid":"13233","teamType":0,"isGetPriceFlight":true
};
this.apipost(
"sellorder_post_GetMiniAppTravelOrderList", {},
"b2b_get_GetB2BTravelInfoV1", postMsg,
res => {
}
);
},
testDownLoad() {
var fileName = "手配书下载.doc";
this.GetLocalFile("finance_download_surebook", {}, fileName, res => {
var fileName = "确认书下载.doc";
var msg = {
FinanceId: "81461"
};
this.GetLocalFile("finance_download_surebook", msg, fileName, res => {
});
},
GetSupperOrderEditAuth() {
......
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