Commit 02c83d90 authored by liudong1993's avatar liudong1993

1

parent 9bfdc714
......@@ -21,9 +21,8 @@
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="团队号:" prop="TCNUM">
<el-input v-model="msg.TCNUM" placeholder="请输入团队号"
@blur="getPageList()"></el-input>
<el-form-item label="团号:" prop="TCNUM">
<el-input v-model="msg.TCNUM" placeholder="请输入团号"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
......@@ -45,8 +44,7 @@
</el-col>
<el-col :span="4">
<el-form-item label="领队/导游:" prop="RemitterName">
<el-input v-model="msg.RemitterName" class="" placeholder="请输入领队/导游名称"
@blur="getPageList()"></el-input>
<el-input v-model="msg.RemitterName" class="" placeholder="请输入领队/导游名称"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
......@@ -539,9 +537,6 @@
},err=>{})
},
getPageList(){ // 获取列表数据
if(this.msg.TCNUM==''&&this.msg.RemitterName==''){
return this.$message.error("请输入团队号或领队/导游名称,再进行查询")
}
if(this.msg.RB_Branch_Id === '')this.msg.RB_Branch_Id=-1;
if(!this.msg.TCID)this.msg.TCID=0;
if(!this.msg.Status)this.msg.Status=0;
......
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