snow 2 years ago
parent
commit
eefa41a8be

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 6 - 2
src/views/netOrderEntry/prestoreRecordingOrders/addEdit.vue

@@ -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) {

+ 6 - 1
src/views/netOrderEntry/prestoreRecordingOrders/index.vue

@@ -250,6 +250,11 @@ export default {
           label: "录单编号",
           width: "175px",
         },
+        {
+          prop: "orderCode",
+          label: "订单编号",
+          width: "175px",
+        },
         // {
         //   prop: "cgdNo",
         //   label: "采购单编号",
@@ -337,7 +342,7 @@ export default {
         // },
         {
           prop: "apply_name",
-          label: "订单创建人",
+          label: "创建人",
           width: "85px",
         },
         // {

Some files were not shown because too many files changed in this diff