xiaodai2022 2 years ago
parent
commit
b9ca8257e4

+ 54 - 29
src/components/globalComponents/show-goods-data-table/ShowDataTableColumns.js

@@ -16,22 +16,22 @@ const reColumns = [
   {
     prop: "brand_name",
     label: "品牌",
-    span: 6,
+    span: 8,
   },
 
 
-  {
-    prop: "unit",
-    label: "单位",
-    span: 4,
-  },
+
   {
     prop: "send_way",
     label: "发货方式",
     _slot_: "send_way",
-    span: 6,
+    span: 8,
+  },
+  {
+    prop: "unit",
+    label: "单位",
+    span: 4,
   },
-
   {
     prop: "tax",
     label: "税点",
@@ -53,42 +53,45 @@ const reColumns = [
     span: 6,
   },
 
-  {
-    prop: "creater",
-    label: "反馈人",
-    span: 4,
-  },
+
   {
     prop: "addtime",
     label: "反馈时间",
     span: 6,
   },
+  {
+    prop: "cgder",
+    label: "采购员",
+    span: 4,
+  },
+  {
+    prop: "creater",
+    label: "商品创建人",
+    span: 4,
+  },
   {
     prop: "supply_area",
     label: "供货区域",
     _slot_: "supply_area",
-    span: 6,
+    span: 4,
   },
 
-
   {
     prop: "good_img",
     label: "商品图片",
     _slot_: "good_img",
-    span: 18,
+    span: 12,
 
   },
-  {
-    prop: "stock_moq",
-    label: "备库起订量",
-    span: 4,
-  },
   {
     prop: "noble",
     _slot_: "noble",
     label: "贵金属信息",
-    span: 20,
+    span: 24,
   },
+ 
+
+
   {
     prop: "cost_desc",
     label: "工艺说明",
@@ -159,8 +162,8 @@ const coveColumns = [
   },
 
   {
-    prop: "creater",
-    label: "反馈人",
+    prop: "good_creater",
+    label: "商品创建人",
     span: 4,
   },
   {
@@ -172,13 +175,14 @@ const coveColumns = [
     prop: "expire_day",
     label: "竞价有效期",
     append: '天',
-    span: 6
+    span: 4
   },
+
   {
     prop: "delivery_day",
     label: "物流时间",
     append: '天',
-    span: 6
+    span: 4
   },
   {
     prop: "work_day",
@@ -186,6 +190,11 @@ const coveColumns = [
     append: '天',
     span: 6
   },
+  {
+    prop: "cgder",
+    label: "采购员",
+    span: 4,
+  },
 
  
 
@@ -414,9 +423,14 @@ const onlineColumns = [
     span: 8,
   },
   {
-    prop: "purchase",
-    label: "采购人",
-    span: 8,
+    prop: "cgder",
+    label: "采购员",
+    span: 4,
+  },
+  {
+    prop: "good_creater",
+    label: "商品创建人",
+    span: 4,
   },
   // {
   //   prop: "origin_place_cn",
@@ -644,10 +658,21 @@ const costColumns = [
     append: 'g',
     span: 6,
   },
+  {
+    prop: "cgder",
+    label: "采购员",
+    span: 6,
+  },
+  {
+    prop: "good_creater",
+    label: "商品创建人",
+    span: 6,
+  },
   {
     prop: "noble",
     _slot_: "noble",
     label: "贵金属信息",
+    span: 24,
   },
   {
     prop: "after_sales",

+ 12 - 5
src/views/purchaseIn/purchaseOrder/columns.js

@@ -160,16 +160,23 @@ const columns = [
     label: "采购供应商名称",
     width: "155px",
   },
-  {
-    prop: "company_name",
-    label: "采购员部门",
-    minWidth: "100px",
-  },
+  // {
+  //   prop: "company_name",
+  //   label: "采购员部门",
+  //   minWidth: "100px",
+  // },
+  
   {
     prop: "cgder",
     label: "采购员",
     width: "60px",
   },
+  {
+    prop: "good_creater",
+    label: "商品创建人",
+    width: "85px",
+  },
+  
   {
     prop: "addtime",
     label: "创建时间",

+ 3 - 3
src/views/purchaseIn/recovery/columns.js

@@ -52,8 +52,8 @@ const columns = [
   },
   {
     prop: "creater",
-    label: "反馈人",
-    width: "60px",
+    label: "商品创建人",
+    width: "85px",
   },
   {
     prop: "addtime",
@@ -201,7 +201,7 @@ const costColumns = [
     span: 5,
   },
   {
-    prop: "creater",
+    prop: "good_creater",
     label: "反馈人",
     span: 4,
   },

+ 27 - 26
src/views/purchaseIn/recovery/index.vue

@@ -39,7 +39,7 @@
                 >
                 </el-input>
               </el-col>
-              <!-- <el-col :span="6" style="width: 400px; padding: 0 0 0 10px">
+              <el-col :span="6" style="width: 400px; padding: 0 0 0 10px">
                 <el-input
                   clearable
                   placeholder="商品名称"
@@ -53,7 +53,7 @@
                   "
                 >
                 </el-input>
-              </el-col> -->
+              </el-col>
               <!-- <el-col :span="6" style="width: 150px; padding: 0 0 0 10px">
                 <el-input
                   clearable
@@ -69,6 +69,19 @@
                 >
                 </el-input>
               </el-col> -->
+
+              <el-col :span="4" style="width: 66px; float: right">
+                <el-button
+                  type="warning"
+                  class="fr"
+                  :size="searchSize"
+                  @click="restSearch"
+                >
+                  重置
+                </el-button>
+              </el-col>
+            </el-row>
+            <el-row>
               <el-col :span="6" style="width: 280px">
                 <el-input
                   clearable
@@ -84,29 +97,7 @@
                 >
                 </el-input>
               </el-col>
-              <el-col :span="4" style="width: 66px; float: right">
-                <el-button
-                  type="warning"
-                  class="fr"
-                  :size="searchSize"
-                  @click="restSearch"
-                >
-                  重置
-                </el-button>
-              </el-col>
-              <el-col :span="3" style="width: 66px; float: right">
-                <el-button
-                  :size="searchSize"
-                  type="primary"
-                  style="float: right; margin-left: 5px"
-                  @click="searchList"
-                >
-                  刷新
-                </el-button>
-              </el-col>
-            </el-row>
-            <el-row>
-              <!-- <el-col :span="6" style="width: 400px; padding: 0 0 0 10px">
+              <el-col :span="6" style="width: 400px; padding: 0 0 0 10px">
                 <el-input
                   clearable
                   placeholder="供应商名称"
@@ -120,7 +111,7 @@
                   "
                 >
                 </el-input>
-              </el-col> -->
+              </el-col>
               <!-- <el-col :span="6" style="width: 150px; padding: 0 0 0 10px">
                 <el-input
                   clearable
@@ -136,6 +127,16 @@
                 >
                 </el-input>
               </el-col> -->
+              <el-col :span="3" style="width: 66px; float: right">
+                <el-button
+                  :size="searchSize"
+                  type="primary"
+                  style="float: right; margin-left: 5px"
+                  @click="searchList"
+                >
+                  刷新
+                </el-button>
+              </el-col>
             </el-row>
           </div>
         </template>

+ 11 - 6
src/views/purchaseIn/wsmInOrder/columns.js

@@ -148,15 +148,20 @@ export default [
     label: "仓库名称",
     width: "80px",
   },
+  // {
+  //   prop: "company_name",
+  //   label: "申请人部门",
+  //   minWidth: "150px",
+  // },
   {
-    prop: "company_name",
-    label: "申请人部门",
-    minWidth: "150px",
+    prop: "cgder",
+    label: "采购员",
+    width: "60px",
   },
   {
-    prop: "apply_name",
-    label: "申请人",
-    width: "60px",
+    prop: "good_creater",
+    label: "商品创建人",
+    width: "85px",
   },
   {
     prop: "sendtime",

+ 16 - 7
src/views/sellOut/salesOrder/columns.js

@@ -81,18 +81,27 @@ export default [
     label: "销售方公司",
     width: "125px",
   },
-  {
-    prop: "company_name",
-    label: "创建人部门",
-    minWidth: "100px",
-  },
+  // {
+  //   prop: "company_name",
+  //   label: "订单创建人部门",
+  //   minWidth: "100px",
+  // },
 
   {
     prop: "apply_name",
-    label: "创建人",
+    label: "订单创建人",
+    width: "85px",
+  },
+  {
+    prop: "cgder",
+    label: "采购员",
     width: "60px",
   },
-
+  {
+    prop: "good_creater",
+    label: "商品创建人",
+    width: "85px",
+  },
   {
     prop: "addtime",
     label: "创建时间",

+ 1 - 4
src/views/standingBook/detail.vue

@@ -9,7 +9,7 @@
               v-if="tableData.order_type && (tableData.skuCode || tableData.spuCode)"
             >
               <el-collapse-item title="商品信息" name="1">
-                <goodsDataTable
+                <show-goods-data-table
                   :newTime="newTime"
                   v-if="newTime !== ''"
                   :type="tableData.order_type"
@@ -142,8 +142,6 @@ import { mapGetters } from "vuex";
 //锚点
 // import anchorItem from "./anch/anchorItem.vue"
 import Anchor from "./anchBook/anchor.vue";
-//商品
-import goodsDataTable from "./goodsDataTable";
 //详情组件
 import detail2 from "./components/detail2/main.vue";
 import detail3 from "./components/detail3/main.vue";
@@ -168,7 +166,6 @@ export default {
   mixins: [mixinPage, resToken],
   components: {
     Anchor,
-    goodsDataTable,
     detail2,
     detail3,
     detail4,

+ 0 - 736
src/views/standingBook/goodsDataTable/ShowDataTableColumns.js

@@ -1,736 +0,0 @@
-//采返 销售订单展示字段
-const reColumns = [
-  {
-    prop: "good_name",
-    label: "商品名称",
-    _slot_: "good_name",
-    span: 24,
-  },
-
-  {
-    prop: "cat",
-    label: "分类",
-    span: 8,
-  },
-
-  {
-    prop: "brand_name",
-    label: "品牌",
-    span: 6,
-  },
-
-
-  {
-    prop: "unit",
-    label: "单位",
-    span: 4,
-  },
-  {
-    prop: "send_way",
-    label: "发货方式",
-    _slot_: "send_way",
-    span: 6,
-  },
-
-  {
-    prop: "tax",
-    label: "税点",
-    append: '%',
-    span: 4,
-  },
-  {
-    prop: "pay_way",
-    label: "付款方式",
-    _slot_: "pay_way",
-    span: 4,
-  },
-
-
-  {
-    prop: "weight",
-    label: "商品总克重",
-    append: 'g',
-    span: 6,
-  },
-
-  {
-    prop: "creater",
-    label: "反馈人",
-    span: 4,
-  },
-  {
-    prop: "addtime",
-    label: "反馈时间",
-    span: 6,
-  },
-  {
-    prop: "supply_area",
-    label: "供货区域",
-    _slot_: "supply_area",
-    span: 6,
-  },
-
-
-  {
-    prop: "good_img",
-    label: "商品图片",
-    _slot_: "good_img",
-    span: 18,
-
-  },
-  {
-    prop: "noble",
-    _slot_: "noble",
-    label: "贵金属信息",
-    span: 24,
-  },
-  {
-    prop: "craft_desc",
-    label: "工艺说明",
-    span: 24,
-  },
-  {
-    prop: "remark",
-    label: "采返备注",
-    span: 24,
-  },
-
-
-
-]
-//采返 采购商品字段
-const coveColumns = [
-  {
-    prop: "good_name",
-    label: "商品名称",
-    _slot_: "good_name",
-    span: 24,
-  },
-
-  {
-    prop: "cat",
-    label: "分类",
-    span: 8,
-  },
-
-  {
-    prop: "brand_name",
-    label: "品牌",
-    span: 6,
-  },
-
-
-  {
-    prop: "unit",
-    label: "单位",
-    span: 4,
-  },
-  {
-    prop: "send_way",
-    label: "发货方式",
-    _slot_: "send_way",
-    span: 6,
-  },
-
-  {
-    prop: "tax",
-    label: "税点",
-    append: '%',
-    span: 4,
-  },
-  {
-    prop: "pay_way",
-    label: "付款方式",
-    _slot_: "pay_way",
-    span: 4,
-  },
-
-
-  {
-    prop: "weight",
-    label: "商品总克重",
-    append: 'g',
-    span: 6,
-  },
-
-  {
-    prop: "creater",
-    label: "反馈人",
-    span: 4,
-  },
-  {
-    prop: "addtime",
-    label: "反馈时间",
-    span: 6,
-  },
-  {
-    prop: "expire_day",
-    label: "竞价有效期",
-    append: '天',
-    span: 6
-  },
-  {
-    prop: "delivery_day",
-    label: "物流时间",
-    append: '天',
-    span: 6
-  },
-  {
-    prop: "work_day",
-    label: "生产工期",
-    append: '天',
-    span: 6
-  },
-
- 
-
-
-  {
-    prop: "supply_area",
-    label: "供货区域",
-    _slot_: "supply_area",
-    span: 6,
-  },
-
-
-  {
-    prop: "good_img",
-    label: "商品图片",
-    _slot_: "good_img",
-    span: 24,
-
-  },
-  {
-    prop: "noble",
-    _slot_: "noble",
-    label: "贵金属信息",
-    span: 24,
-  },
-  {
-    prop: "craft_desc",
-    label: "工艺说明",
-    span: 24,
-  },
-  {
-    prop: "remark",
-    label: "采返备注",
-    span: 24,
-  },
-
-
-]
-//商品上线字段
-const onlineColumns = [
-  {
-    prop: "good_name",
-    label: "商品名称",
-    _slot_: "good_name",
-    span: 24,
-  },
-
-  // {
-  //   prop: "speclist",
-  //   label: "规格",
-  //   _slot_: "speclist",
-  // },
-  // {
-  //   prop: "supplierName",
-  //   label: "供应商名称",
-  // },
-
-  {
-    prop: "good_img",
-    _slot_: "good_img",
-    label: "商品主图",
-  },
-  {
-    prop: "good_info_img",
-    _slot_: "good_info_img",
-    label: "详情图",
-  },
-  {
-    prop: "company",
-    label: "业务企业名称",
-    _slot_: "company",
-  },
-  // {
-  //   prop: "online_reason",
-  //   label: "上线原因",
-  // },
-
-
-
-  // {
-  //   prop: "creater",
-  //   label: "申请人",
-  //   span: 6,
-  // },
-  {
-    prop: "platform_name",
-    label: "所属平台",
-    span: 6,
-  },
-  {
-    prop: "brand_name",
-    label: "品牌",
-    span: 6,
-  },
-  // {
-  //   prop: "platform_code_en",
-  //   label: "平台商品编码",
-  //   span: 6,
-  // },
-  // {
-  //   prop: "online_time",
-  //   label: "上线时间",
-  //   span: 8,
-  // },
-  {
-    prop: "cat",
-    label: "分类",
-    span: 8,
-  },
-
-
-  {
-    prop: "unit",
-    label: "单位",
-    span: 4,
-  },
-
-
-  // {
-  //   prop: "is_auth",
-  //   label: "供应商权限",
-  //   _slot_: "is_auth",
-  //   span: 6,
-  // },
-
-  {
-    prop: "is_stock",
-    label: "是否库存品",
-    _slot_: "is_stock",
-    span: 6,
-  },
-  {
-    prop: "supply_area",
-    label: "供货区域",
-    _slot_: "supply_area",
-    span: 6,
-  },
-  {
-    prop: "good_type",
-    label: "是否定制",
-    _slot_: "good_type",
-    span: 8,
-  },
-  {
-    prop: "tax",
-    label: "税点",
-    append: '%',
-    span: 4,
-  },
-  {
-    prop: "delivery_day",
-    label: "物流时间",
-    append: '天',
-    span: 4,
-  },
-  {
-    prop: "lead_time",
-    label: "供货周期",
-    append: '天',
-    span: 4,
-  },
-  {
-    prop: "sample_day",
-    label: "调样周期",
-    append: '天',
-    span: 4,
-  },
-  {
-    prop: "exclusive",
-    label: "专属类型",
-    _slot_: "exclusive",
-    span: 6,
-  },
-  {
-    prop: "weight",
-    label: "商品总克重",
-    append: 'g',
-    span: 6,
-  },
-  {
-    prop: "noble",
-    _slot_: "noble",
-    label: "贵金属信息",
-  },
-
-  // {
-  //   prop: "packing_list",
-  //   label: "包装清单",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "packing_way",
-  //   label: "包装方式",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "packing_spec",
-  //   label: "装箱规格",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "packing_weight",
-  //   label: "装箱重量(g)",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "packing_size",
-  //   label: "装箱尺寸",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "good_bar",
-  //   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: "产地",
-  //   span: 8,
-  // },
-
-
-
-  // {
-  //   prop: "cert_fee",
-  //   label: "证书费(元)",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "packing_fee",
-  //   label: "包装费(元)",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "cost_fee",
-  //   label: "成本工艺费(元)",
-  //   span: 8,
-  // },
-
-  // {
-  //   prop: "mark_fee",
-  //   label: "加标费(元)",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "demo_fee",
-  //   label: "打样费(元)",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "open_fee",
-  //   label: "开模费(元)",
-  //   span: 8,
-  // },
-
-  // {
-  //   prop: "sample_fee",
-  //   label: "调样费(元)",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "market_price",
-  //   label: "市场价(元)",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "nake_price",
-  //   label: "成本裸价",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "is_step",
-  //   label: "启用阶梯",
-  //   _slot_: "is_step",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "exam_status",
-  //   label: "状态",
-  //   _slot_: "exam_status",
-  //   span: 8,
-  // // },
-  // {
-  //   prop: "updatetime",
-  //   label: "更新时间",
-  //   span: 8,
-  // },
-  // {
-  //   prop: "addtime",
-  //   label: "创建时间",
-  //   span: 8,
-  // },
-
-  // {
-  //   prop: "online_remark",
-  //   label: "上线备注",
-  //   span: 24,
-  // },
-  {
-    prop: "after_sales",
-    label: "售后说明",
-    span: 24,
-  },
-  {
-    prop: "good_remark",
-    label: "商品备注",
-    span: 24,
-  },
-
-  {
-    prop: "craft_desc",
-    label: "工艺说明",
-    span: 24,
-  },
-
-
-
-
-]
-//商品成本字段
-const costColumns = [
-  {
-    prop: "good_name",
-    label: "商品名称",
-    _slot_: "good_name",
-    span: 24,
-  },
-
-  // {
-  //   prop: "speclist",
-  //   label: "规格",
-  //   _slot_: "speclist",
-  // },
-  // {
-  //   prop: "supplierName",
-  //   label: "供应商名称",
-  // },
-
-  {
-    prop: "good_img",
-    _slot_: "good_img",
-    label: "商品主图",
-  },
-
-  {
-    prop: "good_info_img",
-    _slot_: "good_info_img",
-    label: "详情图",
-  },
-  {
-    prop: "company",
-    label: "业务企业名称",
-    _slot_: "company",
-  },
-  {
-    prop: "supplierName",
-    label: "供应商名称",
-    _slot_: "supplierName",
-  },
-  {
-    prop: "cat",
-    label: "分类",
-    span: 8,
-  },
-  {
-    prop: "unit",
-    label: "单位",
-    span: 4,
-  },
-  {
-    prop: "brand_name",
-    label: "品牌",
-    span: 6,
-  },
-
-
-
-
-
-
-  {
-    prop: "is_auth",
-    label: "供应商权限",
-    _slot_: "is_auth",
-    span: 6,
-  },
-
-  {
-    prop: "is_stock",
-    label: "是否库存品",
-    _slot_: "is_stock",
-    span: 6,
-  },
-  {
-    prop: "supply_area",
-    label: "供货区域",
-    _slot_: "supply_area",
-    span: 6,
-  },
-  {
-    prop: "good_type",
-    label: "是否定制",
-    _slot_: "good_type",
-    span: 8,
-  },
-  {
-    prop: "tax",
-    label: "税点",
-    append: '%',
-    span: 4,
-  },
-  // {
-  //   prop: "delivery_day",
-  //   label: "物流时间",
-  //   append: '天',
-  //   span: 4,
-  // },
-  // {
-  //   prop: "lead_time",
-  //   label: "供货周期",
-  //   append: '天',
-  //   span: 4,
-  // },
-  // {
-  //   prop: "sample_day",
-  //   label: "调样周期",
-  //   append: '天',
-  //   span: 4,
-  // },
-  {
-    prop: "exclusive",
-    label: "专属类型",
-    _slot_: "exclusive",
-    span: 6,
-  },
-  {
-    prop: "weight",
-    label: "商品总克重",
-    append: 'g',
-    span: 6,
-  },
-  {
-    prop: "noble",
-    _slot_: "noble",
-    label: "贵金属信息",
-  },
-  {
-    prop: "after_sales",
-    label: "售后说明",
-    span: 24,
-  },
-  {
-    prop: "good_remark",
-    label: "商品备注",
-    span: 24,
-  },
-
-  {
-    prop: "craft_desc",
-    label: "工艺说明",
-    span: 24,
-  },
-
-
-]
-//是否定制
-const options1 = [
-  { id: "0", name: "否" },
-  { id: "1", name: "是" },
-]
-//专属类型
-const options2 = [
-  { id: "0", name: "非泰康" },
-  { id: "1", name: "泰康" },
-]
-//销售权限
-const options3 = [
-  { id: "0", name: "无销售权限" },
-  { id: "1", name: "有销售权限" },
-]
-
-//是否库存品
-const options4 = [
-  { id: "0", name: "非库存品" },
-  { id: "1", name: "库存品" },
-]
-//是否启用实时金价
-const options5 = [
-  { id: "0", name: "否" },
-  { id: "1", name: "是" },
-]
-//供货区域
-const options6 = [
-  { id: "1", name: "全国" },
-  { id: "2", name: "全国除偏远" },
-]
-//是否启用阶梯
-const options7 = [
-  { id: "0", name: "否" },
-  { id: "1", name: "是" },
-]
-const options8 = [
-  // { id: "0", name: "待提交" },
-  { id: "1", name: "待完善成本" },
-  { id: "2", name: "待产品审核" },
-  { id: "3", name: "待财务定价" },
-  { id: "4", name: "待财务审核定价" },
-  { id: "5", name: "待上线" },
-  { id: "6", name: "上线成功" },
-  { id: "7", name: "审核失败" },
-  { id: "8", name: "已下线" },
-]
-
-const options9 = [
-  { id: "0", name: "现结" },
-  { id: "1", name: "月清" },
-  { id: "2", name: "双月清" },
-]
-//付款方式
-const options10 = [
-  { id: "0", name: "现结" },
-  { id: "1", name: "月清" },
-  { id: "2", name: "双月清" },
-]
-//发货方式
-const options11 = [
-  { id: "0", name: "公司自提" },
-  { id: "1", name: "供应商包邮" },
-]
-
-const options12 = [
-  { id: "0", name: "一地" },
-  { id: "1", name: "多地" },
-]
-export { onlineColumns, reColumns, costColumns, coveColumns, options1, options2, options3, options4, options5, options6, options7, options8, options9, options10, options11, options12 }
-

+ 0 - 2
src/views/standingBook/goodsDataTable/index.js

@@ -1,2 +0,0 @@
-import Main from './main.vue'
-export default Main

+ 0 - 599
src/views/standingBook/goodsDataTable/main.vue

@@ -1,599 +0,0 @@
-<template>
-  <div class="showGoodsDataTable" v-loading="loading">
-    <show-data-table
-      v-if="
-        (type === '1' || type === '2' || type === '5' || type === '6') &&
-        this.sitem &&
-        this.sitem.addtime &&
-        !iscgd
-      "
-      :sitem="sitem"
-      :columns="onlineColumns"
-      :border="border"
-    >
-      <template slot="good_name">
-        <img
-          v-viewer
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          class="fl"
-          v-if="sitem.good_thumb_img"
-          :src="sitem.good_thumb_img"
-          alt=""
-        />
-        <span>{{ sitem.good_name }}</span>
-        <span v-for="(si, i) in sitem.speclist" :key="si.spec_id + i">
-          <span v-if="i !== 0">-</span>
-          <span v-else>_</span>
-          <span>{{ si.spec_name }}[{{ si.spec_value }}]</span>
-        </span>
-        <el-popover placement="top" width="300" trigger="hover">
-          <ul>
-            <li>
-              <span>上线商品编号:</span><span>{{ sitem.skuCode }}</span>
-            </li>
-            <li
-              v-if="
-                newTime !== '' &&
-                private_field &&
-                private_field.length > 0 &&
-                private_field.some((item) => item == '1')
-              "
-            >
-              <span>商品成本编号:</span><span>{{ sitem.spuCode }}</span>
-            </li>
-            <li>
-              <span>平台商品编码:</span
-              ><span>{{ sitem.platform_code_en }}</span>
-            </li>
-          </ul>
-          <i class="el-icon-warning-outline fr" slot="reference"></i>
-        </el-popover>
-      </template>
-      <template slot="good_img">
-        <img
-          class="fl"
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          v-viewer
-          v-for="(si, i) in sitem.good_img"
-          :src="si"
-          :key="si + i"
-        />
-      </template>
-      <template slot="good_info_img">
-        <img
-          class="fl"
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          v-viewer
-          v-for="(si, i) in sitem.good_info_img"
-          :src="si"
-          :key="si + i"
-        />
-      </template>
-      <template slot="company">
-        <span>{{ sitem.company }}</span>
-        <el-popover placement="top" width="300" trigger="hover">
-          <ul>
-            <li>
-              <span>业务企业编号:</span><span>{{ sitem.companyNo }}</span>
-            </li>
-          </ul>
-          <i class="el-icon-warning-outline fr" slot="reference"></i>
-        </el-popover>
-      </template>
-
-      <template slot="exclusive">
-        <span v-for="(si, sii) in sitem.exclusive" :key="si.id">
-          <span v-if="sii !== 0">/</span> <span>{{ si.name }}</span>
-        </span>
-      </template>
-      <template slot="supply_area">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options6.find((item) => item.id == sitem.supply_area) || {})
-              .name || '--'
-          "
-        />
-      </template>
-      <template slot="is_stock">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options4.find((item) => item.id == sitem.is_stock) || {}).name ||
-            '--'
-          "
-        />
-      </template>
-      <template slot="good_type">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options1.find((item) => item.id == sitem.good_type) || {}).name ||
-            '--'
-          "
-        />
-        <span v-if="sitem.good_type === '1'" style="padding: 0 0 0 5px"
-          >{{ sitem.moq }}起订/工期{{ sitem.customized }}天</span
-        >
-      </template>
-      <template slot="noble">
-        <span v-if="sitem.noble_metal"
-          >{{ sitem.noble_weight ? sitem.noble_weight : "0" }}g-{{
-            sitem.noble_name
-          }}-{{ sitem.gold_price ? sitem.gold_price : "0" }}元/g-{{
-            sitem.is_gold_price === "0" ? "不" : ""
-          }}启用实时金价-{{ sitem.is_diff === "1" ? "有" : "无" }}工差-{{
-            sitem.config
-          }}-{{ sitem.other_config }}</span
-        >
-      </template>
-    </show-data-table>
-    <show-data-table
-      v-else-if="
-        (type === '1' || type === '2' || type === '5' || type === '6') &&
-        this.sitem &&
-        this.sitem.addtime &&
-        iscgd
-      "
-      :sitem="sitem"
-      :columns="costColumns"
-      :border="border"
-    >
-      <template slot="good_name">
-        <img
-          v-viewer
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          class="fl"
-          v-if="sitem.good_thumb_img"
-          :src="sitem.good_thumb_img"
-          alt=""
-        />
-        <span>{{ sitem.good_name }}</span>
-        <span v-for="(si, i) in sitem.speclist" :key="si.spec_id + i">
-          <span v-if="i !== 0">-</span>
-          <span v-else>_</span>
-          <span>{{ si.spec_name }}[{{ si.spec_value }}]</span>
-        </span>
-        <el-popover placement="top" width="300" trigger="hover">
-          <ul>
-            <li>
-              <span>商品成本编号:</span><span>{{ sitem.spuCode }}</span>
-            </li>
-          </ul>
-          <i class="el-icon-warning-outline fr" slot="reference"></i>
-        </el-popover>
-      </template>
-      <template slot="good_img">
-        <img
-          class="fl"
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          v-viewer
-          v-for="(si, i) in sitem.good_img"
-          :src="si"
-          :key="si + i"
-        />
-      </template>
-      <template slot="good_info_img">
-        <img
-          class="fl"
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          v-viewer
-          v-for="(si, i) in sitem.good_info_img"
-          :src="si"
-          :key="si + i"
-        />
-      </template>
-      <template slot="company">
-        <span>{{ sitem.company }}</span>
-        <el-popover placement="top" width="300" trigger="hover">
-          <ul>
-            <li>
-              <span>业务企业编号:</span><span>{{ sitem.companyNo }}</span>
-            </li>
-          </ul>
-          <i class="el-icon-warning-outline fr" slot="reference"></i>
-        </el-popover>
-      </template>
-      <template slot="supplierName">
-        <span>{{ sitem.supplierName }}</span>
-        <el-popover placement="top" width="300" trigger="hover">
-          <ul>
-            <li>
-              <span>供应商编号:</span><span>{{ sitem.supplierNo }}</span>
-            </li>
-          </ul>
-          <i class="el-icon-warning-outline fr" slot="reference"></i>
-        </el-popover>
-      </template>
-      <template slot="exclusive">
-        <span v-for="(si, sii) in sitem.exclusive" :key="si.id">
-          <span v-if="sii !== 0">/</span> <span>{{ si.name }}</span>
-        </span>
-      </template>
-      <template slot="supply_area">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options6.find((item) => item.id == sitem.supply_area) || {})
-              .name || '--'
-          "
-        />
-      </template>
-      <template slot="is_stock">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options4.find((item) => item.id == sitem.is_stock) || {}).name ||
-            '--'
-          "
-        />
-      </template>
-      <template slot="is_auth">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options3.find((item) => item.id == sitem.is_auth) || {}).name ||
-            '--'
-          "
-        />
-      </template>
-
-      <template slot="good_type">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options1.find((item) => item.id == sitem.good_type) || {}).name ||
-            '--'
-          "
-        />
-        <span v-if="sitem.good_type === '1'" style="padding: 0 0 0 5px"
-          >{{ sitem.moq }}起订/工期{{ sitem.customized }}天</span
-        >
-      </template>
-      <template slot="noble">
-        <span v-if="sitem.noble_metal"
-          >{{ sitem.noble_weight ? sitem.noble_weight : "0" }}g-{{
-            sitem.noble_name
-          }}-{{ sitem.gold_price ? sitem.gold_price : "0" }}元/g-{{
-            sitem.is_gold_price === "0" ? "不" : ""
-          }}启用实时金价-{{ sitem.is_diff === "1" ? "有" : "无" }}工差-{{
-            sitem.config
-          }}-{{ sitem.other_config }}</span
-        >
-      </template>
-    </show-data-table>
-    <show-data-table
-      v-else-if="
-        (type === '3' || type === '4') &&
-        this.sitem &&
-        this.sitem.addtime &&
-        !iscgd
-      "
-      :sitem="sitem"
-      :columns="reColumns"
-      :border="border"
-    >
-      <template slot="good_name">
-        <!-- <img
-          v-viewer
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          class="fl"
-          v-if="sitem.good_img"
-          :src="sitem.good_img"
-          alt=""
-        /> -->
-        <span>{{ sitem.good_name }}</span>
-        <span v-for="(si, i) in sitem.specinfo" :key="si.spec_id + i">
-          <span v-if="i !== 0">-</span>
-          <span v-else>_</span>
-          <span>{{ si.spec_name }}[{{ si.spec_value_name }}]</span>
-        </span>
-        <el-popover placement="top" width="300" trigger="hover">
-          <ul>
-            <li>
-              <span>商品编号:</span><span>{{ sitem.spuCode }}</span>
-            </li>
-          </ul>
-          <i class="el-icon-warning-outline fr" slot="reference"></i>
-        </el-popover>
-      </template>
-      <template slot="send_way">
-        <span>{{ sitem.send_way === "1" ? "供应商包邮" : "公司自提" }}</span>
-      </template>
-      <template slot="good_type">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options1.find((item) => item.id == sitem.good_type) || {}).name ||
-            '--'
-          "
-        />
-        <span v-if="sitem.good_type === '1'" style="padding: 0 0 0 5px"
-          >{{ sitem.moq }}起订/工期{{ sitem.customized }}天</span
-        >
-      </template>
-      <template slot="supply_area">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options6.find((item) => item.id === sitem.supply_area) || {})
-              .name || '--'
-          "
-        ></el-tag>
-      </template>
-      <template slot="pay_way">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options9.find((item) => item.id == sitem.pay_way) || {}).name ||
-            '--'
-          "
-        />
-      </template>
-      <template slot="noble">
-        <span v-if="sitem.noble_name"
-          >{{ sitem.noble_weight ? sitem.noble_weight : "0" }}g-{{
-            sitem.noble_name
-          }}-{{ sitem.gold_price ? sitem.gold_price : "0" }}元/g-{{
-            sitem.is_gold_price === "0" ? "不" : ""
-          }}启用实时金价-{{ sitem.is_diff === "1" ? "有" : "无" }}工差-{{
-            sitem.config
-          }}-{{ sitem.other_config }}</span
-        >
-        <span v-else>--</span>
-      </template>
-      <template slot="good_img">
-        <img
-          v-viewer
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          class="fl"
-          v-for="(si, sii) in sitem.good_img"
-          :key="si + sii"
-          :src="si"
-          alt=""
-        />
-      </template>
-    </show-data-table>
-    <show-data-table
-      v-else-if="
-        (type === '3' || type === '4') &&
-        this.sitem &&
-        this.sitem.addtime &&
-        iscgd
-      "
-      :sitem="sitem"
-      :columns="coveColumns"
-      :border="border"
-    >
-      <template slot="good_name">
-        <span>{{ sitem.good_name }}</span>
-        <span v-for="(si, i) in sitem.specinfo" :key="si.spec_id + i">
-          <span v-if="i !== 0">-</span>
-          <span v-else>_</span>
-          <span>{{ si.spec_name }}[{{ si.spec_value_name }}]</span>
-        </span>
-        <el-popover placement="top" width="300" trigger="hover">
-          <ul>
-            <li>
-              <span>商品编号:</span><span>{{ sitem.spuCode }}</span>
-            </li>
-          </ul>
-          <i class="el-icon-warning-outline fr" slot="reference"></i>
-        </el-popover>
-      </template>
-
-      <template slot="send_way">
-        <span>{{ sitem.send_way === "1" ? "供应商包邮" : "公司自提" }}</span>
-      </template>
-
-      <template slot="good_type">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options1.find((item) => item.id == sitem.good_type) || {}).name ||
-            '--'
-          "
-        />
-        <span v-if="sitem.good_type === '1'" style="padding: 0 0 0 5px"
-          >{{ sitem.moq }}起订/工期{{ sitem.customized }}天</span
-        >
-      </template>
-      <template slot="supply_area">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options6.find((item) => item.id === sitem.supply_area) || {})
-              .name || '--'
-          "
-        ></el-tag>
-      </template>
-     
-      <template slot="pay_way">
-        <el-tag
-          :size="'mini'"
-          v-text="
-            (options9.find((item) => item.id == sitem.pay_way) || {}).name ||
-            '--'
-          "
-        />
-      </template>
-      <template slot="noble">
-        <span v-if="sitem.noble_name"
-          >{{ sitem.noble_weight ? sitem.noble_weight : "0" }}g-{{
-            sitem.noble_name
-          }}-{{ sitem.gold_price ? sitem.gold_price : "0" }}元/g-{{
-            sitem.is_gold_price === "0" ? "不" : ""
-          }}启用实时金价-{{ sitem.is_diff === "1" ? "有" : "无" }}工差-{{
-            sitem.config
-          }}-{{ sitem.other_config }}</span
-        >
-        <span v-else>--</span>
-      </template>
-      <template slot="good_img">
-        <img
-          v-viewer
-          style="width: 23px; height: 23px; margin: 0 5px 0 0"
-          class="fl"
-          v-for="(si, sii) in sitem.good_img"
-          :key="si + sii"
-          :src="si"
-          alt=""
-        />
-      </template>
-    </show-data-table>
-    <div v-else>商品编号有误</div>
-  </div>
-</template>
-
-<script>
-import asyncRequest from "@/apis/components/show-goods-data-table";
-import {
-  onlineColumns,
-  reColumns,
-  costColumns,
-  coveColumns,
-  options1,
-  options2,
-  options3,
-  options4,
-  options5,
-  options6,
-  options7,
-  options8,
-  options9,
-  options10,
-  options11,
-  options12,
-} from "./ShowDataTableColumns";
-export default {
-  name: "showGoodsDataTable",
-
-  props: {
-    newTime: {
-      type: String,
-      default: "",
-    },
-    type: {
-      type: String,
-      default: "",
-    },
-    skucode: {
-      type: String,
-      default: "",
-    },
-    iscgd: {
-      type: Boolean,
-      default: false,
-    },
-    spucode: {
-      type: String,
-      default: "",
-    },
-    border: {
-      type: Boolean,
-      default: false,
-    },
-  },
-  computed: {},
-  data() {
-    return {
-      loading: true,
-      sitem: {},
-      options1,
-      options2,
-      options3,
-      options4,
-      options5,
-      options6,
-      options7,
-      options8,
-      options9,
-      options10,
-      options11,
-      options12,
-      onlineColumns,
-      reColumns,
-      costColumns,
-      coveColumns,
-    };
-  },
-  watch: {
-    newTime: function (val) {
-      if (val) {
-        this.initForm();
-      }
-    },
-  },
-  mounted() {
-    this.initForm();
-  },
-
-  methods: {
-    async initForm() {
-      console.log(
-        `${this.type}---${this.skucode}---${this.spucode}---${this.iscgd}`
-      );
-      this.columns = [];
-      this.loading = true;
-      if (this.type) {
-        let res = {};
-        if (
-          this.type === "1" ||
-          this.type === "2" ||
-          this.type === "5" ||
-          this.type === "6"
-        ) {
-          if (this.iscgd) {
-            res = await asyncRequest.cost_detail({
-              spuCode: this.spucode,
-            });
-          } else {
-            res = await asyncRequest.online_detail({
-              skuCode: this.skucode,
-            });
-          }
-        } else {
-          if (this.iscgd) {
-            res = await asyncRequest.cove_detail({
-              spuCode: this.spucode,
-            });
-          } else {
-            res = await asyncRequest.re_detail({
-              spuCode: this.spucode,
-            });
-          }
-        }
-        const { code, message, data } = res;
-        this.loading = false;
-        if (code === 0) {
-          this.sitem = JSON.parse(JSON.stringify(data));
-          const { cat_info } = this.sitem;
-          let cat = "";
-          if (cat_info && cat_info.length > 0) {
-            cat_info.forEach((e, i) => {
-              cat += i === 0 ? e.name : "_" + e.name;
-            });
-          }
-          this.sitem.cat = cat;
-          //线上商品字段转换
-          if (this.sitem && this.sitem.good_img) {
-            this.sitem.good_img = this.sitem.good_img.split(",");
-          }
-          if (this.sitem && this.sitem.good_info_img) {
-            this.sitem.good_info_img = this.sitem.good_info_img.split(",");
-          }
-        } else if (code >= 100 && code <= 104) {
-          await this.logout();
-        } else {
-          this.$message.warning(message);
-        }
-      }
-    },
-  },
-};
-</script>
-
-
-
-<style lang="scss" scoped>
-</style>

+ 0 - 0
src/views/standingBook/goodsDataTable/展示商品详情数据