Przeglądaj źródła

添加采销365平台报表

xiaodai2022 2 lat temu
rodzic
commit
bc325df0b2

Plik diff jest za duży
+ 1 - 1
dist/index.html


Plik diff jest za duży
+ 0 - 0
dist/static/css/app.48ca601e.css


+ 0 - 1
dist/static/css/app.bec80721.css

@@ -1 +0,0 @@
-html,html body{position:fixed;width:100%;height:100%;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}html body{text-align:left}html .clear:after,html .clear:before{content:"";display:block;clear:both}html #app{position:fixed;width:100%;height:100%;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;min-width:1200px!important}html #app .el-table__fixed-left,html #app .el-table__fixed-right{height:100%!important}html #app .commission{padding:16px 16px!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;height:100%}html #app .fr{float:right!important}html #app .ml10{margin-left:10px!important}.el-switch__core{-ms-flex-negative:0;flex-shrink:0}.el-switch,.el-switch__label{height:auto}.ex-table-setcol-dropdown{max-width:180px;max-height:280px;overflow-y:auto}.table-header[data-v-0173bce6]{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;display:-webkit-flex;padding:0 0}.table-header .setcol-table-lie[data-v-0173bce6]{position:absolute;top:0;left:0;z-index:7}.table-header>[data-v-0173bce6]{margin-top:10px;margin-bottom:12px}

Plik diff jest za duży
+ 0 - 0
dist/static/css/chunk-elementUI.b80cec6e.css


BIN
dist/static/css/chunk-elementUI.b80cec6e.css.gz


Plik diff jest za duży
+ 0 - 0
dist/static/css/chunk-elementUI.e9f81507.css


BIN
dist/static/css/chunk-elementUI.e9f81507.css.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.5d40814e.js


BIN
dist/static/js/app.5d40814e.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/app.745b7201.js


BIN
dist/static/js/app.745b7201.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-0fc5dce1.745d9a77.js


BIN
dist/static/js/chunk-0fc5dce1.745d9a77.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-2d0a4dce.2322f522.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-2d21ee90.905178d1.js


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-681befa4.4977b991.js


BIN
dist/static/js/chunk-681befa4.4977b991.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-b4bb6634.f2293030.js


BIN
dist/static/js/chunk-b4bb6634.f2293030.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-dda39280.2aad7c1e.js


BIN
dist/static/js/chunk-dda39280.2aad7c1e.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-elementUI.046bc3b4.js


BIN
dist/static/js/chunk-elementUI.2c46d85e.js.gz → dist/static/js/chunk-elementUI.046bc3b4.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-libs.1f76946e.js


BIN
dist/static/js/chunk-libs.1f76946e.js.gz


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-libs.2b13ed69.js


BIN
dist/static/js/chunk-libs.2b13ed69.js.gz


Plik diff jest za duży
+ 10 - 0
dist/static/vue-router.min.js


BIN
dist/static/vue-router.min.js.gz


+ 25 - 26
src/views/caixiao365/index.vue

@@ -9,7 +9,7 @@
         v-for="(si, sii) in tableData"
         :key="sii"
       >
-        <el-col :span="4" style="width: 180px; text-align: right; padding: 0 20px 0 0">{{
+        <el-col :span="4" style="width: 200px; text-align: right; padding: 0 20px 0 0">{{
           si.label
         }}</el-col>
         <el-col :span="8" style="width: 350px">
@@ -50,7 +50,6 @@ export default {
       searchSize: "small",
       size: "mini",
       loading: false,
-
       tableData: [
         {
           id: "11",
@@ -60,38 +59,38 @@ export default {
           start: "",
           end: "",
           fileType: "xlsx",
-          label: "业绩达成报表(销售)",
+          label: "项目客服业绩报表",
         },
         {
           id: "12",
-          url_path: "516pingtai-12",
-          placeholder: "下单",
-          httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
-          start: "",
-          end: "",
-          fileType: "xlsx",
-          label: "确认单绩效报表",
-        },
-        {
-          id: "13",
-          url_path: "516pingtai-13",
-          placeholder: "退款",
-          httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
-          start: "",
-          end: "",
-          fileType: "xlsx",
-          label: "确认单绩效退款报表",
-        },
-        {
-          id: "14",
-          url_path: "516pingtai-14",
-          placeholder: "发货",
+          url_path: "admin/productTh",
+          placeholder: "退货",
           httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
           start: "",
           end: "",
           fileType: "xlsx",
-          label: "采购单发货数据",
+          label: "产品部门退货数据报表",
         },
+        // {
+        //   id: "13",
+        //   url_path: "516pingtai-13",
+        //   placeholder: "退款",
+        //   httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
+        //   start: "",
+        //   end: "",
+        //   fileType: "xlsx",
+        //   label: "确认单绩效退款报表",
+        // },
+        // {
+        //   id: "14",
+        //   url_path: "516pingtai-14",
+        //   placeholder: "发货",
+        //   httpType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
+        //   start: "",
+        //   end: "",
+        //   fileType: "xlsx",
+        //   label: "采购单发货数据",
+        // },
       ],
     };
   },

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików