Ver código fonte

【修改】bug

howie 3 anos atrás
pai
commit
d748f81736

+ 1 - 1
src/views/deposit_commerce/components/deposit_list-detail.vue

@@ -75,7 +75,7 @@
               <div class="label">工程差价总额</div>
               <div class="value">{{ details.depositDiffAmount }}</div>
             </el-col>
-              <el-col :xs="24" :sm="24" :lg="24" class="item" v-if="isCustomer">
+              <el-col :xs="24" :sm="24" :lg="24" class="item" v-if="!isCustomer">
               <div class="label">格力备注</div>
               <div class="value">{{ details.geLiInerNote }}</div>
             </el-col>

+ 4 - 2
src/views/sales_policy/components/TabelTransfer.vue

@@ -367,9 +367,11 @@ export default {
   },
   created() {
     this.comCode = this.code;
-
     if (this.comCode) {
-         this.region = ''+this.yregion
+      if (this.yregion) {
+        this.region = ''+this.yregion
+      }
+
       this.getCond();
       this.getPolicyList();
     }