Browse Source

销售订单-代理订单改为下游订单

liyuan 1 month ago
parent
commit
c846bd1201
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/views/businessManagement/salesOrder/detailsPageEdit.vue

+ 4 - 2
src/views/businessManagement/salesOrder/detailsPageEdit.vue

@@ -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'