|
|
@@ -115,7 +115,7 @@
|
|
|
icon="el-icon-edit"
|
|
|
@click="seal(scope.row)"
|
|
|
v-hasPermi="['finance:record:seal']"
|
|
|
- v-if="scope.row.zfrApproveStt == '01'"
|
|
|
+ v-if="scope.row.zfrApproveStt == '01' && scope.row.zfrStatus == '04'"
|
|
|
>盖章</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -755,7 +755,7 @@ export default {
|
|
|
this.loading = true;
|
|
|
listRecord(this.queryParams).then((response) => {
|
|
|
this.recordList = response.data.records;
|
|
|
- if(response.data.records){
|
|
|
+ if(response.data.records[0]){
|
|
|
this.companyType = response.data.records[0].companyType
|
|
|
}
|
|
|
this.total = response.data.total;
|