k94314517
2025-05-28 a43f9d75a9e0ba2720b3c438a0c5ece7be0eb110
wx/unpackage/dist/dev/mp-weixin/pages/factory_change_personnel/factory_change_personnel.js
@@ -285,6 +285,14 @@
//
//
//
//
//
//
//
//
//
//
//
var _default = {
  data: function data() {
    var _rules;
@@ -301,6 +309,7 @@
      model: {
        memberName: '',
        memberId: '',
        remark: '',
        idcardNo: '',
        oldDuName: '',
        oldDuId: '',
@@ -365,6 +374,7 @@
      this.model.memberId = item.id;
      this.model.idcardNo = item.idcardNo;
      this.model.oldDuName = item.duName;
      this.model.remark = item.remark;
      this.model.oldDuId = item.duId;
      this.model.oldWorkTypeName = item.workTypeName;
      this.model.oldWorktypeId = item.worktypeId;
@@ -373,13 +383,24 @@
    // 搜索
    changeSearch: function changeSearch(name) {
      var _this = this;
      if (!name) {
        this.user = [];
        return;
      }
      this.$u.api.memberFindListByDTO({
        name: name,
        insuranceApplyId: this.insuranceApplyId,
        validTime: this.validTime
      }).then(function (res) {
        if (res.code === 200) {
          _this.user = res.data;
          if (res.data.length > 0) {
            _this.user = res.data;
          } else {
            uni.showToast({
              title: '未找到该人员',
              icon: 'none'
            });
          }
        }
      });
    },
@@ -424,6 +445,7 @@
      this.model.duName = e.value[0].label;
      this.duSolutionId = e.value[0].duSolutionId;
      this.model.worktypeId = '';
      this.model.remark = '';
      this.model.workTypeName = '';
      this.getGZ();
      this.show = false;
@@ -435,6 +457,10 @@
    },
    submit: function submit() {
      var _this4 = this;
      if (!this.model.memberId) return uni.showToast({
        title: '请选择人员',
        icon: 'none'
      });
      this.$refs.uForm.validate().then(function (res) {
        uni.$emit('data', _this4.model);
        uni.navigateBack({