Browse Source

完善优惠包交接

master
yunuo970428 2 years ago
parent
commit
530c7840ff
  1. 2
      anrui-buscenter/anrui-buscenter-ui/src/views/discountpackagehandover/discountpackagehandover.vue
  2. 4
      anrui-buscenter/anrui-buscenter-ui/src/views/discountpackagehandover/discountpackagetobehandover.vue

2
anrui-buscenter/anrui-buscenter-ui/src/views/discountpackagehandover/discountpackagehandover.vue

@ -260,7 +260,7 @@ export default {
params: {
useOrgSid: '',
userSid: '',
state: '1',
state: '3',
createStartTime: '',
createEndTime: '',
contractNo: '',

4
anrui-buscenter/anrui-buscenter-ui/src/views/discountpackagehandover/discountpackagetobehandover.vue

@ -42,8 +42,8 @@
<el-table-column fixed label="序号" width="60" type="index" :index="indexMethod" align="center"/>
<el-table-column fixed label="操作" width="180" align="center">
<template slot-scope="scope">
<el-button v-show="scope.row.state == 1 && scope.row.showHandover" type="primary" size="mini" @click="handJiaojie(scope.row)">交接</el-button>
<el-button v-show="scope.row.state == 2 && scope.row.showToDoHandover" type="primary" size="mini" @click="handConFirm(scope.row)">确认</el-button>
<el-button v-show="scope.row.showHandover" type="primary" size="mini" @click="handJiaojie(scope.row)">交接</el-button>
<el-button v-show="scope.row.showToDoHandover" type="primary" size="mini" @click="handConFirm(scope.row)">确认</el-button>
<el-button type="primary" size="mini" @click="handLook(scope.row)">查看</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save