进入“往来单位信息维护”,默认显示 供应商信息 ,选择“全部”查询也是显示供应商类型的往来单位信息

master
schry 2 years ago
parent a943125672
commit c2beaf4df2

@ -213,6 +213,7 @@ export default {
return { return {
query: { query: {
key: "", key: "",
corpType: "2",
page: 1, page: 1,
limit: 20, limit: 20,
}, },
@ -303,6 +304,7 @@ export default {
}); });
this.query = { this.query = {
key: "", key: "",
corpType: "2",
page: 1, page: 1,
limit: 20, limit: 20,
}; };

@ -42,7 +42,7 @@
<el-table-column label="序号" type="index" width="50"></el-table-column> <el-table-column label="序号" type="index" width="50"></el-table-column>
<el-table-column label="码" prop="udiCode"></el-table-column> <el-table-column label="码" prop="udiCode"></el-table-column>
<el-table-column label="状态" width="120"> <el-table-column label="状态" width="120" prop="status">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ statusMap[scope.row.status] }}</span> <span>{{ statusMap[scope.row.status] }}</span>
</template> </template>

Loading…
Cancel
Save