切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
3 years ago
提交
879aed52a0f3024249d0395d38bf2c72a4e800c3
1 个父辈
029fd37b
新增区分进出港数据功能
隐藏空白字符变更
内嵌
并排对比
正在显示
12 个修改的文件
包含
44 行增加
和
16 行删除
src/views/airtransport/arrival.vue
src/views/airtransport/configure.vue
src/views/airtransport/confirmatory.vue
src/views/airtransport/declare.vue
src/views/airtransport/departure.vue
src/views/airtransport/outConfigure.vue
src/views/airtransport/queryArrival.vue
src/views/airtransport/queryConfigure.vue
src/views/airtransport/queryConfirmatory.vue
src/views/airtransport/queryDeclare.vue
src/views/airtransport/queryDeparture.vue
src/views/airtransport/queryFlightConfigure.vue
src/views/airtransport/arrival.vue
查看文件 @
879aed5
...
...
@@ -191,7 +191,7 @@
dischargecompleteddatetime:undefined,
arrivaldatetime:undefined,
meno:undefined,
accessFlag:'0',
accessFlag:
'0',
createBy:loginUserInfo.username,
updateBy:loginUserInfo.username,
},
...
...
src/views/airtransport/configure.vue
查看文件 @
879aed5
...
...
@@ -21,6 +21,16 @@
</el-select>
</el-form-item>
</el-col>
<!-- <el-col :span="8">-->
<!-- <el-form-item label="国籍" prop="country" label-width="120px">-->
<!-- <Nationality v-on:tellFarther="fromCountry"></Nationality>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="8">-->
<!-- <el-form-item label="证件" prop="certType" label-width="120px">-->
<!-- <Document v-on:tellFa="fromDocument"></Document>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<el-col :span="24">
<el-form-item label="备注" prop="reamrk" label-width="120px">
<el-input v-model="configure.reamrk"></el-input>
...
...
@@ -69,18 +79,25 @@
</style>
<script>
import { addSchedule} from "../../api/transport";
import loginUserInfo from '../../api/base'
import loginUserInfo from '../../api/base';
import Nationality from './Nationality'
import Document from './Document'
export default {
components: { Nationality, Document },
data(){
return{
//国籍数据
// countryOptions:[],
configure:{
username:loginUserInfo.username,
flightNo:undefined,
ietype:
undefined
,
ietype:
'0'
,
reamrk:undefined,
accessFlag:'1',
// accessFlag:'1',
country:'',
certType:'',
createBy:loginUserInfo.username,
updateBy:loginUserInfo.username,
},
...
...
@@ -104,6 +121,16 @@
}
},
methods:{
//从子组件获取国籍数据
fromCountry:function(val){
console.log("来自子组件的值:"+val)
this.configure.country = val;
},
//从子组件获取证件数据
fromDocument:function(val){
console.log("来自子组件的值:"+val)
this.configure.certType = val;
},
//新增进港确报申报(保存按钮)
submitForm(formName) {
let _this = this;
...
...
src/views/airtransport/confirmatory.vue
查看文件 @
879aed5
...
...
@@ -172,7 +172,7 @@
arrivaldatetime:undefined,
stayid:undefined,
meno:undefined,
accessFlag:'0',
accessFlag:
'0',
createBy:loginUserInfo.username,
updateBy:loginUserInfo.username,
},
...
...
src/views/airtransport/declare.vue
查看文件 @
879aed5
...
...
@@ -156,7 +156,7 @@
departuredatetime:undefined,
customDistrictNo:undefined,
meno:undefined,
accessFlag:'1',
accessFlag:
'1',
createBy:loginUserInfo.username,
updateBy:loginUserInfo.username,
},
...
...
src/views/airtransport/departure.vue
查看文件 @
879aed5
...
...
@@ -170,7 +170,7 @@
stayid:undefined,
departuredatetime:undefined,
meno:undefined,
accessFlag:'1',
accessFlag:
'1',
createBy:loginUserInfo.username,
updateBy:loginUserInfo.username,
},
...
...
src/views/airtransport/outConfigure.vue
查看文件 @
879aed5
...
...
@@ -78,9 +78,9 @@
outConfigure:{
username:loginUserInfo.username,
flightNo:undefined,
ietype:
undefined
,
ietype:
'1'
,
reamrk:undefined,
accessFlag:'2',
//
accessFlag:'2',
createBy:loginUserInfo.username,
updateBy:loginUserInfo.username,
},
...
...
src/views/airtransport/queryArrival.vue
查看文件 @
879aed5
...
...
@@ -286,7 +286,7 @@
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryArrival.flightNo,
flightDate: this.queryArrival.flightDate
flightDate: this.queryArrival.flightDate
,accessFlag:'0'
};
this.tableloading = true;
selectPrediction(params).then(res => {
...
...
src/views/airtransport/queryConfigure.vue
查看文件 @
879aed5
...
...
@@ -174,7 +174,7 @@
//获取进港航班配置查询列表
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryConfigure.flightNo,
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryConfigure.flightNo,
ietype:'0'
};
this.tableloading = true;
selectSchedule(params).then(res => {
...
...
src/views/airtransport/queryConfirmatory.vue
查看文件 @
879aed5
...
...
@@ -221,7 +221,7 @@
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryConfirmatory.flightNo,
flightDate: this.queryConfirmatory.flightDate
flightDate: this.queryConfirmatory.flightDate
,accessFlag:'0'
};
this.tableloading = true;
selectConfirm(params).then(res => {
...
...
src/views/airtransport/queryDeclare.vue
查看文件 @
879aed5
...
...
@@ -229,7 +229,8 @@
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryDeclare.flightNo,
flightDate: this.queryDeclare.flightDate
flightDate: this.queryDeclare.flightDate,accessFlag:'1'
};
this.tableloading = true;
selectConfirm(params).then(res => {
...
...
src/views/airtransport/queryDeparture.vue
查看文件 @
879aed5
...
...
@@ -253,7 +253,7 @@
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryDeparture.flightNo,
flightDate: this.queryDeparture.flightDate
flightDate: this.queryDeparture.flightDate
,accessFlag:'1'
};
this.tableloading = true;
selectPrediction(params).then(res => {
...
...
src/views/airtransport/queryFlightConfigure.vue
查看文件 @
879aed5
...
...
@@ -174,7 +174,7 @@
//获取出港航班配置查询列表
submitForm() {
let params = {
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryFlightConfigure.flightNo,
pageNum: this.pageNum, pageSize: this.pageSize, flightNo: this.queryFlightConfigure.flightNo,
ietype:'1'
};
this.tableloading = true;
selectSchedule(params).then(res => {
...
...
请
注册
或
登录
后发表评论