zhengnaiwen_citu 4 месяцев назад
Родитель
Сommit
d2472de6bc

+ 1 - 0
src/views/salary/claim/components/form.vue

@@ -84,6 +84,7 @@ export default {
           prop: 'unifiedCertificationNumber',
           type: 'select',
           options: {
+            disabled: this.isStaff,
             placeholder: '请输入员工姓名',
             filterable: true,
             remote: true,

+ 1 - 1
src/views/salary/claim/staff/index.vue

@@ -130,7 +130,7 @@ export default {
     //   this.$refs.templateRefs.open()
     // },
     onEdit (item) {
-      this.$refs.claimFormRef.open(item, true, true)
+      this.$refs.claimFormRef.open(item, false, true)
     },
     onSearch () {
       if (!this.searchValues.customerId) return this.$message.warning('请输入要查询的客户编码')

+ 4 - 4
src/views/salary/claim/utils/index.js

@@ -1,13 +1,13 @@
 export const HEADERS = [
   { label: '机构名称', prop: 'organizationName', width: 120 },
   { label: '数据日期', prop: 'dataDate', width: 120 },
-  { label: '客户编号', prop: 'customerId', align: 'center' },
+  { label: '客户编号', prop: 'customerId', align: 'center', width: 120 },
   { label: '一级科目编码/名称', prop: 'oneLevelSubject', width: 180 },
   { label: '二级科目编码/名称', prop: 'twoLevelSubject', width: 180 },
   { label: '金额', prop: 'amount' },
-  { label: '员工分润比例', prop: 'employeeProfitSharingRatio', align: 'center', width: 120 },
-  { label: '管户层级标识', prop: 'customerLevelIdentifier', width: 120 },
-  { label: '客户类别标识', prop: 'customerCategoryIdentifier', width: 120 },
+  { label: '员工分润比例', prop: 'employeeProfitSharingRatio', align: 'center', width: 140 },
+  { label: '管户层级标识', prop: 'customerLevelIdentifier', width: 140 },
+  { label: '客户类别标识', prop: 'customerCategoryIdentifier', width: 140 },
   { label: '统一认证号1', prop: 'unifiedCertificationNumber1', width: 150 },
   { label: '员工姓名1', prop: 'employeeName1', width: 120 },
   { label: '统一认证号2', prop: 'unifiedCertificationNumber2', width: 150 },