Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
65f7dadc
Commit
65f7dadc
authored
May 10, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.banshouhui.com/lijundan/self-support
parents
90145830
e596160f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
XhScan.vue
src/components/createCom/XhScan.vue
+2
-0
preview.vue
src/components/photo/preview.vue
+7
-7
complete.vue
src/pages/order/complete.vue
+2
-1
No files found.
src/components/createCom/XhScan.vue
View file @
65f7dadc
...
@@ -64,5 +64,7 @@
...
@@ -64,5 +64,7 @@
}
}
.input-item
{
.input-item
{
background
:
#F4F5F7
;
background
:
#F4F5F7
;
border-radius
:
12rpx
;
padding-left
:
20rpx
;
}
}
</
style
>
</
style
>
src/components/photo/preview.vue
View file @
65f7dadc
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
return
return
}
}
let
path
=
''
let
path
=
''
if
(
photo
.
tempPath
.
origin
&&
photo
.
waterSetting
&&
photo
.
waterSetting
.
has_origin
){
if
(
photo
.
tempPath
.
origin
){
// 保存原图到本地
// 保存原图到本地
path
=
photo
.
tempPath
.
origin
path
=
photo
.
tempPath
.
origin
let
result
=
await
this
.
saveLocal
(
path
)
let
result
=
await
this
.
saveLocal
(
path
)
...
@@ -73,10 +73,10 @@
...
@@ -73,10 +73,10 @@
})
})
}
}
}
}
// if(photo.currentItem){
// photo.currentItem.imageList.unshift(photo.tempPath.mixWater)
// }
if
(
photo
.
currentItem
){
photo
.
currentItem
.
imageList
.
unshift
(
photo
.
tempPath
.
mixWater
)
}
// if(photo.productList && photo.productList[photo.topIndex]){
// if(photo.productList && photo.productList[photo.topIndex]){
// const topArr = photo.productList[photo.topIndex]
// const topArr = photo.productList[photo.topIndex]
// if(topArr[photo.itemIndex]){
// if(topArr[photo.itemIndex]){
...
...
src/pages/order/complete.vue
View file @
65f7dadc
...
@@ -467,6 +467,7 @@
...
@@ -467,6 +467,7 @@
formType
=
'location'
formType
=
'location'
break
break
case
'scan'
:
case
'scan'
:
case
'machine_code'
:
formType
=
'scan'
formType
=
'scan'
break
break
case
'picker'
:
case
'picker'
:
...
...
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