Commit e1e9bee9 authored by 黄媛媛's avatar 黄媛媛

新增出团状态查询

parent 4dfabc48
......@@ -512,6 +512,16 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="出团状态:">
<el-select v-model="msg.OutTCStatus" filterable class="w150">
<el-option value="0" label="不限"></el-option>
<el-option value="1" label="已出团"></el-option>
<el-option value="2" label="未出团"></el-option>
<el-option value="3" label="未发团"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="数据类别:">
<el-select v-model="msg.DataType" :disabled="shujuType" filterable class="w150">
......@@ -911,7 +921,8 @@ export default {
DataType: "1",
Is_Transport:'-1',
LeaderId:0,
LeaderType:0
LeaderType:0,
OutTCStatus:'0'
},
getCompanyMsg: {
// 公司
......
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