bug修改

featFunction
anthonywj 3 years ago
parent cfc08b54c5
commit 488b0f3346

@ -74,7 +74,7 @@
<el-table-column label="往来单位ID" prop="corpId"></el-table-column>
<el-table-column label="往来单位" prop="corpName"
show-overflow-tooltip="true"></el-table-column>
<!-- <el-table-column label="单据状态" prop="billFlag"></el-table-column>-->
<!-- <el-table-column label="单据状态" prop="billFlag"></el-table-column>-->
<el-table-column label="单据日期" prop="billdate"></el-table-column>
<el-table-column label="操作" fixed="right">
<template slot-scope="scope">
@ -412,7 +412,7 @@ export default {
getBusType() {
let query = {
enabled: true,
corpType:1,
corpType: 1,
};
getLocalJoinBusType(query)
.then((response) => {

@ -536,7 +536,7 @@ export default {
return true;
},
moduleSelectTemplate(row) {
this.moduleFormData = {
thigggggggs.moduleFormData = {
id: row.id,
templateId: row.templateId,
};

Loading…
Cancel
Save