Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-12-27 15:39:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
745a7cb5adcd31c26d6cd5b64e2c059215444fcd
745a7cb5
1 parent
7d266b65
按钮位置变更
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
10 deletions
src/views/preMdeConfig/flightToArea/index.vue
src/views/preMdeConfig/ursaToArea/index.vue
src/views/preMdeConfig/flightToArea/index.vue
View file @
745a7cb
...
...
@@ -2,7 +2,7 @@
<div style="margin: 20px">
<el-form ref="selectForm" :model="formData" class="form-header" label-position="right" label-width="auto"
size="small">
<el-row>
<el-row
:gutter="10"
>
<el-col :span="6">
<el-form-item label="航班号">
<el-input type="text" v-model="formData.fltNo" placeholder="请输入航班号"></el-input>
...
...
@@ -13,6 +13,11 @@
<el-input type="text" v-model="formData.area" placeholder="请输入地区"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-button type="primary" size="small" icon="el-icon-search" :loading="tableLoading"
@click="selection(1)">
查询</el-button>
</el-col>
</el-row>
<el-row>
<el-col :span="20">
...
...
@@ -38,8 +43,8 @@
</el-row>
</el-form>
<div style="width:100%;display: flex;margin-bottom:10px">
<el-button type="primary" size="small" icon="el-icon-search" :loading="tableLoading" @click="selection(1)">
查询</el-button>
<
!-- <
el-button type="primary" size="small" icon="el-icon-search" :loading="tableLoading" @click="selection(1)">
查询</el-button>
-->
<el-button type="primary" icon="el-icon-download" size="small" @click="downloadTempleate"
v-hasPermi="['base:flightImport:exportExcel']">
下载模板
...
...
@@ -187,7 +192,7 @@ export default {
this.selection()
},
upload() {
ield('beginDate')
this.$refs.selectForm.validateF
ield('beginDate')
}
},
};
...
...
src/views/preMdeConfig/ursaToArea/index.vue
View file @
745a7cb
...
...
@@ -2,7 +2,7 @@
<div style="margin: 20px">
<el-form ref="selectForm" :model="formData" class="form-header" label-position="right" label-width="auto"
size="small">
<el-row>
<el-row
:gutter="10"
>
<el-col :span="6">
<el-form-item label="URSA">
<el-input type="textarea" v-model="formData.ursa" placeholder="URSA之间用分号分隔,例:F2;F3;P_" rows="2">
...
...
@@ -14,6 +14,11 @@
<el-input type="text" v-model="formData.area" placeholder="请输入地区"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-button type="primary" size="small" icon="el-icon-search" :loading="tableLoading"
@click="selection(1)">
查询</el-button>
</el-col>
</el-row>
<el-row>
<el-col :span="20">
...
...
@@ -39,16 +44,15 @@
</el-row>
</el-form>
<div style="width:100%;display: flex;margin-bottom:10px">
<el-button type="primary" size="small" icon="el-icon-search" :loading="tableLoading" @click="selection(1)">
查询</el-button>
<
!-- <
el-button type="primary" size="small" icon="el-icon-search" :loading="tableLoading" @click="selection(1)">
查询</el-button>
-->
<el-button type="primary" icon="el-icon-download" size="small" @click="downloadTempleate"
v-hasPermi="['base:flightImport:exportExcel']">
下载模板
</el-button>
</div>
<Tables ref="flightToArea" ductName="flightToArea" :selection="false" :selectFixed="false" :order='true'
:height="tableHeight" :data="tableData" :headerData="tableHeaders" :page="formData.page" :pageSizes="[20]"
:totalCount="total" :loading="tableLoading" @currentChange="currentChange" ->">
:height="tableHeight" :data="tableData" :headerData="tableHeaders" :page="formData.page" :pageSizes="[20]">
</Tables>
</div>
</template>
...
...
@@ -193,7 +197,7 @@ export default {
this.selection()
},
upload() {
Field('beginDate')
this.$refs.selectForm.validate
Field('beginDate')
}
},
};
...
...
Please
register
or
login
to post a comment