Merge branch 'bonus-jyy-smart-canteen' of http://192.168.0.75:3000/bonus/bonus-ui into bonus-jyy-smart-canteen
This commit is contained in:
commit
ee270bd8c7
|
|
@ -3,7 +3,7 @@ import request from '@/utils/request'
|
||||||
// 分页查询 营养科普-列表
|
// 分页查询 营养科普-列表
|
||||||
export function getHealthSciencePageApi(data) {
|
export function getHealthSciencePageApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health_popular_science/list',
|
url: '/smart-canteen/health_popular_article/list',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -15,7 +15,7 @@ export function getHealthSciencePageApi(data) {
|
||||||
// 营养科普-新增
|
// 营养科普-新增
|
||||||
export function addHealthScienceApi(data) {
|
export function addHealthScienceApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health_popular_science',
|
url: '/smart-canteen/health_popular_article',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -27,7 +27,7 @@ export function addHealthScienceApi(data) {
|
||||||
// 营养科普-编辑
|
// 营养科普-编辑
|
||||||
export function editHealthScienceApi(data) {
|
export function editHealthScienceApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health_popular_science/edit',
|
url: '/smart-canteen/health_popular_article/edit',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -39,7 +39,7 @@ export function editHealthScienceApi(data) {
|
||||||
// 营养科普-删除
|
// 营养科普-删除
|
||||||
export function delHealthScienceApi(Id) {
|
export function delHealthScienceApi(Id) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health_popular_science/del/'+Id,
|
url: '/smart-canteen/health_popular_article/del/'+Id,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -51,7 +51,7 @@ export function delHealthScienceApi(Id) {
|
||||||
// 获取慢性病字典-下拉
|
// 获取慢性病字典-下拉
|
||||||
export function dictHealthChronicApi(data) {
|
export function dictHealthChronicApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health/chronic/dict-health-chronic',
|
url: '/smart-canteen/health_chronic/dict-health-chronic',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -106,7 +106,7 @@ export function delChronicApi(Id) {
|
||||||
// 分页查询 健康档案-列表
|
// 分页查询 健康档案-列表
|
||||||
export function getHealthInfoPageApi(data) {
|
export function getHealthInfoPageApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health/info/list',
|
url: '/smart-canteen/health_person_info/list',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -117,7 +117,7 @@ export function getHealthInfoPageApi(data) {
|
||||||
// 查询 健康档案-详情
|
// 查询 健康档案-详情
|
||||||
export function getHealthInfoDetailApi(data) {
|
export function getHealthInfoDetailApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health/info/detail-health-info',
|
url: '/smart-canteen/health_person_info/detail-health-info',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -128,7 +128,7 @@ export function getHealthInfoDetailApi(data) {
|
||||||
// 健康档案-编辑
|
// 健康档案-编辑
|
||||||
export function editHealthInfoApi(data) {
|
export function editHealthInfoApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health/info/edit-health-info',
|
url: '/smart-canteen/health_person_info/edit-health-info',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
@ -140,7 +140,7 @@ export function editHealthInfoApi(data) {
|
||||||
// 健康档案-删除
|
// 健康档案-删除
|
||||||
export function delHealthInfoApi(data) {
|
export function delHealthInfoApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/health/info/del-health-info',
|
url: '/smart-canteen/health_person_info/del-health-info',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
|
|
|
||||||
|
|
@ -339,39 +339,39 @@ export default {
|
||||||
open: false,
|
open: false,
|
||||||
dateRange:[new Date(),new Date()],
|
dateRange:[new Date(),new Date()],
|
||||||
chronicOptions:[],
|
chronicOptions:[],
|
||||||
doctorAdviceOptions:[{"doctorAdvice":1,"doctorAdviceName":"禁食"},
|
doctorAdviceOptions:[{"doctorAdvice":"1","doctorAdviceName":"禁食"},
|
||||||
{"doctorAdvice":2,"doctorAdviceName":"流食"},
|
{"doctorAdvice":"2","doctorAdviceName":"流食"},
|
||||||
{"doctorAdvice":3,"doctorAdviceName":"半流食"},
|
{"doctorAdvice":"3","doctorAdviceName":"半流食"},
|
||||||
{"doctorAdvice":4,"doctorAdviceName":"治疗饮食"},
|
{"doctorAdvice":"4","doctorAdviceName":"治疗饮食"},
|
||||||
],
|
],
|
||||||
bloodTypeOptions:[
|
bloodTypeOptions:[
|
||||||
{"bloodType":1,"bloodTypeName":"A型"},
|
{"bloodType":"1","bloodTypeName":"A型"},
|
||||||
{"bloodType":2,"bloodTypeName":"B型"},
|
{"bloodType":"2","bloodTypeName":"B型"},
|
||||||
{"bloodType":3,"bloodTypeName":"AB型"},
|
{"bloodType":"3","bloodTypeName":"AB型"},
|
||||||
{"bloodType":4,"bloodTypeName":"O型"},
|
{"bloodType":"4","bloodTypeName":"O型"},
|
||||||
{"bloodType":5,"bloodTypeName":"Rh阳型"},
|
{"bloodType":"5","bloodTypeName":"Rh阳型"},
|
||||||
{"bloodType":6,"bloodTypeName":"Rh阴型"}
|
{"bloodType":"6","bloodTypeName":"Rh阴型"}
|
||||||
],//血型选项
|
],//血型选项
|
||||||
weightControlOptions:[
|
weightControlOptions:[
|
||||||
{"weightControl":1,"weightControlName":"减重"},
|
{"weightControl":"1","weightControlName":"减重"},
|
||||||
{"weightControl":2,"weightControlName":"增重"}
|
{"weightControl":"2","weightControlName":"增重"}
|
||||||
],//体重控制目标
|
],//体重控制目标
|
||||||
ifHospitalizedOptions:[
|
ifHospitalizedOptions:[
|
||||||
{"ifHospitalized":1,"ifHospitalizedName":"是"},
|
{"ifHospitalized":"1","ifHospitalizedName":"是"},
|
||||||
{"ifHospitalized":2,"ifHospitalizedName":"否"}
|
{"ifHospitalized":"2","ifHospitalizedName":"否"}
|
||||||
],//是否住院
|
],//是否住院
|
||||||
pregnantOptions:[
|
pregnantOptions:[
|
||||||
{"pregnantStatus":0,"pregnantStatusName":"保密"},
|
{"pregnantStatus":"0","pregnantStatusName":"保密"},
|
||||||
{"pregnantStatus":1,"pregnantStatusName":"未怀孕"},
|
{"pregnantStatus":"1","pregnantStatusName":"未怀孕"},
|
||||||
{"pregnantStatus":2,"pregnantStatusName":"孕妇(早期)"},
|
{"pregnantStatus":"2","pregnantStatusName":"孕妇(早期)"},
|
||||||
{"pregnantStatus":3,"pregnantStatusName":"孕妇(中期)"},
|
{"pregnantStatus":"3","pregnantStatusName":"孕妇(中期)"},
|
||||||
{"pregnantStatus":4,"pregnantStatusName":"孕妇(晚期)"},
|
{"pregnantStatus":"4","pregnantStatusName":"孕妇(晚期)"},
|
||||||
{"pregnantStatus":5,"pregnantStatusName":"乳母"}
|
{"pregnantStatus":"5","pregnantStatusName":"乳母"}
|
||||||
],//怀孕状态
|
],//怀孕状态
|
||||||
labourIntensityOptions:[
|
labourIntensityOptions:[
|
||||||
{"labourIntensity":1,"labourIntensityName":"轻劳动"},
|
{"labourIntensity":"1","labourIntensityName":"轻劳动"},
|
||||||
{"labourIntensity":2,"labourIntensityName":"中等强度劳动"},
|
{"labourIntensity":"2","labourIntensityName":"中等强度劳动"},
|
||||||
{"labourIntensity":3,"labourIntensityName":"重强度劳动"}
|
{"labourIntensity":"3","labourIntensityName":"重强度劳动"}
|
||||||
],//劳动强度
|
],//劳动强度
|
||||||
// 查询参数
|
// 查询参数
|
||||||
queryParams: {
|
queryParams: {
|
||||||
|
|
@ -381,6 +381,7 @@ export default {
|
||||||
deptIdList:[],//组织
|
deptIdList:[],//组织
|
||||||
chronicList:[], //慢性病
|
chronicList:[], //慢性病
|
||||||
placeIdList:[], //位置
|
placeIdList:[], //位置
|
||||||
|
doctorAdvice:[],//饮食医嘱
|
||||||
articleType:null //类型
|
articleType:null //类型
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
|
|
@ -406,19 +407,6 @@ export default {
|
||||||
doctorAdvice:null,
|
doctorAdvice:null,
|
||||||
weightControl:null,
|
weightControl:null,
|
||||||
},//详情
|
},//详情
|
||||||
rules: {
|
|
||||||
articleTitle: [
|
|
||||||
{ required: true, message: "文章标题不能为空", trigger: "blur" }
|
|
||||||
],
|
|
||||||
articleContent: [
|
|
||||||
{ required: true, message: "文章内容不能为空", trigger: "blur" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
fileList: [],//图片
|
|
||||||
checkUrlList: [],//图片
|
|
||||||
checkUrlNameList: [],//食堂图片
|
|
||||||
dialogVisible:false,//图片弹窗
|
|
||||||
dialogImageUrl:"",//图片弹窗
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|
@ -469,6 +457,7 @@ export default {
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
articleTitle: undefined,//标题
|
articleTitle: undefined,//标题
|
||||||
chronicList:[], //慢性病
|
chronicList:[], //慢性病
|
||||||
|
doctorAdvice:[],
|
||||||
articleType:null //类型
|
articleType:null //类型
|
||||||
}
|
}
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
|
|
@ -481,10 +470,8 @@ export default {
|
||||||
"pageNum":this.queryParams.pageNum,
|
"pageNum":this.queryParams.pageNum,
|
||||||
"pageSize":this.queryParams.pageSize,
|
"pageSize":this.queryParams.pageSize,
|
||||||
"articleTitle":this.queryParams.articleTitle,
|
"articleTitle":this.queryParams.articleTitle,
|
||||||
"articleType":this.queryParams.articleType,
|
"doctorAdvices":this.queryParams.doctorAdvice.join(",")||"",
|
||||||
"chronicIds":this.queryParams.chronicList.join(",")||"",
|
"chronicIds":this.queryParams.chronicList.join(",")||""
|
||||||
"startDate":this.formatDate(this.dateRange[0]),
|
|
||||||
"endDate":this.formatDate(this.dateRange[1])
|
|
||||||
}
|
}
|
||||||
// if(this.queryParams.chronicList.length>0){
|
// if(this.queryParams.chronicList.length>0){
|
||||||
// this.queryParams.chronicIds = this.queryParams.chronicList.join(",")
|
// this.queryParams.chronicIds = this.queryParams.chronicList.join(",")
|
||||||
|
|
@ -493,6 +480,7 @@ export default {
|
||||||
// }
|
// }
|
||||||
getHealthInfoPageApi(param).then(response => {
|
getHealthInfoPageApi(param).then(response => {
|
||||||
this.tableListData = response.rows;
|
this.tableListData = response.rows;
|
||||||
|
console.log("this.tableListData",this.tableListData);
|
||||||
this.total = Number(response.total);
|
this.total = Number(response.total);
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue