|
@@ -450,7 +450,7 @@ import {
|
|
updateAntiepidemicputout,
|
|
updateAntiepidemicputout,
|
|
exportAntiepidemicputout,
|
|
exportAntiepidemicputout,
|
|
} from "@/api/medicalhealth/antiepidemicputout";
|
|
} from "@/api/medicalhealth/antiepidemicputout";
|
|
-import { exportAntiepidemiFangYi } from "@/api/medicalhealth/antiepidemicputin";
|
|
|
|
|
|
+import { exportAntiepidemiFangYiChuKu } from "@/api/medicalhealth/antiepidemicputin";
|
|
import { getZhuChiRen } from "@/api/grassrootsregistration/bdglmeeting";
|
|
import { getZhuChiRen } from "@/api/grassrootsregistration/bdglmeeting";
|
|
import { getDept } from "@/api/medicalhealth/bdgldurgarchives";
|
|
import { getDept } from "@/api/medicalhealth/bdgldurgarchives";
|
|
// 导入树形结构
|
|
// 导入树形结构
|
|
@@ -555,16 +555,17 @@ export default {
|
|
},
|
|
},
|
|
// 选择防疫品
|
|
// 选择防疫品
|
|
fangYiPingXuan(data) {
|
|
fangYiPingXuan(data) {
|
|
- this.form.durgArchivesId = data.id;
|
|
|
|
|
|
+ this.form.durgArchivesId = data.durgArchivesId;
|
|
this.form.durgBrand = data.durgBrand;
|
|
this.form.durgBrand = data.durgBrand;
|
|
this.form.specifications = data.specifications;
|
|
this.form.specifications = data.specifications;
|
|
this.form.storeHouse = data.storeHouse;
|
|
this.form.storeHouse = data.storeHouse;
|
|
this.form.unitName1 = data.unitName1;
|
|
this.form.unitName1 = data.unitName1;
|
|
- this.yaoPingShu = data.amount;
|
|
|
|
|
|
+ this.form.inId = data.id;
|
|
|
|
+ this.yaoPingShu = data.surplus;
|
|
},
|
|
},
|
|
// 查询防疫品名称列表
|
|
// 查询防疫品名称列表
|
|
fangYiPing() {
|
|
fangYiPing() {
|
|
- exportAntiepidemiFangYi().then((response) => {
|
|
|
|
|
|
+ exportAntiepidemiFangYiChuKu().then((response) => {
|
|
this.fangYi = response.data;
|
|
this.fangYi = response.data;
|
|
});
|
|
});
|
|
},
|
|
},
|