Browse Source

完善出库申请--申请中不包含优惠套餐时隐藏选择按钮

master
yunuo970428 2 years ago
parent
commit
3d2669c02c
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/chukushenqingAdd.vue
  2. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuEdit.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/chukuguanli/chukubanli/chukushenqingAdd.vue

@ -136,7 +136,7 @@
<el-table-column fixed align="center" label="操作" type="index" width="280"> <el-table-column fixed align="center" label="操作" type="index" width="280">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="danger" size="small" @click="handleDel(scope.$index)">删除</el-button> <el-button type="danger" size="small" @click="handleDel(scope.$index)">删除</el-button>
<el-button type="primary" size="small" @click="handleSelect(scope.row)">选择套餐</el-button> <el-button type="primary" size="small" v-if="formobj.discountLeave.length !== '0'" @click="handleSelect(scope.row)">选择套餐</el-button>
<el-button type="primary" size="small" v-if="formobj.typeKey == '2'" @click="handleUpdateUser(scope.row)">修改购车人</el-button> <el-button type="primary" size="small" v-if="formobj.typeKey == '2'" @click="handleUpdateUser(scope.row)">修改购车人</el-button>
</template> </template>
</el-table-column> </el-table-column>

2
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuEdit.vue

@ -135,7 +135,7 @@
<el-table-column fixed align="center" label="操作" type="index" width="280"> <el-table-column fixed align="center" label="操作" type="index" width="280">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="danger" size="small" @click="handleDel(scope.$index)">删除</el-button> <el-button type="danger" size="small" @click="handleDel(scope.$index)">删除</el-button>
<el-button type="primary" size="small" @click="handleSelect(scope.row)">选择套餐</el-button> <el-button type="primary" size="small" v-if="formobj.discountLeave.length !== '0'" @click="handleSelect(scope.row)">选择套餐</el-button>
<el-button type="primary" size="small" v-if="formobj.typeKey == '2'" @click="handleUpdateUser(scope.row)">修改购车人</el-button> <el-button type="primary" size="small" v-if="formobj.typeKey == '2'" @click="handleUpdateUser(scope.row)">修改购车人</el-button>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save