Эх сурвалжийг харах

fix:任务管理详情增加时间查询

刘恒 2 жил өмнө
parent
commit
72ccb071f9

+ 1 - 1
src/pages/personnelManage/channel/message.vue

@@ -130,7 +130,7 @@
       <!-- <div class="page">
       <!-- <div class="page">
         <a-pagination
         <a-pagination
           v-model="current"
           v-model="current"
-          :total="pageInfo.total"
+          :total="pageInfo.total"--------------------------------------------------
           show-less-items
           show-less-items
           show-size-changer
           show-size-changer
          show-quick-jumper
          show-quick-jumper

+ 1 - 1
src/pages/personnelManage/channel/order.vue

@@ -48,7 +48,7 @@
           <div>
           <div>
             <a-radio-group v-model="mode" :style="{ marginBottom: '8px' }">
             <a-radio-group v-model="mode" :style="{ marginBottom: '8px' }">
               <a-radio-button value="big"> 大订单 </a-radio-button>
               <a-radio-button value="big"> 大订单 </a-radio-button>
-              <a-radio-button value="smill"> 小订单 </a-radio-button>
+              <a-radio-button value="small"> 小订单 </a-radio-button>
             </a-radio-group>
             </a-radio-group>
             <span>时间筛选</span>
             <span>时间筛选</span>
             <a-range-picker
             <a-range-picker

+ 2 - 0
src/pages/personnelManage/front/personnel.vue

@@ -35,7 +35,9 @@
         <a-row class="personnel-message">
         <a-row class="personnel-message">
           <a-col v-for="(item, index) in list" :key="item.userId" :span="5">
           <a-col v-for="(item, index) in list" :key="item.userId" :span="5">
             <div :class="Math.floor((index / 3) % 2) ? 'list-2' : 'list-1'">
             <div :class="Math.floor((index / 3) % 2) ? 'list-2' : 'list-1'">
+              <p>姓名:{{ item.name }}</p>
               <p>员工工号:{{ item.userId }}</p>
               <p>员工工号:{{ item.userId }}</p>
+
               <p>联系方式:{{ item.mobile }}</p>
               <p>联系方式:{{ item.mobile }}</p>
               <p class="mechanism">
               <p class="mechanism">
                 <a-tooltip>
                 <a-tooltip>

+ 1 - 1
src/pages/personnelManage/front/teammanage.vue

@@ -108,7 +108,7 @@
                   >订单数据</a-button
                   >订单数据</a-button
                 >
                 >
                 <a-button type="primary" @click="openDrawer(item)"
                 <a-button type="primary" @click="openDrawer(item)"
-                  >详情</a-button
+                  >考核数据</a-button
                 >
                 >
               </p>
               </p>
             </div>
             </div>

+ 2 - 2
src/pages/quote/smallorders/agent.vue

@@ -320,9 +320,9 @@ export default {
       this.$message.info("您清空了勾选的所有行");
       this.$message.info("您清空了勾选的所有行");
     },
     },
 
 
