Commit 7377b84d authored by liudong1993's avatar liudong1993

1

parent f7528c63
......@@ -666,7 +666,7 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col :span="4" v-if="msg.OutBranchId==1248">
<el-col :span="4" v-if="msg.OutBranchId==1248||msg.OutBranchId==1256">
<el-form-item label="车产品类型">
<el-select v-model="msg.CarProductType" class="w150">
<el-option value="0" :label="$t('pub.unlimitedSel')"></el-option>
......@@ -3628,7 +3628,7 @@ export default {
this.loading = true;
//判断一下公司别
if(this.msg.OutBranchId==1248){
if(this.msg.OutBranchId==1248 || this.msg.OutBranchId==1256){
this.columns = this.columnsCar;
}else{
this.columns = this.columnsOld;
......
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