diff --git a/src/api/followup.js b/src/api/followup.js index cb6ddb117b13992f7125efd5519769751a8dc9b2..f23153d3ccc76b6a0fa2810a479d8ee48b0eee99 100644 --- a/src/api/followup.js +++ b/src/api/followup.js @@ -36,9 +36,19 @@ export function getFollowUnCheckDetail(id) { method: "get", }); } -// export function getHproleDetail(id) { -// return request({ -// url: `/cloud-upms//sys/role/${id}`, -// method: "get", -// }) -// } \ No newline at end of file +//随访病例审核 +export function putFollowCheck(data = {}) { + return request({ + url: "/disease-data/dataCheck/follow/check", + method: "put", + data, + }) +} +//修改随访审核意见 +export function putFollowCheckAdvice(data = {}) { + return request({ + url: "/disease-data/dataCheck/follow/check/advice", + method: "put", + data, + }) +} \ No newline at end of file diff --git a/src/components/FormComponents/ReadForm/index.vue b/src/components/FormComponents/ReadForm/index.vue index c820290d301dbf3ec421c73658bdbd9929baadca..750e577448f85513fa3a5796dfcce934500cc2ec 100644 --- a/src/components/FormComponents/ReadForm/index.vue +++ b/src/components/FormComponents/ReadForm/index.vue @@ -49,9 +49,11 @@ > {{ g.label }} - {{ + + {{ errorText - }} + }} + - {{ onlyOneChildren.meta.title }} + {{ onlyOneChildren.meta.title }} {{ onlyOneChildren.meta.badge }} + >{{ onlyOneChildren.meta.badge }} diff --git a/src/layouts/components/zx-side-bar/index.vue b/src/layouts/components/zx-side-bar/index.vue index a7ef194a83b1fc02109b2c1f60e6ee4ecaaa3ce4..7314dc1ba6a6f3061284b303de686e1cb35f0299 100644 --- a/src/layouts/components/zx-side-bar/index.vue +++ b/src/layouts/components/zx-side-bar/index.vue @@ -57,6 +57,7 @@ export default { if (meta.activeMenu) { return meta.activeMenu } + console.log("path",path) return path }, variables() { diff --git a/src/views/followupentry/components/followReview.vue b/src/views/followupentry/components/followReview.vue index e901987fa96a65f9bba420c15ffd72db17a0db00..83f51435d00ce469de4b08f6588a21b0b6ebc9b2 100644 --- a/src/views/followupentry/components/followReview.vue +++ b/src/views/followupentry/components/followReview.vue @@ -1,5 +1,5 @@ - + @@ -10,11 +10,16 @@ import ConfigForms from "@/views/screening/components/ConfigForms.vue" import ReadForm from "@/components/FormComponents/ReadForm/index" export default { - name: "FollowupAudit", + name: "followReview", components: { ConfigForms, ReadForm }, + props: { + form: { + type: Object, + }, + }, data() { return { followupForm:{ @@ -685,15 +690,19 @@ export default { ] }, formEdit:{ - name:"djksh", - contact_phone:"12345678", - is_accept:"0", - gas_exam:"15", - G_17:"1" } } }, - created() {}, + watch:{ + form(val){ + this.formEdit = val + console.log("form",val) + } + }, + created() { + }, + mounted(){ + }, methods: {}, } diff --git a/src/views/followupentry/followaudit.vue b/src/views/followupentry/followaudit.vue index cb693650204410f7983a6758a08966e2fdc403f1..a447826e0b07170f3ad5aac1bfb7c6c23ae220bd 100644 --- a/src/views/followupentry/followaudit.vue +++ b/src/views/followupentry/followaudit.vue @@ -1,4 +1,5 @@ + @@ -9,6 +10,10 @@ 返回 + + + + 请选择审核结果: @@ -23,9 +28,6 @@ 驳回修改建议:胃镜图片不合规 - - - @@ -103,6 +105,13 @@ export default { medicalCombination:'无锡市人民医院医联体', mcCount:7, editStatus: false, //进入的状态是第一次审核还是修改审核,false为第一次,true为修改 + formEdit:{ + name:"djksh", + contact_phone:"12345678", + is_accept:"0", + gas_exam:"15", + G_17:"5" + },//填报数据 form: {}, rules: { reson: [{ required: true, message: "请填写", trigger: "blur" }], @@ -128,7 +137,7 @@ export default { } }, watch: {}, - mounted() { + created() { this.getDetail() }, computed:{ @@ -204,10 +213,7 @@ export default { this.loading = true let res = await getFollowUnCheckDetail(this.unionId) if(res.code==1){ - //分页内容 - // const d = res.data - // this.total= d.total - // this.tableData=d['records'] + this.formEdit=res.data[0] } this.loading = false }, @@ -253,7 +259,8 @@ export default { font-size: 14px; font-family: AlibabaPuHuiTiM; color: #333333; - box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); + box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1); + border-top: 1px solid rgba(0, 0, 0, 0.1); display: flex; .btn_group { margin-left: 24px;