Эх сурвалжийг харах

Merge branch '销售收入成本日报表' into 测试

lxf 1 жил өмнө
parent
commit
23bb05b5db

+ 16 - 2
src/views/group/finance/sales-revenue-cost/index.vue

@@ -119,6 +119,20 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "客户编号",
+        prop: "customerCode",
+        width: 140,
+      },
+    },
+    {
+      attrs: {
+        label: "客户名称",
+        prop: "customerName",
+        width: 160,
+      },
+    },
+    {
+      attrs: {
         label: "事业部",
         prop: "departmentName",
         width: 140,
@@ -127,14 +141,14 @@ const config = computed(() => {
     {
       attrs: {
         label: "订单号",
-        prop: "customerCode",
+        prop: "code",
         width: 160,
       },
     },
     {
       attrs: {
         label: "万里牛单号",
-        prop: "customerName",
+        prop: "wlnCode",
         width: 140,
       },
     },