zhangdan 3 vuotta sitten
vanhempi
commit
0da15d7942

+ 7 - 1
src/components/tools/Logo.vue

@@ -3,7 +3,13 @@
     <router-link :to="{name:'index'}">
       <!-- <LogoSvg alt="logo" /> -->
       <!-- <img :src="LogoSvg" /> -->
-      <img :src="logo" alt="logo" height="42" class="img_box"/>
+      <!-- <img :src="logo" alt="logo" height="42" class="img_box"/> -->
+	  <a-avatar
+	        size="large"
+	        :style="{ backgroundColor: '#002140',width:'100%',height:'100%'}"
+	      >
+	        {{ '修配融合系统 '}}
+	      </a-avatar>
       <!-- <h1 v-if="showTitle">{{ title }}</h1> -->
     </router-link>
   </div>

+ 0 - 16
src/views/numsGoodsShelves/goodsShelvesAdministration/addGoodsShelve.vue

@@ -222,22 +222,6 @@ export default {
         }
       }
     }
-    // nowData: {
-    //   handler (newValue, oldValue) {
-    //     if (this.isshow && newValue) {
-    //       // if (this.nowData.id) { //  编辑
-    //       //   console.log(this.nowData.id, 'this.nowData.id')
-    //       //   this.titleText = '编辑数字货架'
-    //       //   this.getShelfDetail()
-    //       // } else {
-    //       //   // this.$refs.storeList.resetForm()
-    //       //   // this.$refs.dealerList.resetForm()
-    //       //   this.titleText = '新增数字货架'
-    //       // }
-    //     }
-    //   },
-    //   deep: true
-    // }
   }
 }
 </script>

+ 0 - 13
src/views/numsGoodsShelves/goodsShelvesAdministration/addHWModal.vue

@@ -140,19 +140,6 @@ export default {
         }
       }
     }
-    // nowData: {
-    //   handler (newValue, oldValue) {
-    //     if (this.isshow && newValue) {
-    //       console.log(this.isshow, newValue, 'newValue')
-    //       if (this.nowData.id) { //  编辑
-    //         console.log(this.shelfPlaceSn, 'this.shelfPlaceSn')
-    //         this.textTitle = '编辑货位'
-    //         // this.getShelfHWDetail()
-    //       }
-    //     }
-    //   },
-    //   deep: true
-    // }
   }
 }
 </script>

+ 2 - 1
src/views/numsGoodsShelves/goodsShelvesAdministration/settlementSet.vue

@@ -146,7 +146,7 @@
               </a-col>
               <a-col :span="15" v-if="form.settleType">
                 <a-form-model-item :label="form.settleType=='CREDIT'?'超过授信额度':'超期未结算'">
-                  <a-checkbox @change="onChange" id="settlementSet-settleType" :checked="form.limitFlag==1">
+                  <a-checkbox @change="onChange" id="settlementSet-limitFlag" :checked="form.limitFlag==1">
                     限制汽车修理厂无法使用数字货架
                   </a-checkbox>
                 </a-form-model-item>
@@ -270,6 +270,7 @@ export default {
       } else {
         this.form.limitFlag = 0
       }
+      console.log(this.form.limitFlag, 'this.form.limitFlag')
     },
     //
     changeRadio (e) {