Ver Fonte

1.资产提成申报审批新增字段
2.部门经理审批新增可修改提成比例与提成下限

GouGengquan há 1 ano atrás
pai
commit
2275844882

+ 4 - 0
src/api/modules/commissonDeclare.js

@@ -40,5 +40,9 @@ export default {
   // 资产提成申报待审核集合
   assetsCheckList(params){
     return request.get(`commissionDeclare/assets/check/list`, { params: params })
+  },
+  // 更新资产绩效申报提成比例与下限信息
+  updateAssetsCommissionDeclare(params){
+    return request.put(`commissionDeclare/assets/check/update`, params)
   }
 }

+ 11 - 0
src/views/commission/assets.vue

@@ -171,6 +171,16 @@ export default {
                     required: true,
                     message: '业务分类不能为空',
                     trigger: 'blur'
+                }],
+                minRatio: [{
+                    required: true,
+                    message: '最小提成比例不能为空',
+                    trigger: 'blur'
+                }],
+                lowLimitAmount: [{
+                    required: true,
+                    message: '提成下限不能为空',
+                    trigger: 'blur'
                 }]
             },
             commissionRateFormDialog: false,
@@ -270,6 +280,7 @@ export default {
                             duration: 2000
                         });
                         this.businessCateMarketerRatioList();
+                        this.businessCatekeEvaluatorRatioList();
                     }
                 })
             })

+ 291 - 235
src/views/income/assets/declareDetail.vue

@@ -1,246 +1,302 @@
 <template>
-    <div class="app-container">
-      <div class="title-container">
-        <breadcrumb id="breadcrumb-container" class="breadcrumb-container" />
-      </div>
-      <el-collapse v-model="activeNames" style="margin-top: 30px;">
-        <el-collapse-item name="board">
-          <template slot="title">
-            <span style="font-size:15px; margin-left:15px;letter-spacing:2px; color:RGB(168,168,168)">
-              点击展开查看实时流程图
-            </span>
-          </template>
-          <WorkflowBoard ref='board' :nodeBusinessInfo="nodeBusinessInfo" />
-        </el-collapse-item>
-      </el-collapse>
-      <div class="button-area">
-        <el-button v-if="nodeBusinessInfo.currentNodePermission.commit && doWorkflow" class="y-save" type="success" round
-          @click="commit('PASS')">通过</el-button>
-        <el-button v-if="nodeBusinessInfo.currentNodePermission.terminable && doWorkflow" class="y-save" type="danger" round
-          @click="commit('TERMINATE')">拒绝</el-button>
-        <el-button class="y-save" round type="info" @click="goBack">返回</el-button>
-      </div>
-      <el-card>
-        <el-divider content-position="left">
-          <span style="color:red;font-weight: bold;">
-            【{{ this.nodeBusinessInfo.mainBusiness==='COMMISSION_DECLARE_ASSET_EVALUATE'?'评估人员':'市场人员' }}】
-          </span>资产业务提成申报详情</el-divider>
-        <el-form :model="declareForm" ref="declareForm">
-          <el-row>
-            <el-col :xs="24" :sm="12" :lg="24" :span="6">
-              <el-form-item label="项目名称:" prop="name" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.name" :step="1" :max="100" style="width: 100%;" readonly disabled></el-input>
-              </el-form-item>
-            </el-col>
-          </el-row>
-          <el-row>
-            <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="订单号:" prop="orderId" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.orderId" :step="1" :max="100" style="width: 100%;" readonly
-                  disabled></el-input>
-              </el-form-item>
-            </el-col>
-            <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="报告号:" prop="reportNo" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.reportNo" :step="1" :max="100" style="width: 100%;" readonly
-                  disabled></el-input>
-              </el-form-item>
-            </el-col>
-          </el-row>
-          <el-row>
-            <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="业务分类:" prop="businessCate" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.businessCate" :step="1" :max="100" style="width: 100%;" readonly
-                  disabled></el-input>
-              </el-form-item>
-            </el-col>
-            <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="产品类型:" prop="production" label-width="140px" class="postInfo-container-item">
-                <el-input :value="prod" :step="1" :max="100" style="width: 100%;" readonly
-                  disabled></el-input>
-              </el-form-item>
-            </el-col>
-          </el-row>
-          <el-row>
-            <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="申报人:" prop="declareUser" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.declareUser" style="width: 100%;" readonly disabled>
-                </el-input>
-              </el-form-item>
-              </el-col>
-              <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="申报日期:" prop="created" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.created" style="width: 100%;" readonly
-                  disabled></el-input>
-              </el-form-item>
-            </el-col>
-          </el-row>
-          <el-row>
-            <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="审核状态:" prop="declareResult" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.declareResult"  readonly disabled>
-                </el-input>
-              </el-form-item>
-              </el-col>
-              <el-col :xs="24" :sm="12" :lg="12" :span="6">
-              <el-form-item label="审核备注:" prop="remarks" label-width="140px" class="postInfo-container-item">
-                <el-input :value="declareForm.remarks+''"  style="width: 100%; color: red;" readonly
-                  disabled></el-input>
-              </el-form-item>
-            </el-col>
-          </el-row>
-          <el-table :data="declareForm.userShareRates" border style="width: 100%; margin-top: 10px; margin-bottom: 10px;">
-            <el-table-column prop="userId" :label="this.nodeBusinessInfo.mainBusiness==='COMMISSION_DECLARE_ASSET_EVALUATE'?'评估人员':'市场人员'" align="center">
-              <template slot-scope="{row}">
-                <span>{{ row.name }}</span>
-              </template>
-            </el-table-column>
-            <el-table-column prop="rate" label="提成比例" align="center">
-              <template slot-scope="{row}">
-                <span style="color: red;">{{ row.rate }}%</span>
-              </template>
-            </el-table-column>
-            <el-table-column prop="rate" label="参与时长" align="center">
-              <template slot-scope="{row}">
-                <span style="color: red;">{{ row.participationDuration }}小时</span>
-              </template>
-            </el-table-column>
-            <el-table-column prop="rate" label="成员类型" align="center">
-              <template slot-scope="{row}">
-                <span>{{ row.memberType }}</span>
-              </template>
-            </el-table-column>
-          </el-table>
-        </el-form>
-      </el-card>
+  <div class="app-container">
+    <div class="title-container">
+      <breadcrumb id="breadcrumb-container" class="breadcrumb-container" />
     </div>
