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