|
@@ -687,7 +687,7 @@ export default {
|
|
|
buyerid,
|
|
|
customerNo,
|
|
|
supplierNo,
|
|
|
- supplierNanme,
|
|
|
+ supplierName,
|
|
|
customerName,
|
|
|
good_unit,
|
|
|
good_tax,
|
|
@@ -696,6 +696,8 @@ export default {
|
|
|
...rest
|
|
|
} = data
|
|
|
|
|
|
+ console.log(data)
|
|
|
+
|
|
|
this.ruleForm = {
|
|
|
...rest,
|
|
|
buyerid: buyerid ? [buyerid] : [],
|
|
@@ -711,7 +713,9 @@ export default {
|
|
|
this.unit_name = unit_name
|
|
|
|
|
|
this.customerName = customerName
|
|
|
- this.supplierName = supplierNanme
|
|
|
+ this.supplierName = supplierName
|
|
|
+
|
|
|
+ console.log(this.supplierName)
|
|
|
this.detailLoading = false
|
|
|
},
|
|
|
platform_codesearchChange(e) {
|