Browse Source

销售订单详情 字段添加

lucky 2 years ago
parent
commit
283a2ebadc

+ 16 - 6
src/components/globalComponents/show-goods-data-table/ShowDataTableColumns.js

@@ -179,7 +179,6 @@ const onlineColumns = [
     _slot_: "good_img",
     label: "商品主图",
   },
-
   {
     prop: "good_info_img",
     _slot_: "good_info_img",
@@ -334,11 +333,22 @@ const onlineColumns = [
   //   span: 8,
   // },
 
-  // {
-  //   prop: "delivery_place_cn",
-  //   label: "发货地",
-  //   span: 8,
-  // },
+  {
+    prop: "delivery_place_cn",
+    label: "发货地",
+    span: 8,
+  },
+  {
+    prop: "customized",
+    label: "工期",
+    append: '天',
+    span: 8,
+  },
+  {
+    prop: "purchase",
+    label: "采购人",
+    span: 8,
+  },
   // {
   //   prop: "origin_place_cn",
   //   label: "产地",

+ 2 - 1
src/views/sellOut/salesOrder/components/ShowDataTableColumns.js

@@ -110,6 +110,7 @@ const showColumns = [
     _slot_: "companyName",
     span: 12,
   },
+  
   // {
   //   prop: "good_name",
   //   label: "商品名称",
@@ -128,7 +129,7 @@ const showColumns = [
   //   span: 6,
   // },
   {
-    prop: "platform_id",
+    prop: "platform_name",
     label: "所属平台",
     span: 6,
   },