Browse Source

完善专项返利管理、分配

master
yunuo970428 4 months ago
parent
commit
fb9120465b
  1. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatedistribution/specialrebatetobeallocatedAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatemanagement/specialrebatemanagement.vue

2
anrui-scm/anrui-scm-ui/src/views/specialrebate/specialrebatedistribution/specialrebatetobeallocatedAdd.vue

@ -128,7 +128,7 @@ export default {
},
handleLook() {
this.viewState = 3
this.$refs['divCheckInfo'].showInfo(this.formobj)
this.$refs['divCheckInfo'].showInfo(this.formobj.specialRebateSids)
},
//
addCommodity() {

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

@ -48,7 +48,7 @@
</div>
<div class="">
<el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%;" @selection-change="handleSelectionChange" show-summary :summary-method="getSummaries">
<el-table-column fixed type="selection" align="center" width="50px"/>
<el-table-column fixed type="selection" align="center" width="80"/>
<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">

Loading…
Cancel
Save