-    onChange(pagination, filters, sorter, { currentDataSource }) {
+    onChange(pagination) {
       // this.$message.info('表格状态改变了')
       // this.$message.info('表格状态改变了')
-      console.log(pagination, filters, sorter, { currentDataSource });
+
       this.pagination = {
       this.pagination = {
         current: pagination.current,
         current: pagination.current,
         defaultPageSize: pagination.pageSize,
         defaultPageSize: pagination.pageSize,

+ 12 - 12
src/pages/quote/smallorders/quote.vue

@@ -244,18 +244,18 @@ export default {
     handleFinish() {
     handleFinish() {
       //
       //
     },
     },
-    wholeHandleChange() {
-      this.getProvinceList(this.formState.whole);
-    },
-    provinceHandleChange() {
-      this.getCityList(this.formState.provinceId);
-    },
-    cityHandleChange() {
-      this.getAreaList(this.formState.cityId);
-    },
-    countyHandleChange() {
-      this.getStoreList(this.formState.countyId);
-    },
+    // wholeHandleChange() {
+    //   this.getProvinceList(this.formState.whole);
+    // },
+    // provinceHandleChange() {
+    //   this.getCityList(this.formState.provinceId);
+    // },
+    // cityHandleChange() {
+    //   this.getAreaList(this.formState.cityId);
+    // },
+    // countyHandleChange() {
+    //   this.getStoreList(this.formState.countyId);
+    // },
 
 
     getVerification() {
     getVerification() {
       this.loading = true;
       this.loading = true;

+ 16 - 15
src/pages/task/agent.vue

@@ -299,7 +299,7 @@ const columns = [
     title: "操作",
     title: "操作",
     dataIndex: "operation",
     dataIndex: "operation",
     fixed: "right",
     fixed: "right",
-
+    width: 100,
     scopedSlots: { customRender: "operation" },
     scopedSlots: { customRender: "operation" },
   },
   },
 ];
 ];
@@ -446,6 +446,8 @@ export default {
           pageNum: this.pageInfo.current,
           pageNum: this.pageInfo.current,
           pageSize: this.pageInfo.defaultPageSize,
           pageSize: this.pageInfo.defaultPageSize,
           userId: item.userId,
           userId: item.userId,
+          beginDate: this.formState.beginDate,
+          endDate: this.formState.endDate,
         })
         })
         .then((res) => {
         .then((res) => {
           if (res.data.code === 200) {
           if (res.data.code === 200) {
@@ -491,18 +493,18 @@ export default {
     handleFinish() {
     handleFinish() {
       //
       //
     },
     },
-    wholeHandleChange() {
-      this.getProvinceList(this.formState.whole);
-    },
-    provinceHandleChange() {
-      this.getCityList(this.formState.provinceId);
-    },
-    cityHandleChange() {
-      this.getAreaList(this.formState.cityId);
-    },
-    countyHandleChange() {
-      this.getStoreList(this.formState.countyId);
-    },
+    // wholeHandleChange() {
+    //   this.getProvinceList(this.formState.whole);
+    // },
+    // provinceHandleChange() {
+    //   this.getCityList(this.formState.provinceId);
+    // },
+    // cityHandleChange() {
+    //   this.getAreaList(this.formState.cityId);
+    // },
+    // countyHandleChange() {
+    //   this.getStoreList(this.formState.countyId);
+    // },
 
 
     getBackLinePersonnel() {
     getBackLinePersonnel() {
       this.loading = true;
       this.loading = true;
@@ -612,8 +614,7 @@ export default {
     cursor: pointer;
     cursor: pointer;
   }
   }
 }
 }
-/deep/.ant-drawer-body {
-}
+
 dl {
 dl {
   width: 346px;
   width: 346px;
   height: 78px;
   height: 78px;

+ 5 - 3
src/pages/task/channel.vue

@@ -300,7 +300,7 @@ const columns = [
     title: "操作",
     title: "操作",
     dataIndex: "operation",
     dataIndex: "operation",
     fixed: "right",
     fixed: "right",
-
+    width: 100,
     scopedSlots: { customRender: "operation" },
     scopedSlots: { customRender: "operation" },
   },
   },
 ];
 ];
@@ -446,6 +446,9 @@ export default {
           pageNum: this.pageInfo.current,
           pageNum: this.pageInfo.current,
           pageSize: this.pageInfo.defaultPageSize,
           pageSize: this.pageInfo.defaultPageSize,
           userId: item.userId,
           userId: item.userId,
+          beginDate: this.formState.beginDate,
+
+          endDate: this.formState.endDate,
         })
         })
         .then((res) => {
         .then((res) => {
           if (res.data.code === 200) {
           if (res.data.code === 200) {
@@ -597,8 +600,7 @@ export default {
     cursor: pointer;
     cursor: pointer;
   }
   }
 }
 }
-/deep/.ant-drawer-body {
-}
+
 dl {
 dl {
   width: 346px;
   width: 346px;
   height: 78px;
   height: 78px;