Kaynağa Gözat

供应商修改

huangyw 3 yıl önce
ebeveyn
işleme
54a0a39ed7

+ 9 - 0
src/xt_pages/supply/components/addGoodReturn.vue Dosyayı Görüntüle

@@ -133,6 +133,7 @@
133 133
                 :disabled="true"
134 134
                 placeholder="商品类别"
135 135
               ></el-input>
136
+               <div style="visibility: hidden">/</div>
136 137
             </template>
137 138
           </el-table-column>
138 139
           <el-table-column label="规格&单位" align="center" width="200px">
@@ -143,6 +144,7 @@
143 144
                 :disabled="true"
144 145
                 placeholder="规格&单位"
145 146
               ></el-input>
147
+               <div style="visibility: hidden">/</div>
146 148
             </template>
147 149
           </el-table-column>
148 150
 
@@ -179,6 +181,7 @@
179 181
                 style="width: 100px"
180 182
                 :disabled="true"
181 183
               ></el-input>
184
+               <div style="visibility: hidden">/</div>
182 185
             </template>
183 186
           </el-table-column>
184 187
           <el-table-column label="可退数量" align="center" width="200px">
@@ -189,6 +192,7 @@
189 192
                 :disabled="true"
190 193
                 placeholder="可退数量"
191 194
               ></el-input>
195
+               <div style="visibility: hidden">/</div>
192 196
             </template>
193 197
           </el-table-column>
194 198
           <el-table-column label="数量" align="center" width="120px">
@@ -217,6 +221,7 @@
217 221
                 :disabled="disabled"
218 222
                 placeholder="请输入采购单价"
219 223
               ></el-input>
224
+               <div style="visibility: hidden">/</div>
220 225
             </template>
221 226
           </el-table-column>
222 227
 
@@ -244,6 +249,7 @@
244 249
                 style="width: 160px"
245 250
                 :disabled="true"
246 251
               ></el-input>
252
+               <div style="visibility: hidden">/</div>
247 253
             </template>
248 254
           </el-table-column>
249 255
 
@@ -254,6 +260,7 @@
254 260
                 style="width: 160px"
255 261
                 :disabled="true"
256 262
               ></el-input>
263
+               <div style="visibility: hidden">/</div>
257 264
             </template>
258 265
           </el-table-column>
259 266
 
@@ -264,6 +271,7 @@
264 271
                 style="width: 160px"
265 272
                 :disabled="true"
266 273
               ></el-input>
274
+               <div style="visibility: hidden">/</div>
267 275
             </template>
268 276
           </el-table-column>
269 277
 
@@ -275,6 +283,7 @@
275 283
                 :disabled="disabled"
276 284
                 placeholder="请输入备注"
277 285
               ></el-input>
286
+               <div style="visibility: hidden">/</div>
278 287
             </template>
279 288
           </el-table-column>
280 289
 

+ 2 - 2
src/xt_pages/supply/components/addSupply.vue Dosyayı Görüntüle

@@ -32,7 +32,7 @@
32 32
                 @select="handleSelect"
33 33
               ></el-autocomplete> -->
34 34
 
35
-              <el-select v-model="supplier.supplierType">
35
+              <el-select v-model="supplier.supplierType" @select="handleSelect">
36 36
                 <el-option
37 37
                   v-for="item in supplierType"
38 38
                   :key="item.value"
@@ -463,7 +463,7 @@ export default {
463 463
                 let params = {
464 464
                   suppliercode: this.supplier.supplierCode || "",
465 465
                   suppliername: this.supplier.supplierName || "",
466
-                  id: this.supplier.id || 0,
466
+                  id: this.supplier_ids || 0,
467 467
                   suppliertype: this.supplier.supplierType || "",
468 468
                   vatrate: this.supplier.vatRate || 0,
469 469
                   number: this.supplier.number || "",