-  </template>
-  <script>
-  import Breadcrumb from '@/components/Breadcrumb'
-  import WorkflowBoard from '@/components/workflowBoard'
-  
-  
-  export default {
-    name: 'declareDetail',
-    components: {
-      Breadcrumb,
-      WorkflowBoard
-    },
-    filters: {
-  
-    },
-    computed: {
-      prod(){
-        if (this.declareForm.production==='REPORT'){
-           return "评估报告";
-        }
-        if (this.declareForm.production==='LETTER'){
-           return "意见函";
-        }
-        if (this.declareForm.production==='CONSULT'){
-           return "咨询报告";
-        }
+    <el-collapse v-model="activeNames" style="margin-top: 30px;">
+      <el-collapse-item name="board">
+        <template slot="title">
+          <span style="font-size:15px; margin-left:15px;letter-spacing:2px; color:RGB(168,168,168)">
+            点击展开查看实时流程图
+          </span>
+        </template>
+        <WorkflowBoard ref='board' :nodeBusinessInfo="nodeBusinessInfo" />
+      </el-collapse-item>
+    </el-collapse>
+    <div class="button-area">
+      <el-button v-if="nodeBusinessInfo.currentNodePermission.commit && doWorkflow" class="y-save" type="success" round
+        @click="commit('PASS')">通过</el-button>
+      <el-button v-if="nodeBusinessInfo.currentNodePermission.terminable && doWorkflow" class="y-save" type="danger" round
+        @click="commit('TERMINATE')">拒绝</el-button>
+      <el-button class="y-save" round type="info" @click="goBack">返回</el-button>
+    </div>
+    <el-card>
+      <el-divider content-position="left">
+        <span style="color:red;font-weight: bold;">
+          【{{ this.nodeBusinessInfo.mainBusiness === 'COMMISSION_DECLARE_ASSET_EVALUATE' ? '评估人员' : '市场人员' }}】
+        </span>资产业务提成申报详情</el-divider>
+      <el-form :model="declareForm" ref="declareForm">
+        <el-row>
+          <el-col :xs="24" :sm="12" :lg="24" :span="6">
+            <el-form-item label="项目名称:" prop="name" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.name" :step="1" :max="100" style="width: 100%;" readonly disabled></el-input>
+            </el-form-item>
+          </el-col>
+        </el-row>
+        <el-row>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="订单号:" prop="orderId" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.orderId" :step="1" :max="100" style="width: 100%;" readonly
+                disabled></el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="报告号:" prop="reportNo" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.reportNo" :step="1" :max="100" style="width: 100%;" readonly
+                disabled></el-input>
+            </el-form-item>
+          </el-col>
+        </el-row>
+        <el-row>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="业务分类:" prop="businessCate" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.businessCate" :step="1" :max="100" style="width: 100%;" readonly
+                disabled></el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="产品类型:" prop="production" label-width="140px" class="postInfo-container-item">
+              <el-input :value="prod" :step="1" :max="100" style="width: 100%;" readonly disabled></el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6"
+            v-if="declareForm.businessType === 'COMMISSION_DECLARE_ASSET_EVALUATE'">
+            <el-form-item label="提成比例:" prop="ratio" label-width="140px" class="postInfo-container-item">
+              <el-input v-model="declareForm.ratio" type="number"
+                :disabled="declareForm.businessType !== 'COMMISSION_DECLARE_ASSET_EVALUATE' || nodeBusinessInfo.nodeCode !== 'DEPARTMENT_LEADER_CHECK'">
+                <template #suffix>
+                  %
+                </template>
+              </el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6"
+            v-if="declareForm.businessType === 'COMMISSION_DECLARE_ASSET_EVALUATE'">
+            <el-form-item label="提成下限:" prop="definedLowLimitAmount" label-width="180px" class="postInfo-container-item">
+              <el-input v-model="declareForm.definedLowLimitAmount" type="number"
+                :disabled="declareForm.businessType !== 'COMMISSION_DECLARE_ASSET_EVALUATE' || nodeBusinessInfo.nodeCode !== 'DEPARTMENT_LEADER_CHECK'">
+                <template #suffix>
+                  元
+                </template>
+              </el-input>
+            </el-form-item>
+          </el-col>
+        </el-row>
+        <el-row>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="申报人:" prop="declareUser" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.declareUser" style="width: 100%;" readonly disabled>
+              </el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="申报日期:" prop="created" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.created" style="width: 100%;" readonly disabled></el-input>
+            </el-form-item>
+          </el-col>
+        </el-row>
+        <el-row>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="审核状态:" prop="declareResult" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.declareResult" readonly disabled>
+              </el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6">
+            <el-form-item label="审核备注:" prop="remarks" label-width="140px" class="postInfo-container-item">
+              <el-input :value="declareForm.remarks + ''" style="width: 100%; color: red;" readonly disabled></el-input>
+            </el-form-item>
+          </el-col>
+          <el-col :xs="24" :sm="12" :lg="12" :span="6"
+            v-if="declareForm.businessType === 'COMMISSION_DECLARE_ASSET_EVALUATE' && nodeBusinessInfo.nodeCode === 'DEPARTMENT_LEADER_CHECK'">
+            <el-button @click="updateAssetsCommissionDeclare()" style="margin-left: 30px;" type="danger" round>
+              修改提成比例与下限
+            </el-button>
+          </el-col>
+        </el-row>
+        <el-table :data="declareForm.userShareRates" border style="width: 100%; margin-top: 10px; margin-bottom: 10px;">
+          <el-table-column prop="userId"
+            :label="this.nodeBusinessInfo.mainBusiness === 'COMMISSION_DECLARE_ASSET_EVALUATE' ? '评估人员' : '市场人员'"
+            align="center">
+            <template slot-scope="{row}">
+              <span>{{ row.name }}</span>
+            </template>
+          </el-table-column>
+          <el-table-column prop="rate" label="提成比例" align="center">
+            <template slot-scope="{row}">
+              <span style="color: red;">{{ row.rate }}%</span>
+            </template>
+          </el-table-column>
+          <el-table-column v-if="declareForm.businessType === 'COMMISSION_DECLARE_ASSET_EVALUATE'" prop="rate"
+            label="参与时长" align="center">
+            <template slot-scope="{row}">
+              <span style="color: red;">{{ row.participationDuration }}小时</span>
+            </template>
+          </el-table-column>
+          <el-table-column prop="rate" label="成员类型" align="center">
+            <template slot-scope="{row}">
+              <span>{{ row.memberType }}</span>
+            </template>
+          </el-table-column>
+        </el-table>
+      </el-form>
+    </el-card>
+  </div>
+</template>
+<script>
+import Breadcrumb from '@/components/Breadcrumb'
+import WorkflowBoard from '@/components/workflowBoard'
+
+
+export default {
+  name: 'declareDetail',
+  components: {
+    Breadcrumb,
+    WorkflowBoard
+  },
+  filters: {
+
+  },
+  computed: {
+    prod() {
+      if (this.declareForm.production === 'REPORT') {
+        return "评估报告";
       }
-    },
-    data() {
-      return {
-        activeNames: ['board'],
-        nodeBusinessInfo: {
-          currentNodePermission: {
-            commit: true,
-            reversible: true,
-            restartable: true,
-            terminable: true,
-            skippable: true,
-          },
-          mainBusiness: null,
-          doWorkflow: null,
-          businessSubId: null,
-          businessId: null,
-          currentInstanceNodeId: null,
-          production: []
-        },
-        doWorkflow: false,
-        declareForm: {
-          orderId: null,
-          name: null,
-          reportNo: null,
-          businessId: null,
-          productionId: null,
-          businessType: null,
-          commissionRateId: null,
-          userShareRates: [
-            {
-              userId: this.$store.getters.userInfo.id,
-              rate: 100
-            }
-          ],
-          production:null,
-          remarks:[]
-  
-        },
-        users: [],
-        cates: []
+      if (this.declareForm.production === 'LETTER') {
+        return "意见函";
       }
-    },
-    created() {
-      this.nodeBusinessInfo.businessId = this.$route.query.businessId;
-      this.nodeBusinessInfo.mainBusiness = this.$route.query.businessType;
-      this.declareForm.businessType = this.$route.query.businessType;
-      this.doWorkflow = this.$route.query.doWorkflow === 'true';
-      this.getCurrentNodeInfo();
-      this.businessId = this.$route.query.businessId;
-      this.getDeclareDetail();
-    },
-    methods: {
-  
-      getCurrentNodeInfo() {
-        if (this.nodeBusinessInfo.businessId) {
-          this.$api.workNodeInstance.currentNode({
-            "mainBusiness": this.nodeBusinessInfo.mainBusiness,
-            "businessId": this.nodeBusinessInfo.businessId
-          }).then(res => {
-            if (res.code === 200 && res.data!=null) {
-                this.nodeBusinessInfo.currentInstanceNodeId = res.data.instanceId;
-            }
-            this.$refs.board.getInstanceArray(this.nodeBusinessInfo.mainBusiness,this.nodeBusinessInfo.businessId);
-          })
-        }
-      },
-      goBack() {
-        const back = this.$route.query.back
-        if (back) {
-          this.$router.push(back)
-        }
+      if (this.declareForm.production === 'CONSULT') {
+        return "咨询报告";
+      }
+    }
+  },
+  data() {
+    return {
+      activeNames: ['board'],
+      nodeBusinessInfo: {
+        currentNodePermission: {
+          commit: true,
+          reversible: true,
+          restartable: true,
+          terminable: true,
+          skippable: true,
+        },
+        mainBusiness: null,
+        doWorkflow: null,
+        businessSubId: null,
+        businessId: null,
+        currentInstanceNodeId: null,
+        production: [],
+        nodeCode: null
       },
-      getSimpleAllUser() {
-        this.$api.user.simpleAll().then(res => {
-          if (res.code === 200) {
-            this.users = res.data;
+      doWorkflow: false,
+      declareForm: {
+        orderId: null,
+        name: null,
+        reportNo: null,
+        businessId: null,
+        productionId: null,
+        businessType: null,
+        commissionRateId: null,
+        ratio: null,
+        definedLowLimitAmount: null,
+        userShareRates: [
+          {
+            userId: this.$store.getters.userInfo.id,
+            rate: 100
           }
-        })
+        ],
+        production: null,
+        remarks: []
+
       },
-      getDeclareDetail() {
-        this.$api.commissonDeclare.detail(this.businessId).then(res => {
-          if (res.code === 200) {
-            this.declareForm = res.data;
+      users: [],
+      cates: []
+    }
+  },
+  created() {
+    this.nodeBusinessInfo.businessId = this.$route.query.businessId;
+    this.nodeBusinessInfo.mainBusiness = this.$route.query.businessType;
+    this.declareForm.businessType = this.$route.query.businessType;
+    this.doWorkflow = this.$route.query.doWorkflow === 'true';
+    this.getCurrentNodeInfo();
+    this.businessId = this.$route.query.businessId;
+    this.getDeclareDetail();
+  },
+  methods: {
+
+    getCurrentNodeInfo() {
+      if (this.nodeBusinessInfo.businessId) {
+        this.$api.workNodeInstance.currentNode({
+          "mainBusiness": this.nodeBusinessInfo.mainBusiness,
+          "businessId": this.nodeBusinessInfo.businessId
+        }).then(res => {
+          if (res.code === 200 && res.data != null) {
+            this.nodeBusinessInfo.currentInstanceNodeId = res.data.instanceId;
+            this.nodeBusinessInfo.nodeCode = res.data.nodeCode;
           }
+          this.$refs.board.getInstanceArray(this.nodeBusinessInfo.mainBusiness, this.nodeBusinessInfo.businessId);
         })
-      },
-      //提交节点
-      commit(state){
-          this.$refs.board.commit(state);
-      },
-  
+      }
+    },
+    goBack() {
+      const back = this.$route.query.back
+      if (back) {
+        this.$router.push(back)
+      }
+    },
+    getSimpleAllUser() {
+      this.$api.user.simpleAll().then(res => {
+        if (res.code === 200) {
+          this.users = res.data;
+        }
+      })
     },
-  
-  }
-  </script>
-  <style lang="scss" scoped>
-  .button-area {
-    position: absolute;
-    top: 70px;
-    right: 50px;
-  }
-  </style>
+    getDeclareDetail() {
+      this.$api.commissonDeclare.detail(this.businessId).then(res => {
+        if (res.code === 200) {
+          this.declareForm = res.data;
+          this.declareForm.businessType = res.data.declareBusinessType;
+        }
+      })
+    },
+    //提交节点
+    commit(state) {
+      this.$refs.board.commit(state);
+    },
+    updateAssetsCommissionDeclare() {
+      let declareDTO = new Object();
+      declareDTO.id = this.businessId;
+      declareDTO.ratio = this.declareForm.ratio;
+      declareDTO.definedLowLimitAmount = this.declareForm.definedLowLimitAmount;
+      this.$api.commissonDeclare.updateAssetsCommissionDeclare(declareDTO).then(res => {
+        if (res.code === 200 && res.data) {
+          this.$notify({
+            title: '成功',
+            message: '提成比例与下限信息更新成功!',
+            type: 'success',
+            duration: 3000
+          });
+          this.getAssetsDetailById(this.pageParams.row.assetsId);
+        } else {
+          this.$notify({
+            title: '失败',
+            message: '提成比例与下限信息更新失败!请稍后重试!',
+            type: 'warning',
+            duration: 3000
+          });
+        }
+      })
+    }
+  },
+
+}
+</script>
+<style lang="scss" scoped>
+.button-area {
+  position: absolute;
+  top: 70px;
+  right: 50px;
+}
+</style>
   

+ 5 - 3
src/views/income/assets/evaluate.vue

@@ -214,9 +214,9 @@ export default {
                 if (this.declareForm.ratio >= this.cateDetail.minRatio && this.declareForm.ratio <= this.cateDetail.maxRatio) {
                     callback();
                 } else {
-                    return callback(new Error('提成比例须在 ' + this.cateDetail.minRatio +"% - " + this.cateDetail.maxRatio +"% 之间"));
+                    return callback(new Error('提成比例须在 ' + this.cateDetail.minRatio + "% - " + this.cateDetail.maxRatio + "% 之间"));
                 }
-            }else{
+            } else {
                 callback();
             }
         };
@@ -249,7 +249,8 @@ export default {
                 productionId: null,
                 businessType: 'COMMISSION_DECLARE_ASSET_EVALUATE',
                 commissionRateId: null,
-                ratio: null
+                ratio: null,
+                definedLowLimitAmount: null
             },
             showDistributionButton: null,
             assetsAchievementRatioDialogVisible: false,
@@ -302,6 +303,7 @@ export default {
             this.$api.businessCommissionRate.detail(this.declareForm.commissionRateId).then(res => {
                 if (res.code === 200) {
                     this.cateDetail = res.data;
+                    this.declareForm.definedLowLimitAmount = this.cateDetail.lowLimitAmount;
                     if (res.data.maxRatio == null) {
                         this.declareForm.ratio = this.cateDetail.minRatio;
                     } else {

+ 12 - 8
src/views/income/myIncome.vue

@@ -102,27 +102,27 @@
             </el-button>
           </template>
           <parentTable slot="table" :data="assetsIncome.records" style=" width: 100%;">
-            <el-table-column label="姓名" align="center">
+            <el-table-column label="姓名" width="100" align="center">
               <template slot-scope="{row}">
                 <span>{{ row.userName }}</span>
               </template>
             </el-table-column>
-            <el-table-column label="人员类型" align="center">
+            <el-table-column label="人员类型" width="120" align="center">
               <template slot-scope="{row}">
                 <span>{{ row.userType }}</span>
               </template>
             </el-table-column>
-            <el-table-column label="产品号" width="200" align="center">
+            <el-table-column label="产品号" width="220" align="center">
               <template slot-scope="{row}">
                 <el-tag type="success">{{ row.reportNo }}</el-tag>
               </template>
             </el-table-column>
-            <el-table-column label="项目名称" width="200" align="center" show-overflow-tooltip>
+            <el-table-column label="项目名称" width="250" align="center" show-overflow-tooltip>
               <template slot-scope="{row}">
                 <span>{{ row.name }}</span>
               </template>
             </el-table-column>
-            <el-table-column label="项目分类" width="100" align="center" show-overflow-tooltip>
+            <el-table-column label="项目分类" width="150" align="center" show-overflow-tooltip>
               <template slot-scope="{row}">
                 <span>{{ row.businessCate }}</span>
               </template>
@@ -139,7 +139,7 @@
             </el-table-column>
             <el-table-column label="分配比例" align="center">
               <template slot-scope="{row}">
-                <span>{{ row.allotRatio * 100 }}%</span>
+                <span>{{ row.allotRatio }}%</span>
               </template>
             </el-table-column>
             <el-table-column label="提成额(¥)" align="center">
@@ -194,8 +194,8 @@ export default {
         page: 1,
         size: 10,
         descs: 'id',
-        startDate: '',
-        endDate: '',
+        startDate: null,
+        endDate: null,
       },
       pickerOptions: {
         shortcuts: [{
@@ -310,6 +310,10 @@ export default {
       })
     },
     getMyAssetsIncome() {
+      if (this.findDate) {
+        this.listQuery2.startDate = this.findDate[0] + ' 00:00:00';
+        this.listQuery2.endDate = this.findDate[1] + ' 23:59:59';
+      }
       this.$api.businessIncome.myAssetsIncome(this.listQuery2).then(res => {
         if (res.code === 200) {
           this.assetsIncome = res.data;