Browse Source

显示顺丰

shish 3 years ago
parent
commit
9186e3b189
1 changed files with 2 additions and 3 deletions
  1. 2 3
      ghsApp/src/admin/home/order.vue

+ 2 - 3
ghsApp/src/admin/home/order.vue

@@ -36,7 +36,7 @@
           <div class="inp-list-line">
             <div class="line-label">物流名称</div>
             <div class="line-input">
-            <input type="number" v-model="fhWl" class="inp-input" />
+            <input type="text" v-model="fhWl" class="inp-input" />
             </div>
           </div>
           <div class="inp-list-line">
@@ -83,7 +83,7 @@ export default {
     return {
       fhWlInfo:[],
       fhWlNo:'',
-      fhWl:'',
+      fhWl:'顺丰',
       fhWlFocus:false,
       fhLabelShow:false,
       isScanEnv:false,
@@ -182,7 +182,6 @@ export default {
     },
     fillNoFh(info){
       let that = this
-      this.fhWl = '顺丰'
       this.fhLabelShow = true
       this.fhWlInfo = info
 			setTimeout(x => {