Commit 4b41699d authored by 王悦's avatar 王悦

no message

parent 018aef12
...@@ -131,6 +131,16 @@ ...@@ -131,6 +131,16 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li v-if='msg.Conditon==3'>
<span>
<em>佣金单据</em>
<el-select v-model="msg.IsSpecial" 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-select>
</span>
</li>
<li> <li>
<span> <span>
<em>模板类型</em> <em>模板类型</em>
...@@ -777,6 +787,7 @@ export default { ...@@ -777,6 +787,7 @@ export default {
QStartDate:'', QStartDate:'',
UpdateBy:'', UpdateBy:'',
Sort:'2', Sort:'2',
IsSpecial:1
}, },
getCompanyMsg:{ // 公司 getCompanyMsg:{ // 公司
RB_Group_Id:'0', RB_Group_Id:'0',
...@@ -1356,6 +1367,7 @@ export default { ...@@ -1356,6 +1367,7 @@ export default {
OrderID:this.msg.OrderID==0?'':this.msg.OrderID, OrderID:this.msg.OrderID==0?'':this.msg.OrderID,
Sort:this.msg.Sort, Sort:this.msg.Sort,
EmployeeId:this.msg.EmployeeId, EmployeeId:this.msg.EmployeeId,
IsSpecial: this.msg.IsSpecial
} }
this.msg = msg; this.msg = msg;
}, },
......
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