Browse Source

登录后新增提交IP地址信息

xxxxx 2 năm trước cách đây
mục cha
commit
36ef6d50fc
2 tập tin đã thay đổi với 628 bổ sung660 xóa
  1. 624 651
      src/views/Task/daikeComponents/KtLetter.vue
  2. 4 9
      src/views/Task/mixin.js

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 624 - 651
src/views/Task/daikeComponents/KtLetter.vue


+ 4 - 9
src/views/Task/mixin.js

@@ -124,7 +124,7 @@ export const mixin = { // 导出混入对象
       pageResult: {},
       columns: [
         { prop: "subOrderId", label: "订单号", minWidth: 180 },
-        { prop: "userid", label: "业务员工号", minWidth: 180 },
+        { prop: "product", label: "投保险种", minWidth: 100 },
         { prop: "username", label: "业务员姓名", minWidth: 180 },
         // { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
         { prop: "managementSource", label: "业务来源", minWidth: 160, formatter: this.managementSourceFormatter },
@@ -133,12 +133,12 @@ export const mixin = { // 导出混入对象
         // { prop: "agreementName", label: "协议", minWidth: 160 },
         { prop: "licenseno", label: "车牌号", minWidth: 160 },
         { prop: "insuredname", label: "投保人姓名", minWidth: 120 },
-        { prop: "product", label: "投保险种", minWidth: 100 },
+        { prop: "userid", label: "业务员工号", minWidth: 180 },
         { prop: "createtime", label: "录单日期", minWidth: 160},
       ],
       columns1: [
         { prop: "subOrderId", label: "订单号", minWidth: 180 },
-        { prop: "userid", label: "业务员工号", minWidth: 180 },
+        { prop: "product", label: "投保险种", minWidth: 100 },
         { prop: "username", label: "业务员姓名", minWidth: 180 },
         // { prop: "userid", label: "业务员", minWidth: 160, formatter: this.useridFormatter },
         { prop: "managementSource", label: "业务来源", minWidth: 160, formatter: this.managementSourceFormatter },
@@ -147,17 +147,12 @@ export const mixin = { // 导出混入对象
         { prop: "licenseno", label: "车牌号", minWidth: 160 },
         { prop: "jqpremium", label: "交强险保费", minWidth: 160 },
         { prop: "sypremium", label: "商业险保费", minWidth: 160 },
-
-
         // { prop: "agreementName", label: "协议", minWidth: 160 },
         { prop: "taxamount", label: "车船税", minWidth: 160 },
         { prop: "jypremium", label: "驾意险保费", minWidth: 160 },
-
-      
-        
         // { prop: "isExternal", label: "外部订单", formatter: this.isExternalFormatter},
         { prop: "insuredname", label: "投保人姓名", minWidth: 120 },
-        { prop: "product", label: "投保险种", minWidth: 100 },
+        { prop: "userid", label: "业务员工号", minWidth: 180 },
         { prop: "createtime", label: "录单日期", minWidth: 160},
       ],
       statusoptions: "",

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác