diff --git a/src/api/baseurl.js b/src/api/baseurl.js index 6ca908c..a56555f 100644 --- a/src/api/baseurl.js +++ b/src/api/baseurl.js @@ -1,3 +1,3 @@ -var baseurl = "http://192.168.16.81:8081"; +var baseurl = "http://192.168.16.81:8080"; export default baseurl \ No newline at end of file diff --git a/src/api/system/station.js b/src/api/system/station.js index 0809d49..8988a96 100644 --- a/src/api/system/station.js +++ b/src/api/system/station.js @@ -1,5 +1,7 @@ import request from '@/utils/request' + + // 查询护理站信息列表 export function listStation(query) { return request({ @@ -58,4 +60,39 @@ export function getSecondaryLevelInfo(id) { url: `/system/communityInfo/getSecondaryLevelInfo?parentId=${id}`, method: 'get' }) +} + + +//省市区 +export function getSubordinateRegions(Code) { + return request({ + url: `/system/area/getSubordinateRegions?areaCode=${Code}`, + method: 'get' + }) +} + +//查看所属护理类型 + +export function getInfoLists(Code) { + return request({ + url: `/system/nurseType/getInfoList?nurseTypeCode=${Code}`, + method: 'get' + }) +} +//查看所属标签信息 + +export function nurseStationlabel(id) { + return request({ + url: `/system/nurseStationlabel/list?nurseStationId=${id}`, + method: 'get' + }) +} + + + +export function getLabelList(id) { + return request({ + url: `/system/nurseStationlabel/getLabelList?nurseStationId=${id}`, + method: 'get' + }) } \ No newline at end of file diff --git a/src/api/system/userlist.js b/src/api/system/userlist.js new file mode 100644 index 0000000..00bee4b --- /dev/null +++ b/src/api/system/userlist.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' + +export function getListByUser(data) { + return request({ + url: '/system/user/getListByUser', + method: 'GET' + }) +} \ No newline at end of file diff --git a/src/views/system/nurseItem/index.vue b/src/views/system/nurseItem/index.vue index 1f35aad..3520713 100644 --- a/src/views/system/nurseItem/index.vue +++ b/src/views/system/nurseItem/index.vue @@ -133,6 +133,30 @@ @selection-change="handleSelectionChange" > + + + + + + {{ item.serveDurationUnit }} + + + + + {{ item.price }} + + + + + - @@ -206,7 +229,7 @@ ref="form" :model="form" :rules="rules" - label-width="110px" + label-width="130px" :inline="true" > @@ -243,6 +266,13 @@ > + + + - - - - - - + - + @@ -317,7 +342,7 @@ @@ -332,7 +357,7 @@ @@ -342,7 +367,7 @@ > - + - - - - - + + - + @@ -407,7 +418,6 @@ @@ -422,7 +432,6 @@ @@ -432,14 +441,13 @@ {{ scope.row.consumablePrice }} - + -