Browse Source

完善单车返利预提,删除备注字段

master
yunuo970428 3 years ago
parent
commit
a9c855f334
  1. 14
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue
  2. 10
      anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue
  3. 10
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiDaiBanInfo.vue
  4. 16
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue
  5. 10
      anrui-scm/anrui-scm-ui/src/views/workFlow/danchefanliyutiFlow/danchefanliyutiYiBanInfo.vue

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

@ -61,11 +61,11 @@
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> <el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center"> <!-- <el-table-column label="备注" align="center">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input> <!-- <el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> </el-table>
<el-row> <el-row>
<el-col :span="2" class="tleftb"> <el-col :span="2" class="tleftb">
@ -222,7 +222,7 @@ export default {
brandName: cval.brandName, brandName: cval.brandName,
brandSid: cval.brandSid, brandSid: cval.brandSid,
vehRebateSids: [cval.sid], vehRebateSids: [cval.sid],
remarks: '', // remarks: '',
sid: '', sid: '',
mainSid: '' mainSid: ''
}) })
@ -260,7 +260,7 @@ export default {
brandName: cval.brandName, brandName: cval.brandName,
brandSid: cval.brandSid, brandSid: cval.brandSid,
vehRebateSids: [cval.sid], vehRebateSids: [cval.sid],
remarks: '', // remarks: '',
sid: '', sid: '',
mainSid: '' mainSid: ''
}) })

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

@ -52,11 +52,11 @@
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> <el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center"> <!-- <el-table-column label="备注" align="center">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<span>{{ scope.row.remarks }}</span> <!-- <span>{{ scope.row.remarks }}</span>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> </el-table>
<el-row> <el-row>
<el-col :span="2" class="tleftb"> <el-col :span="2" class="tleftb">

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

@ -54,11 +54,11 @@
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> <el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center"> <!-- <el-table-column label="备注" align="center">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<span>{{ scope.row.remarks }}</span> <!-- <span>{{ scope.row.remarks }}</span>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> </el-table>
<el-row> <el-row>
<el-col :span="2" class="tleftb"> <el-col :span="2" class="tleftb">

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

@ -60,11 +60,11 @@
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> <el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center"> <!-- <el-table-column label="备注" align="center">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input> <!-- <el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> </el-table>
<el-row> <el-row>
<el-col :span="2" class="tleftb"> <el-col :span="2" class="tleftb">
@ -190,7 +190,6 @@ export default {
for (var i in value) { for (var i in value) {
let cval = value[i] let cval = value[i]
if (!this.formobj.scmVehRebateWiths || this.formobj.scmVehRebateWiths.length === 0) { if (!this.formobj.scmVehRebateWiths || this.formobj.scmVehRebateWiths.length === 0) {
console.log(11111)
this.formobj.scmVehRebateWiths = [] this.formobj.scmVehRebateWiths = []
} }
let v = 0 let v = 0
@ -204,7 +203,6 @@ export default {
} }
} }
if (v === 0) { if (v === 0) {
console.log(v, 44444)
this.formobj.scmVehRebateWiths.push({ this.formobj.scmVehRebateWiths.push({
rebateTypeKey: cval.rebateTypeKey, rebateTypeKey: cval.rebateTypeKey,
rebateTypeValue: cval.rebateTypeValue, rebateTypeValue: cval.rebateTypeValue,
@ -213,7 +211,7 @@ export default {
brandName: cval.brandName, brandName: cval.brandName,
brandSid: cval.brandSid, brandSid: cval.brandSid,
vehRebateSids: [cval.sid], vehRebateSids: [cval.sid],
remarks: '', // remarks: '',
sid: '', sid: '',
mainSid: '' mainSid: ''
}) })
@ -251,7 +249,7 @@ export default {
brandName: cval.brandName, brandName: cval.brandName,
brandSid: cval.brandSid, brandSid: cval.brandSid,
vehRebateSids: [cval.sid], vehRebateSids: [cval.sid],
remarks: '', // remarks: '',
sid: '', sid: '',
mainSid: '' mainSid: ''
}) })

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

@ -52,11 +52,11 @@
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> <el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center"> <!-- <el-table-column label="备注" align="center">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<span>{{ scope.row.remarks }}</span> <!-- <span>{{ scope.row.remarks }}</span>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
</el-table> </el-table>
<el-row> <el-row>
<el-col :span="2" class="tleftb"> <el-col :span="2" class="tleftb">

Loading…
Cancel
Save