Browse Source

完善专项返利管理

zhanglei
yunuo970428 8 months ago
parent
commit
7fac2a04e4
  1. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagement.vue
  2. 6
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagementInfo.vue

2
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagement.vue

@ -52,7 +52,7 @@
<el-table-column fixed label="序号" type="index" :index="indexMethod" align="center" width="80px"/>
<el-table-column fixed label="操作" align="center" width="180px" >
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="toEdit(scope.row)">编辑</el-button>
<el-button type="primary" :disabled="scope.row.state !== '0'" size="mini" @click="toEdit(scope.row)">编辑</el-button>
<el-button type="primary" size="mini" @click="toInfo(scope.row)">查看</el-button>
</template>
</el-table-column>

6
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagementInfo.vue

@ -45,7 +45,7 @@
</el-row>
<el-row>
<el-col :span="8">
<div class="span-sty">返利</div>
<div class="span-sty">返利</div>
<el-form-item><span class="addinputInfo">{{ formobj.estimateRebate }}</span></el-form-item>
</el-col>
<el-col :span="8">
@ -180,10 +180,10 @@
</template>
<script>
import req from '@/api/bikerebate/bicyclerebatemanagement'
import req from '@/api/specialrebate/specialrebatemanagement'
export default {
name: 'BicycleRebateManagementInfo',
name: 'SpecialRebateManagementInfo',
data() {
return {
viewTitle: '',

Loading…
Cancel
Save