k94314517
2025-05-28 a43f9d75a9e0ba2720b3c438a0c5ece7be0eb110
wx/unpackage/dist/dev/mp-weixin/pages/addPersonnel/addPersonnel.js
@@ -106,7 +106,10 @@
      return Promise.all(/*! import() | node-modules/uview-ui/components/u-button/u-button */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-button/u-button")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-button/u-button.vue */ 406))
    },
    uPopup: function () {
      return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 485))
      return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 492))
    },
    uToast: function () {
      return __webpack_require__.e(/*! import() | node-modules/uview-ui/components/u-toast/u-toast */ "node-modules/uview-ui/components/u-toast/u-toast").then(__webpack_require__.bind(null, /*! uview-ui/components/u-toast/u-toast.vue */ 485))
    },
  }
} catch (e) {
@@ -333,6 +336,14 @@
//
//
//
//
//
//
//
//
//
//
//
var _default = {
  data: function data() {
    return {
@@ -347,8 +358,8 @@
  },
  computed: {
    totalPrice: function totalPrice() {
      if (this.info && this.info.price) {
        return (this.list.length * this.info.price).toFixed(2);
      if (this.model && this.model.cyclePrice) {
        return (this.list.length * this.model.cyclePrice).toFixed(2);
      }
      return '0.00';
    }
@@ -360,7 +371,14 @@
      this.getDetails();
    }
    uni.$on('add', function (data) {
      _this.list.unshift(data.model);
      if (JSON.stringify(_this.list).indexOf(data.model.idCard) !== -1) {
        _this.$refs.uToast.show({
          type: 'default',
          message: "[".concat(data.model.name, "]\u4EBA\u5458\u8EAB\u4EFD\u8BC1\u91CD\u590D")
        });
      } else {
        _this.list.unshift(data.model);
      }
    });
  },
  methods: {
@@ -372,6 +390,7 @@
          idcardNo: item.idCard,
          duId: item.pqId,
          duName: item.pqName,
          remark: item.remark,
          workTypeName: item.gzName,
          worktypeId: item.gzId,
          fee: _this2.info.price