Browse Source

完善单车返利预提

master
yunuo970428 8 months ago
parent
commit
c6ecd83b76
  1. 19
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue
  2. 11
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue
  3. 11
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiDaiBanInfo.vue
  4. 15
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue
  5. 11
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiYiBanInfo.vue

19
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue

@ -37,21 +37,16 @@
</el-row>
<el-table :key="tableKey" :data="formobj.scmVehRebateWiths" :index="index" border style="width: 100%" show-summary :summary-method="getSummaries">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" width="120" />
<el-table-column prop="num" label="台数" align="center" width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" width="130" />
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" min-width="120" />
<el-table-column prop="num" label="台数" align="center" min-width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" min-width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" min-width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" min-width="130" />
<el-table-column label="明细" align="center" width="100">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template>
</el-table-column>
<el-table-column label="备注" align="center" min-width="200">
<template slot-scope="scope">
<el-input v-model="scope.row.remarks" clearable placeholder=""></el-input>
</template>
</el-table-column>
</el-table>
<el-row>
<el-col :span="24">
@ -208,7 +203,7 @@ export default {
brandName: cval.brandName,
brandSid: cval.brandSid,
vehRebateSids: [cval.sid],
remarks: '',
// remarks: '',
sid: '',
mainSid: ''
})
@ -250,7 +245,7 @@ export default {
brandName: cval.brandName,
brandSid: cval.brandSid,
vehRebateSids: [cval.sid],
remarks: '',
// remarks: '',
sid: '',
mainSid: ''
})

11
anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue

@ -28,17 +28,16 @@
</el-row>
<el-table :key="tableKey" :data="formobj.scmVehRebateWiths" :index="index" border style="width: 100%" show-summary :summary-method="getSummaries">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" width="120" />
<el-table-column prop="num" label="台数" align="center" width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" width="130" />
<el-table-column prop="rebateTypeValue" label="返利类型" min-align="center" width="120" />
<el-table-column prop="num" label="台数" align="center" min-width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" min-width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" min-width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" min-width="130" />
<el-table-column label="明细" align="center" width="100">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template>
</el-table-column>
<el-table-column prop="remarks" label="备注" align="center" min-width="200" />
</el-table>
<el-row>
<el-col :span="24">

11
anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiDaiBanInfo.vue

@ -30,17 +30,16 @@
</el-row>
<el-table :key="tableKey" :data="formobj.scmVehRebateWiths" :index="index" border style="width: 100%" show-summary :summary-method="getSummaries">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" width="120" />
<el-table-column prop="num" label="台数" align="center" width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" width="130" />
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" min-width="120" />
<el-table-column prop="num" label="台数" align="center" min-width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" min-width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" min-width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" min-width="130" />
<el-table-column label="明细" align="center" width="100">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template>
</el-table-column>
<el-table-column prop="remarks" label="备注" align="center" min-width="200" />
</el-table>
<el-row>
<el-col :span="24">

15
anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue

@ -36,21 +36,16 @@
</el-row>
<el-table :key="tableKey" :data="formobj.scmVehRebateWiths" :index="index" border style="width: 100%" show-summary :summary-method="getSummaries">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" width="120" />
<el-table-column prop="num" label="台数" align="center" width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" width="130" />
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" min-width="120" />
<el-table-column prop="num" label="台数" align="center" min-width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" min-width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" min-width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" min-width="130" />
<el-table-column label="明细" align="center" width="100">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template>
</el-table-column>
<el-table-column label="备注" align="center" min-width="200">
<template slot-scope="scope">
<el-input v-model="scope.row.remarks" clearable placeholder=""></el-input>
</template>
</el-table-column>
</el-table>
<el-row>
<el-col :span="24">

11
anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiYiBanInfo.vue

@ -28,17 +28,16 @@
</el-row>
<el-table :key="tableKey" :data="formobj.scmVehRebateWiths" :index="index" border style="width: 100%" show-summary :summary-method="getSummaries">
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/>
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" width="120" />
<el-table-column prop="num" label="台数" align="center" width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" width="130" />
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" min-width="120" />
<el-table-column prop="num" label="台数" align="center" min-width="80" />
<el-table-column prop="withRebate" label="预提返利" align="center" min-width="120" />
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" min-width="150" />
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" min-width="130" />
<el-table-column label="明细" align="center" width="100">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template>
</el-table-column>
<el-table-column prop="remarks" label="备注" align="center" min-width="200" />
</el-table>
<el-row>
<el-col :span="24">

Loading…
Cancel
Save