|
@@ -275,7 +275,7 @@ export default {
|
|
|
async getInOrOut(data){
|
|
|
try {
|
|
|
const res = await Query({
|
|
|
- id:246,
|
|
|
+ id:DATACONTENT_ID.inOrOutId,
|
|
|
dataContent:[data]
|
|
|
});
|
|
|
if (res.code === "0") {
|
|
@@ -297,7 +297,7 @@ export default {
|
|
|
async getAirline(){
|
|
|
try {
|
|
|
const res = await Query({
|
|
|
- id:247,
|
|
|
+ id:DATACONTENT_ID.AirlineId,
|
|
|
dataContent:[]
|
|
|
});
|
|
|
if (res.code === "0") {
|
|
@@ -319,7 +319,7 @@ export default {
|
|
|
async getArea(){
|
|
|
try {
|
|
|
const res = await Query({
|
|
|
- id:248,
|
|
|
+ id:DATACONTENT_ID.AreaId,
|
|
|
dataContent:[]
|
|
|
});
|
|
|
if (res.code === "0") {
|
|
@@ -341,29 +341,7 @@ export default {
|
|
|
async getAirport(){
|
|
|
try {
|
|
|
const res = await Query({
|
|
|
- id:249,
|
|
|
- dataContent:[]
|
|
|
- });
|
|
|
- if (res.code === "0") {
|
|
|
- let arr = [];
|
|
|
- for(let i=0;i< res.returnData.listValues.length;i++){
|
|
|
- arr.push({
|
|
|
- label:res.returnData.listValues[i].a2,
|
|
|
- value:res.returnData.listValues[i].a2
|
|
|
- })
|
|
|
- }
|
|
|
- this.formItems[6].options=arr
|
|
|
- } else {
|
|
|
- this.$message.error(res.message);
|
|
|
- }
|
|
|
- } catch (error) {
|
|
|
- console.log("出错了", error);
|
|
|
- }
|
|
|
- },
|
|
|
- async getAirport(){
|
|
|
- try {
|
|
|
- const res = await Query({
|
|
|
- id:249,
|
|
|
+ id:DATACONTENT_ID.AirportId,
|
|
|
dataContent:[]
|
|
|
});
|
|
|
if (res.code === "0") {
|
|
@@ -385,7 +363,7 @@ export default {
|
|
|
async getTerminal(){
|
|
|
try {
|
|
|
const res = await Query({
|
|
|
- id:250,
|
|
|
+ id:DATACONTENT_ID.TerminalId,
|
|
|
dataContent:[]
|
|
|
});
|
|
|
if (res.code === "0") {
|
|
@@ -420,7 +398,7 @@ export default {
|
|
|
// min-width: 176px;
|
|
|
height: 32px;
|
|
|
line-height: 32px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
font-family: Helvetica, "Microsoft YaHei";
|
|
|
font-weight: bold;
|
|
|
position: relative;
|