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
1c79d846
Commit
1c79d846
authored
Mar 28, 2022
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境修改
parent
20360aa0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
+16
-16
.env.dev
.env.dev
+2
-2
.env.prod
.env.prod
+2
-2
choiceContraceptives.vue
src/views/choiceContraceptives.vue
+1
-1
manualCollection.vue
src/views/medicalCollection/manualCollection.vue
+1
-1
myMap.vue
src/views/myMap.vue
+9
-9
siteDetails.vue
src/views/siteDetails.vue
+1
-1
yaoju_app_resident_2022_3_14.zip
yaoju_app_resident_2022_3_14.zip
+0
-0
yaoju_app_yueyang_resident_2021_12_10.zip
yaoju_app_yueyang_resident_2021_12_10.zip
+0
-0
No files found.
.env.dev
View file @
1c79d846
NODE_ENV=dev
VUE_APP_BASE_URL
1
= https://beta-yjservice.yiboshi.com
VUE_APP_BASE_URL = https://yaoju-service.yiboshi.com
VUE_APP_BASE_URL = https://beta-yjservice.yiboshi.com
VUE_APP_BASE_URL
1
= https://yaoju-service.yiboshi.com
.env.prod
View file @
1c79d846
NODE_ENV=prod
VUE_APP_PATH = https://ynfymds-service.yiboshi.com
VUE_APP_BASE_URL
1
= https://yaoju-service.yiboshi.com
VUE_APP_BASE_URL = https://beta-yjservice.yiboshi.com
VUE_APP_BASE_URL = https://yaoju-service.yiboshi.com
VUE_APP_BASE_URL
1
= https://beta-yjservice.yiboshi.com
VUE_APP_BASE_URL1 = https://yyyaoju-service.yyjtzc.com
src/views/choiceContraceptives.vue
View file @
1c79d846
...
...
@@ -32,7 +32,7 @@
<div
class=
"tradeInfo"
style=
"flex-grow: 1"
>
<div
class=
"tradeName"
>
{{
item
.
medicineName
}}
</div>
<div
style=
"margin-top: 5px;"
>
<label
style=
"float: left;margin-bottom: 0px"
>
数量:
{{
item
.
stockNum
}}
</label>
<label
style=
"float: left;margin-bottom: 0px"
>
数量:
{{
item
.
unit
}}
</label>
<label
style=
"float: right;margin-right: 15px;margin-bottom: 0px"
>
规格:
{{
item
.
specs
}}
</label>
<div
style=
"clear: both"
></div>
</div>
...
...
src/views/medicalCollection/manualCollection.vue
View file @
1c79d846
...
...
@@ -58,7 +58,7 @@
</div>
<div
class=
"item"
>
<label
class=
"item-left"
>
库存数量
</label>
<label
class=
"item-right"
>
{{
item
.
stockNum
||
'0'
}}
{{
item
.
receivedUnit
}}
</label>
<label
class=
"item-right"
>
{{
item
.
unit
||
'0'
}}
</label>
</div>
<div
class=
"flex_center"
>
<div
class=
"item"
>
...
...
src/views/myMap.vue
View file @
1c79d846
...
...
@@ -87,16 +87,16 @@
window
.
sessionStorage
.
setItem
(
'mobileTokenIno'
,
JSON
.
stringify
(
mobileTokenIno
))
},
ScanCode
()
{
let
info
=
JSON
.
parse
(
window
.
sessionStorage
.
getItem
(
'mobileTokenIno'
))
const
{
phone
=
''
,
userId
=
''
}
=
info
let
par
=
{
telephone
:
phone
,
residentId
:
userId
}
//居民id
getUserReceiveNum
(
par
).
then
(({
data
})
=>
{
if
(
data
.
data
==
true
)
{
//true 该用户非首次领取需要填写随访
this
.
$router
.
push
(
`/returnVisit`
);
}
else
{
//
let info = JSON.parse(window.sessionStorage.getItem('mobileTokenIno'))
//
const {phone = '', userId = ''} = info
//
let par = {telephone: phone, residentId: userId}//居民id
//
getUserReceiveNum(par).then(({data}) => {
//
if (data.data == true) {//true 该用户非首次领取需要填写随访
//
this.$router.push(`/returnVisit`);
//
} else {
callMobile
(
"qrcode"
,
{});
}
})
//
}
//
})
// this.subscanQRCallBack(111)
},
subscanQRCallBack
(
val
)
{
...
...
src/views/siteDetails.vue
View file @
1c79d846
...
...
@@ -43,7 +43,7 @@
<div
class=
"tradeInfo"
>
<div
class=
"tradeName"
>
{{
item
.
medicineName
}}
</div>
<div
style=
"margin-top: 5px"
><label
style=
"float: left;margin-bottom: 0"
>
数量:
{{
item
.
stockNum
}}
</label><label
style=
"float: left;margin-bottom: 0"
>
数量:
{{
item
.
unit
}}
</label><label
style=
"float: right;margin-right: 15px;margin-bottom: 0"
>
规格:
{{
item
.
specs
}}
</label>
<div
style=
"clear: both"
></div>
</div>
...
...
yaoju_app_resident_202
1_11_10
.zip
→
yaoju_app_resident_202
2_3_14
.zip
View file @
1c79d846
No preview for this file type
yaoju_app_yueyang_resident_2021_12_10.zip
0 → 100644
View file @
1c79d846
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