linwe
2024-08-02 9765c4e6afc9863c9bedc37e7759a53a8bc6a764
subPackage/workbench/views/workLog.vue
@@ -2,7 +2,7 @@
   <view>
      <view class="content bgc-ff">
         <view class="top item flex j-c-s-b a-i-c" @click="onScan()" v-if="!currentId">
         <view class="top item flex j-c-s-b a-i-c" @click="onScan()">
            <view class="flex a-i-c">
               <u-icon name="/static/icon/nav-05.png" width="90rpx" height="90rpx"></u-icon>
               <text class="f-28 ml-10">扫码获取信息</text>
@@ -96,7 +96,7 @@
      <button class="list-btn" @click="navToRecord">走访记录</button>
      <u-popup :show="isShowPopup" mode="bottom" :round="10" closeable="true" @close="isShowPopup = false">
      <u-popup :show="isShowPopup" mode="bottom" :round="10" :closeable="true" @close="isShowPopup = false">
         <view class="popup-content">
            <view class="popup-title f-30">
               选择居民
@@ -297,8 +297,8 @@
                  // this.info.householdId = data.householdId;
                  // this.info.personType = data.personType;
                  console.log(typeof data.personType)
                  this.labelIndex = this.$getIndex(this.labelList[0], data.personType, "id", "name").index;
                  this.labelName = this.$getIndex(this.labelList[0], data.personType, "id", "name").name;
                  // this.labelIndex = this.$getIndex(this.labelList[0], data.personType, "id", "name").index;
                  // this.labelName = this.$getIndex(this.labelList[0], data.personType, "id", "name").name;
                  this.getHouseholdList();
                  this.getHousehold(data.householdId);
                  this.form.images = this.$setImageUrl(data.url, 2);