|
|
@@ -344,7 +344,7 @@
|
|
|
</el-button>
|
|
|
<el-button v-if="isDisabled" type="primary" icon="el-icon-plus" size="small" @click="DLSelection"
|
|
|
:disabled="detailData.seeDisabled || !form.corpId || browse">
|
|
|
- 代理订单
|
|
|
+ 下游订单
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</avue-crud>
|
|
|
@@ -1619,7 +1619,9 @@ export default {
|
|
|
},
|
|
|
//初始化查询
|
|
|
async created() {
|
|
|
- if(this.$store.getters.userInfo.tenant_id == "941197"){
|
|
|
+ console.info('this.$store.getters.userInfo.tenant_id------------', this.$store.getters.userInfo.tenant_id);
|
|
|
+ console.info('this.$store.getters.userInfo.tenant_id------------', this.$store.getters.userInfo.tenant_id == 941197);
|
|
|
+ if(this.$store.getters.userInfo.tenant_id == 941197){
|
|
|
this.isDisabled = false
|
|
|
}
|
|
|
this.rowHeight = (window.innerHeight - 130) + 'px'
|