Commit eb525c7c authored by gengchunlei's avatar gengchunlei

push

parent bc37c7b2
NODE_ENV=dev NODE_ENV=dev
VUE_APP_BASE_URL = https://beta-yjservice.yiboshi.com VUE_APP_BASE_URL1 = https://beta-yjservice.yiboshi.com
VUE_APP_BASE_URL = https://yaoju-service.yiboshi.com
...@@ -96,7 +96,6 @@ export const addManualMedicalRecord = params => { ...@@ -96,7 +96,6 @@ export const addManualMedicalRecord = params => {
export const addSingleManualMedicalRecord = params => { export const addSingleManualMedicalRecord = params => {
return apiInstance.post(`/stock-info/v1/api/phone-h5/stock-provide-record/artificial-receive-of-phone`, params) return apiInstance.post(`/stock-info/v1/api/phone-h5/stock-provide-record/artificial-receive-of-phone`, params)
} }
//药具领取发送短息验证码 //药具领取发送短息验证码
export const getShortMessage = params => { export const getShortMessage = params => {
return apiInstance.get(`/stock-info/v1/api/phone-h5/sms/send`, {params}) return apiInstance.get(`/stock-info/v1/api/phone-h5/sms/send`, {params})
......
...@@ -338,7 +338,8 @@ ...@@ -338,7 +338,8 @@
number: +record.number, number: +record.number,
produceDate: record.produceDate + ' '+'00:00:00', produceDate: record.produceDate + ' '+'00:00:00',
expireDate: record.expireDate + ' '+'00:00:00', expireDate: record.expireDate + ' '+'00:00:00',
residentName: this.routerDetail.residentName residentName: this.routerDetail.residentName,
resource: '2'
} }
// console.log(JSON.stringify(par)) // console.log(JSON.stringify(par))
addSingleManualMedicalRecord(par).then(({data}) => { addSingleManualMedicalRecord(par).then(({data}) => {
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
}, },
toRealHome() { toRealHome() {
callMobile("goIndex", {}); callMobile("goIndex", {});
// let resultT = {id: 1, type: 2, netTypeName: '人工发放网点', netName: '昆明市官渡区医学会'} // let resultT = {id: 170, type: 2, netTypeName: '人工发放网点', netName: '刘厂镇东甸村委会',status: 0}
// this.$router.push({path:'/resident/manualDistribution', query: resultT}) // this.$router.push({path:'/resident/manualDistribution', query: resultT})
}, },
createMap() { createMap() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment