|
@@ -96,7 +96,7 @@
|
96
|
96
|
<el-table-column align="center" prop="name" label="操作">
|
97
|
97
|
<template slot-scope="scope">
|
98
|
98
|
<el-button size="mini" type="primary" @click="toDetail(scope.row)">详情</el-button>
|
99
|
|
- <el-button size="mini" type="primary" @click="toPrint(scope.row)" v-if="(scope.row.order_status == 2 || this.$store.getters.xt_user.org_id == 9504) && (scope.row.order_status == 2 || this.$store.getters.xt_user.org_id == 9919)">结算单</el-button>
|
|
99
|
+ <el-button size="mini" type="primary" @click="toPrint(scope.row)" v-if="(scope.row.order_status == 2 || $store.getters.xt_user.org_id == 9504) && (scope.row.order_status == 2 || $store.getters.xt_user.org_id == 9919)">结算单</el-button>
|
100
|
100
|
</template>
|
101
|
101
|
</el-table-column>
|
102
|
102
|
</el-table>
|