|
|
@@ -13,7 +13,7 @@
|
|
|
<el-cascader v-model="pageData.partnerCompaniesIdList" size="small" :show-all-levels="false" ize="small"
|
|
|
:options="ztreeNodes" :props="optionProps" clearable filterable></el-cascader>
|
|
|
</template> -->
|
|
|
-
|
|
|
+
|
|
|
<template slot="imageUrl" slot-scope="scope">
|
|
|
<img :src="`${process + scope.row.imageUrl}`" class="imageclass" />
|
|
|
</template>
|
|
|
@@ -47,7 +47,7 @@
|
|
|
<el-input v-model="formDataList.syOtherCostsProportion" class="inputType"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
+ </el-row>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button size="small" @click="dialogVisible = false">取消</el-button>
|
|
|
@@ -633,6 +633,11 @@ export default {
|
|
|
label: "任务id",
|
|
|
type: "text"
|
|
|
},
|
|
|
+ {
|
|
|
+ prop: "partnerCompaniesName",
|
|
|
+ label: "保司名称",
|
|
|
+ type: "text"
|
|
|
+ },
|
|
|
{
|
|
|
prop: "createdAt",
|
|
|
label: "开始时间",
|
|
|
@@ -740,7 +745,7 @@ export default {
|
|
|
this.companyqueryList( obj.id, 'PartnerCompaniesId')
|
|
|
break;
|
|
|
case 'PartnerCompaniesId':
|
|
|
-
|
|
|
+
|
|
|
break;
|
|
|
default:
|
|
|
}
|
|
|
@@ -935,14 +940,14 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
selectionChange(val,ref) {
|
|
|
- this.selectionList = val;
|
|
|
+ this.selectionList = val;
|
|
|
},
|
|
|
selectionChangebatch(val,ref) {
|
|
|
if(val.length > 1){
|
|
|
const del_row = val.shift()
|
|
|
ref.toggleRowSelection(del_row,false) //设置这一行取消选中
|
|
|
}
|
|
|
- this.selectionListbatch = val;
|
|
|
+ this.selectionListbatch = val;
|
|
|
},
|
|
|
drivingupload(file, fileList){
|
|
|
this.$refs.upload1.clearFiles()
|
|
|
@@ -1058,7 +1063,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
handExport(){
|
|
|
if( this.$refs.templateTable.searchDataClone){
|
|
|
let signDateStart=''
|
|
|
@@ -1090,7 +1095,7 @@ export default {
|
|
|
}
|
|
|
};
|
|
|
</script>
|
|
|
-
|
|
|
+
|
|
|
<style scoped>
|
|
|
.avatar {
|
|
|
border: 1px dashed #d9d9d9;
|
|
|
@@ -1106,4 +1111,3 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
</style>
|
|
|
-
|