codeMan 1 rok temu
rodzic
commit
ffd8aa3e0b
1 zmienionych plików z 9 dodań i 8 usunięć
  1. 9 8
      src/HDrpManagement/salerpriceData/index.vue

+ 9 - 8
src/HDrpManagement/salerpriceData/index.vue

@@ -152,6 +152,14 @@
               :windowWidth="windowWidth"
               @backFull="backFull"
             ></SalerType>
+            <!--联系人类型营销费用情况统计-->
+            <PhoneType
+              ref="PhoneType"
+              :dataid="departmentid"
+              :scrollHeight="scrollData"
+              :windowWidth="windowWidth"
+              @backFull="backFull"
+            ></PhoneType>
             <!--客户类型营销费用情况统计-->
             <CustomerType
               ref="CustomerType"
@@ -168,14 +176,7 @@
               :windowWidth="windowWidth"
               @backFull="backFull"
             ></ProjectType>
-            <!--联系人类型营销费用情况统计-->
-            <PhoneType
-              ref="PhoneType"
-              :dataid="departmentid"
-              :scrollHeight="scrollData"
-              :windowWidth="windowWidth"
-              @backFull="backFull"
-            ></PhoneType>
+            
           </div>
       </div>
     </template>