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

页面修改

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