Browse Source

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

csx 3 years ago
parent
commit
4b31e892fc
1 changed files with 16 additions and 16 deletions
  1. 16 16
      src/xt_pages/supply/supplyQuery.vue

+ 16 - 16
src/xt_pages/supply/supplyQuery.vue View File

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