Commit bc2d1f60 authored by 吴春's avatar 吴春
parents 3efcf1a3 e6abfadd
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<el-date-picker v-model='msg.EndDate' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker> <el-date-picker v-model='msg.EndDate' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
</span> </span>
</li> </li>
<li><span><em>导入日期</em>
<el-date-picker v-model='msg.CStartDate' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
-
<el-date-picker v-model='msg.CEndDate' class='w135' value-format="yyyy-MM-dd" type="date"></el-date-picker>
</span>
</li>
<li> <li>
<span> <span>
<em>只看已导入佣金数据未制单的团</em> <em>只看已导入佣金数据未制单的团</em>
...@@ -511,7 +517,9 @@ ...@@ -511,7 +517,9 @@
total: 0, total: 0,
CombinationNum: "", //合团号 CombinationNum: "", //合团号
TCNUM: "", //团号 TCNUM: "", //团号
IsQCommission: false IsQCommission: false,
CStartDate: '',
CEndDate: '',
}, },
LineList: [], LineList: [],
LineTeamList: [], LineTeamList: [],
......
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