Bläddra i källkod

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 år sedan
förälder
incheckning
4b31e892fc
1 ändrade filer med 16 tillägg och 16 borttagningar
  1. 16 16
      src/xt_pages/supply/supplyQuery.vue

+ 16 - 16
src/xt_pages/supply/supplyQuery.vue Visa fil

@@ -80,7 +80,7 @@
80 80
         </el-table-column>
81 81
         <el-table-column label="供应商编码" align="center">
82 82
           <template slot-scope="scope">
83
-          
83
+
84 84
           </template>
85 85
         </el-table-column>
86 86
         <el-table-column label="供应商名称" align="center">
@@ -90,41 +90,41 @@
90 90
          </el-table-column>
91 91
         <el-table-column label="首要联系人" align="center">
92 92
           <template slot-scope="scope">
93
-            
93
+
94 94
           </template>
95 95
         </el-table-column>
96 96
         <el-table-column label="增值税税率(%)" align="center">
97 97
           <template slot-scope="scope">
98
-           
98
+
99 99
           </template>
100 100
         </el-table-column>
101 101
        <el-table-column label="银行账号" align="center">
102 102
          <template slot-scope="scope">
103
-           
103
+
104 104
          </template>
105 105
        </el-table-column>
106 106
        <el-table-column label="开户银行" align="center">
107 107
          <template slot-scope="scope">
108
-         
108
+
109 109
           </span>
110
-        
110
+
111 111
          </template>
112 112
        </el-table-column>
113
-      
113
+
114 114
         <el-table-column label="纳税人识别号" align="center" >
115 115
          <template slot-scope="scope">
116
-         
116
+
117 117
          </template>
118 118
        </el-table-column>
119
-        
120
-    
119
+
120
+
121 121
       <el-table-column label="手机" align="center">
122 122
          <template slot-scope="scope">
123
-       
123
+
124 124
          </template>
125 125
        </el-table-column>
126 126
 
127
-    
127
+
128 128
 
129 129
        <el-table-column label="操作" align="center" width="260px">
130 130
           <template slot-scope="scope">
@@ -212,12 +212,12 @@ export default {
212 212
   },
213 213
   methods:{
214 214
      toAdd(){
215
-       console.log("res32323232323223",this.$refs)  
216
-       this.$refs.addSupply.show()  
215
+       // console.log("res32323232323223",this.$refs)
216
+       this.$refs.addSupply.show()
217 217
      },
218 218
       changeTypeName(){
219 219
 
220
-     }, 
220
+     },
221 221
      startTimeChange(){
222 222
 
223 223
      },
@@ -231,7 +231,7 @@ export default {
231 231
 
232 232
      },
233 233
      handleCurrentChange(){
234
-       
234
+
235 235
      }
236 236
   }
237 237
 };