Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wms
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
wuhao
wms
Commits
d45398bb
Commit
d45398bb
authored
Sep 05, 2022
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
56f0f7c5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
fields.js
src/pages/insertstore/Instore/fields.js
+0
-1
printdom.jsx
src/pages/insertstore/Instore/printdom.jsx
+3
-3
fields.js
src/pages/outsetstore/Outstore/fields.js
+0
-1
printdom.jsx
src/pages/outsetstore/Outstore/printdom.jsx
+3
-3
No files found.
src/pages/insertstore/Instore/fields.js
View file @
d45398bb
...
@@ -730,7 +730,6 @@ const one = {
...
@@ -730,7 +730,6 @@ const one = {
key
:
"qrCodeUrl"
,
key
:
"qrCodeUrl"
,
type
:
"img"
,
type
:
"img"
,
width
:
100
,
width
:
100
,
height
:
100
},
},
],
],
},
},
...
...
src/pages/insertstore/Instore/printdom.jsx
View file @
d45398bb
...
@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) {
...
@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) {
<
img
<
img
style=
{
{
style=
{
{
position
:
"absolute"
,
position
:
"absolute"
,
right
:
12
,
right
:
36
,
top
:
12
,
top
:
36
,
width
:
86
,
width
:
120
,
height
:
"auto"
,
height
:
"auto"
,
}
}
}
}
src=
{
data
?.
qrCodeUrl
}
src=
{
data
?.
qrCodeUrl
}
...
...
src/pages/outsetstore/Outstore/fields.js
View file @
d45398bb
...
@@ -694,7 +694,6 @@ const one = {
...
@@ -694,7 +694,6 @@ const one = {
type
:
"img"
,
type
:
"img"
,
noshow
:
true
,
noshow
:
true
,
width
:
100
,
width
:
100
,
height
:
100
},
},
],
],
},
},
...
...
src/pages/outsetstore/Outstore/printdom.jsx
View file @
d45398bb
...
@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) {
...
@@ -50,9 +50,9 @@ function PrintDom({ totalPath, val, totalParams, totalCard }, ref) {
<
img
<
img
style=
{
{
style=
{
{
position
:
"absolute"
,
position
:
"absolute"
,
right
:
12
,
right
:
36
,
top
:
12
,
top
:
36
,
width
:
86
,
width
:
120
,
height
:
"auto"
,
height
:
"auto"
,
}
}
}
}
src=
{
data
?.
qrCodeUrl
}
src=
{
data
?.
qrCodeUrl
}
...
...
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