Browse Source

Merge branch 'master' into sit

xiaodai2022 2 năm trước cách đây
mục cha
commit
c0b3b4472d

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 3 - 1
dist/index.html


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-0bc784fc.2aa45998.js


BIN
dist/static/js/chunk-0bc784fc.2aa45998.js.gz


+ 2 - 0
src/assets/js/statusList.js

@@ -19,6 +19,7 @@ const cg_order_source_options = [
   { id: "3", label: "项目转单" },
   { id: "4", label: "平台导入" },
   // { id: "5", label: "有赞平台" },
+  { id: "6", label: "售后补换货" },
 ]
 const xs_order_source_options = [
   // { id: "0", label: "备库单" },
@@ -27,5 +28,6 @@ const xs_order_source_options = [
   { id: "3", label: "项目转单" },
   { id: "4", label: "平台导入" },
   // { id: "5", label: "有赞平台" },
+  { id: "6", label: "售后补换货" },
 ]
 export { statusList, cg_order_type_options, xs_order_type_options, cg_order_source_options, xs_order_source_options };

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

@@ -204,12 +204,18 @@ const showColumns = [
     prop: "is_active",
     label: "活动类型",
     _slot_: "is_active",
-    span: 12,
+    span: 8,
   },
+  {
+    prop: "returnCode",
+    label: "售后来源单号",
+    span: 8,
+  },
+  
   {
     prop: "useage",
     label: "订单用途",
-    span: 12,
+    span: 8,
   },
 
   {

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác