Browse Source

人体成分接口对接

newMaster
1747191978@qq.com 3 months ago
parent
commit
918cd13927
  1. 39
      acupuncture-前台/src/views/medicalFile/details.vue

39
acupuncture-前台/src/views/medicalFile/details.vue

@ -1211,10 +1211,10 @@ export default {
const {
weight, //
fat, //
Bone, //
Protein, //
Water, //
Muscle, //
bone, //
protein, //
water, //
muscle, //
SMM, //
pbf, //
bmi, //
@ -1223,25 +1223,24 @@ export default {
bodyAge, //
score, //
bodyType, //
LBM, //
lbm, //
} = res.data;
this.detailsForm.PG_RTCF_TZ = weight;
this.detailsForm.PG_RTCF_QZTZ = lbm;
this.detailsForm.PG_RTCF_JRL = muscle;
this.detailsForm.PG_RTCF_TBW = water;
this.detailsForm.PG_RTCF_DBZ = protein;
this.detailsForm.PG_RTCF_GZ = bone;
this.detailsForm.PG_RTCF_ZF = fat;
this.detailsForm.PG_RTCF_PBF = pbf;
this.detailsForm.PG_RTCF_BMI = bmi;
this.detailsForm.PG_RTCF_WHR = whr;
this.detailsForm.PG_RTCF_NZZFSP = vfi;
this.detailsForm.PG_RTCF_TZ = weight; //
this.detailsForm.PG_RTCF_QZTZ = lbm; //
this.detailsForm.PG_RTCF_JRL = muscle; //
this.detailsForm.PG_RTCF_TBW = water; // TBW
this.detailsForm.PG_RTCF_DBZ = protein; //
this.detailsForm.PG_RTCF_GZ = bone; // GZ
this.detailsForm.PG_RTCF_ZF = fat; //
this.detailsForm.PG_RTCF_PBF = pbf; //
this.detailsForm.PG_RTCF_BMI = bmi; // BMI
this.detailsForm.PG_RTCF_WHR = whr; // WHR
this.detailsForm.PG_RTCF_NZZFSP = vfi; //
this.detailsForm.PG_RTCF_STGCFBFB = ""; //
this.detailsForm.PG_RTCF_TXLX = bodyType;
this.detailsForm.PG_RTCF_STNL = bodyAge;
this.detailsForm.PG_RTCF_JKPF = score;
console.log("res", res.data);
this.detailsForm.PG_RTCF_TXLX = bodyType; //
this.detailsForm.PG_RTCF_STNL = bodyAge; //
this.detailsForm.PG_RTCF_JKPF = score; //
});
},
//

Loading…
Cancel
Save