|
@@ -138,6 +138,8 @@ export default {
|
|
// this.treeData = res.data.data.records;
|
|
// this.treeData = res.data.data.records;
|
|
});
|
|
});
|
|
if (localStorage.getItem("roleName") == "贸易") {
|
|
if (localStorage.getItem("roleName") == "贸易") {
|
|
|
|
+ this.findObject(this.tableOption.column, "purchaseAmount").hide = true;
|
|
|
|
+ this.findObject(this.tableOption.column, "purchaseAmount").showColumn = false;
|
|
this.findObject(this.tableOption.column, "taxRate").hide = true;
|
|
this.findObject(this.tableOption.column, "taxRate").hide = true;
|
|
this.findObject(this.tableOption.column, "taxRate").showColumn = false;
|
|
this.findObject(this.tableOption.column, "taxRate").showColumn = false;
|
|
this.findObject(this.tableOption.column, "price").hide = true;
|
|
this.findObject(this.tableOption.column, "price").hide = true;
|