Commit ac94acbe authored by liudong1993's avatar liudong1993

营收报表增加地接团号查询

parent 790b293d
......@@ -540,6 +540,11 @@ tr._item_list td:last-child {
<el-option value="0" label="否"></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="地接团号:">
<el-input v-model="msg.DMCNUM" class></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="领队类型:">
......@@ -1012,6 +1017,16 @@ export default {
isFrozen: true,
componentName: "Transport"
},
{
field: "DMCNUM",
formatter: this.moneyFormat,
title: "地接团号",
width: 100,
titleAlign: "left",
columnAlign: "right",
isResize: true,
componentName: "TCIDJumpWang"
}, //,orderBy:''
{
field: "YingShou",
formatter: this.moneyFormat,
......
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