|
@@ -654,6 +654,7 @@
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
size="mini"
|
|
size="mini"
|
|
@click="addRelevt4"
|
|
@click="addRelevt4"
|
|
|
|
+ v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>添加费用</el-button
|
|
>添加费用</el-button
|
|
>
|
|
>
|
|
<el-button
|
|
<el-button
|
|
@@ -661,6 +662,7 @@
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
size="mini"
|
|
size="mini"
|
|
@click="addRelevt2"
|
|
@click="addRelevt2"
|
|
|
|
+ v-hasPermi="['fleet:vehicleStatus:edit']"
|
|
>导入费用</el-button
|
|
>导入费用</el-button
|
|
>
|
|
>
|
|
</div>
|
|
</div>
|
|
@@ -1123,7 +1125,7 @@ export default {
|
|
},
|
|
},
|
|
feesList: {
|
|
feesList: {
|
|
type: Array,
|
|
type: Array,
|
|
- default: [],
|
|
|
|
|
|
+ default:() => [],
|
|
},
|
|
},
|
|
allfMblnoOptions: {
|
|
allfMblnoOptions: {
|
|
type: Array,
|
|
type: Array,
|
|
@@ -1212,7 +1214,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
// 新增附件上传
|
|
// 新增附件上传
|
|
addRelevt4() {
|
|
addRelevt4() {
|
|
- this.feesList.push({
|
|
|
|
|
|
+ this.chiFeesList.push({
|
|
actId: "1090",
|
|
actId: "1090",
|
|
fCorpid: this.form.fCorpId,
|
|
fCorpid: this.form.fCorpId,
|
|
fFeeid: "",
|
|
fFeeid: "",
|