Commit 59497f1a authored by youjie's avatar youjie

no message

parent fb4a3597
......@@ -388,7 +388,7 @@
<p class="rb_tit">{{BillName}}
(<el-select filterable v-model='msg.RB_Branch_Id' ref='CostTypeId'
@change="admin_get_DepartmentGetList(msg.RB_Branch_Id)" class="w120 _border_b_1"
:disabled="(orderObj&&orderObj.Rate)||(orderObj&&orderObj.isRB_Branch_Id)?true:false">
:disabled="(orderObj&&orderObj.Rate)||(orderObj&&orderObj.isRB_Branch_Id)||(crmOrderObj&&crmOrderObj.isRB_Branch_Id)?true:false">
<el-option v-for='item in companyList' :label='item.BName' :value='item.Id' :key='item.Id'
:disabled="item.disabled">
</el-option>
......
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