Browse Source

成本中心COC 只显示 海运费 和销售价

lijunping 8 months ago
parent
commit
ca67d54c49
1 changed files with 21 additions and 20 deletions
  1. 21 20
      src/views/iosBasicData/costcenter/coc/detailsPage.vue

+ 21 - 20
src/views/iosBasicData/costcenter/coc/detailsPage.vue

@@ -719,22 +719,7 @@ export default {
                         slot: true,
                         slot: true,
                         formslot: true,
                         formslot: true,
                     },
                     },
-                    {
-                        label: "销售价",
-                        prop: "salesPrice",
-                        width: "80",
-                        overHidden: true,
-                        cell: true,
-                        slot: true,
-                        formslot: true,
-                        rules: [
-                            {
-                                required: true,
-                                message: '请输入销售价',
-                                trigger: 'blur'
-                            }
-                        ]
-                    },
+
 /*                    {
 /*                    {
                         label: "POL杂费收入",
                         label: "POL杂费收入",
                         prop: "polIncome",
                         prop: "polIncome",
@@ -747,7 +732,7 @@ export default {
                         width: "100",
                         width: "100",
                         overHidden: true,
                         overHidden: true,
                     },*/
                     },*/
-                    {
+  /*                  {
                         label: "成本价",
                         label: "成本价",
                         prop: "costPrice",
                         prop: "costPrice",
                         width: "80",
                         width: "80",
@@ -762,13 +747,13 @@ export default {
                         //         trigger: 'blur'
                         //         trigger: 'blur'
                         //     }
                         //     }
                         // ]
                         // ]
-                    },
-                    {
+                    },*/
+/*                    {
                         label: "利润",
                         label: "利润",
                         prop: "totalProfit",
                         prop: "totalProfit",
                         width: "80",
                         width: "80",
                         overHidden: true
                         overHidden: true
-                    },
+                    },*/
                     {
                     {
                         label: "海运费",
                         label: "海运费",
                         prop: "oceanFreight",
                         prop: "oceanFreight",
@@ -778,6 +763,22 @@ export default {
                         slot: true,
                         slot: true,
                         formslot: true,
                         formslot: true,
                     },
                     },
+                    {
+                        label: "销售价",
+                        prop: "salesPrice",
+                        width: "80",
+                        overHidden: true,
+                        cell: true,
+                        slot: true,
+                        formslot: true,
+                        rules: [
+                            {
+                                required: true,
+                                message: '请输入销售价',
+                                trigger: 'blur'
+                            }
+                        ]
+                    },
   /*                  {
   /*                  {
                         label: "POL杂费成本",
                         label: "POL杂费成本",
                         prop: "polCost",
                         prop: "polCost",