hd преди 4 месеца
родител
ревизия
f393b2c0f5
променени са 3 файла, в които са добавени 4 реда и са изтрити 5 реда
  1. 1 1
      app/rehabilitation/html/device.html
  2. 2 3
      app/rehabilitation/js/guide_the_message.js
  3. 1 1
      component/rehabilitation/server-items-detail.js

+ 1 - 1
app/rehabilitation/html/device.html

@ -158,7 +158,7 @@
            <div class="form-label">SN码</div>
            <el-input v-model="query.deviceSn" :disabled="dataId" placeholder="请输入设备唯一码"></el-input>
          </div>
          绑定后,血氧仪测量的数据将自动同步导入您的健康记录中!
          绑定后,血糖仪测量的数据将自动同步导入您的健康记录中!
        </div>
        <el-button class="back-btn" v-if="!dataId" @click="backFn">返回</el-button>
        <el-button class="add-device-btn" v-if="!dataId" type="primary" @click="bindDeviceFn">立即绑定</el-button>

+ 2 - 3
app/rehabilitation/js/guide_the_message.js

@ -296,8 +296,7 @@ top.rehabilitationGuideVue = new Vue({
      })
    },
    toDoorDialog() {
      // console.log("guide_the_message");
      var vm = this
      top.layer.open({
        type: 2,
        area: ['850px', '700px'],
@ -311,7 +310,7 @@ top.rehabilitationGuideVue = new Vue({
        // content: `/app/rehabilitation/html/toDoorService.html?patient=${this.patient}&detailId=${this.planid}&relationCode=${this.planid}`,
        content: `../../rehabilitation/html/toDoorService.html?patient=${this.patient}&detailId=${this.planid}&relationCode=${this.planid}`,
        end: function () {
          this.getServiceItem()
          vm.getServiceItem()
        }
      })
    },

+ 1 - 1
component/rehabilitation/server-items-detail.js

@ -1092,7 +1092,7 @@ Vue.component('server-items-detail', {
        closeBtn: 1,
        // shift: 5,
        shadeClose: false, //点击遮罩关闭层
        content: `/app/rehabilitation/html/toDoorService.html?patient=${this.patientcode}&detailId=${this.plandetailid}`
        content: `../../rehabilitation/html/toDoorService.html?patient=${this.patientcode}&detailId=${this.plandetailid}`
      })
    }
  }