Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
contraceptives_app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ynby
contraceptives_app
Commits
eb525c7c
Commit
eb525c7c
authored
Oct 14, 2021
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
bc37c7b2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
4 deletions
+5
-4
.env.dev
.env.dev
+2
-1
api.js
src/utils/api.js
+0
-1
manualCollection.vue
src/views/medicalCollection/manualCollection.vue
+2
-1
myMap.vue
src/views/myMap.vue
+1
-1
yaoju_app_resident_2021_9_18.zip
yaoju_app_resident_2021_9_18.zip
+0
-0
yaoju_app_yueyang_resident_2021_8_4.zip
yaoju_app_yueyang_resident_2021_8_4.zip
+0
-0
No files found.
.env.dev
View file @
eb525c7c
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
src/utils/api.js
View file @
eb525c7c
...
...
@@ -96,7 +96,6 @@ export const addManualMedicalRecord = params => {
export
const
addSingleManualMedicalRecord
=
params
=>
{
return
apiInstance
.
post
(
`/stock-info/v1/api/phone-h5/stock-provide-record/artificial-receive-of-phone`
,
params
)
}
//药具领取发送短息验证码
export
const
getShortMessage
=
params
=>
{
return
apiInstance
.
get
(
`/stock-info/v1/api/phone-h5/sms/send`
,
{
params
})
...
...
src/views/medicalCollection/manualCollection.vue
View file @
eb525c7c
...
...
@@ -338,7 +338,8 @@
number
:
+
record
.
number
,
produceDate
:
record
.
produceDate
+
' '
+
'00:00:00'
,
expireDate
:
record
.
expireDate
+
' '
+
'00:00:00'
,
residentName
:
this
.
routerDetail
.
residentName
residentName
:
this
.
routerDetail
.
residentName
,
resource
:
'2'
}
// console.log(JSON.stringify(par))
addSingleManualMedicalRecord
(
par
).
then
(({
data
})
=>
{
...
...
src/views/myMap.vue
View file @
eb525c7c
...
...
@@ -164,7 +164,7 @@
},
toRealHome
()
{
callMobile
(
"goIndex"
,
{});
// let resultT = {id: 1
, type: 2, netTypeName: '人工发放网点', netName: '昆明市官渡区医学会'
}
// let resultT = {id: 1
70, type: 2, netTypeName: '人工发放网点', netName: '刘厂镇东甸村委会',status: 0
}
// this.$router.push({path:'/resident/manualDistribution', query: resultT})
},
createMap
()
{
...
...
yaoju_app_resident_2021_9_18.zip
0 → 100644
View file @
eb525c7c
File added
yaoju_app_yueyang_resident_2021_8_4.zip
0 → 100644
View file @
eb525c7c
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment