切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
xudada
5 years ago
提交
1dfa1dc340611ba6d4125950634a4cca241e9117
1 个父辈
6d43c1bf
机组人员
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
9 行增加
和
2 行删除
src/views/airtransport/queryBill.vue
src/views/airtransport/queryBill.vue
查看文件 @
1dfa1dc
...
...
@@ -61,7 +61,7 @@
<el-button
size="mini"
type="primary"
@click="
dialogTableVisibles = true
">添加机组人员</el-button>
@click="
showPerson(scope.$index,scope.row)
">添加机组人员</el-button>
</template>
</el-table-column>
<el-table-column
...
...
@@ -245,7 +245,7 @@
</style>
<script>
import {
editBill,selectBill,
selectReturnMsg} from "../../api/transport";
import {
addBillPerson, editBill, selectBill,
selectReturnMsg} from "../../api/transport";
import loginUserInfo from "../../api/base";
export default {
data(){
...
...
@@ -306,6 +306,13 @@
}
},
methods: {
showPerson(index,row){
this.dialogTableVisibles=true;
this.billperson.billsId=row.uuid;
},
submitPerson(formName){
console.log(this.billperson.billsId)
},
//查询回执列表
selectDetail(index,row){
this.gridData=[];
...
...
请
注册
或
登录
后发表评论