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

no message

parent 018aef12
......@@ -131,6 +131,16 @@
</el-select>
</span>
</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>
<span>
<em>模板类型</em>
......@@ -205,7 +215,7 @@
</el-option>
</el-select>
</span>
</li>
</li>
<li>
<span>
<em>账户类型</em>
......@@ -777,6 +787,7 @@ export default {
QStartDate:'',
UpdateBy:'',
Sort:'2',
IsSpecial:1
},
getCompanyMsg:{ // 公司
RB_Group_Id:'0',
......@@ -1356,6 +1367,7 @@ export default {
OrderID:this.msg.OrderID==0?'':this.msg.OrderID,
Sort:this.msg.Sort,
EmployeeId:this.msg.EmployeeId,
IsSpecial: this.msg.IsSpecial
}
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