|
@@ -318,8 +318,11 @@ export default {
|
318
|
318
|
this.title = "编辑供应商";
|
319
|
319
|
this.supplier.supplierCode = data.SupplierCode;
|
320
|
320
|
this.supplier.supplierName = data.SupplierName;
|
321
|
|
- this.supplier.supplierType = data.SupplierType;
|
322
|
|
-
|
|
321
|
+ if (data.SupplierType == 0){
|
|
322
|
+ this.supplier.supplierType = ""
|
|
323
|
+ }else {
|
|
324
|
+ this.supplier.supplierType = data.SupplierType;
|
|
325
|
+ }
|
323
|
326
|
this.supplier.vatRate = data.VatRate;
|
324
|
327
|
this.supplier.number = data.Number;
|
325
|
328
|
this.supplier.bank = data.Bank;
|