Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
abc9c623
Commit
abc9c623
authored
Oct 13, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
7cd30234
b8e6fad6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
src/views/order/podCN/index.vue
+0
-0
src/views/order/podUs/index.vue
+13
-7
No files found.
src/views/order/podCN/index.vue
View file @
abc9c623
This diff is collapsed.
Click to expand it.
src/views/order/podUs/index.vue
View file @
abc9c623
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
</el-radio-group>
</el-radio-group>
</ElFormItem>
</ElFormItem>
<ElFormItem
label=
"数量"
>
<ElFormItem
label=
"数量"
>
<el-radio-group
<el-radio-group
v-model=
"searchForm.multi"
v-model=
"searchForm.multi"
@
click
.
stop=
"(e: Event) => handleMultiRadioGroupClick(e)"
@
click
.
stop=
"(e: Event) => handleMultiRadioGroupClick(e)"
>
>
...
@@ -4103,8 +4103,10 @@ const downloadSingleType = async (
...
@@ -4103,8 +4103,10 @@ const downloadSingleType = async (
const
res
=
await
composingDesignImages
([
id
],
type
,
templateWidth
)
const
res
=
await
composingDesignImages
([
id
],
type
,
templateWidth
)
const
isTiff
=
type
===
'tiff'
const
isTiff
=
type
===
'tiff'
const
url
=
isTiff
const
url
=
isTiff
?
`https://ps.jomalls.com/tiff/${res.message
}
`
?
res
.
message
?.
startsWith
(
'/temp'
)
:
`${filePath
}
${res.message
}
`
?
`https://factory.jomalls.com/upload/factory`
+
res
.
message
:
`https://ps.jomalls.com/tiff/`
+
res
.
message
:
filePath
+
res
.
message
if
(
isTiff
)
{
if
(
isTiff
)
{
// 对于tiff类型,直接在新窗口打开
// 对于tiff类型,直接在新窗口打开
...
@@ -4151,9 +4153,11 @@ const downloadFile = async (url: string, message: string) => {
...
@@ -4151,9 +4153,11 @@ const downloadFile = async (url: string, message: string) => {
const
handleRadioGroupClick
=
(
event
:
Event
)
=>
{
const
handleRadioGroupClick
=
(
event
:
Event
)
=>
{
const
target
=
event
.
target
as
HTMLElement
const
target
=
event
.
target
as
HTMLElement
const
radioButton
=
target
.
closest
(
'.el-radio-button'
)
const
radioButton
=
target
.
closest
(
'.el-radio-button'
)
if
(
radioButton
)
{
if
(
radioButton
)
{
const
input
=
radioButton
.
querySelector
(
'input[type="radio"]'
)
as
HTMLInputElement
const
input
=
radioButton
.
querySelector
(
'input[type="radio"]'
,
)
as
HTMLInputElement
if
(
input
)
{
if
(
input
)
{
const
value
=
input
.
value
const
value
=
input
.
value
if
(
searchForm
.
value
.
customizedQuantity
===
value
)
{
if
(
searchForm
.
value
.
customizedQuantity
===
value
)
{
...
@@ -4168,9 +4172,11 @@ const handleRadioGroupClick = (event: Event) => {
...
@@ -4168,9 +4172,11 @@ const handleRadioGroupClick = (event: Event) => {
const
handleMultiRadioGroupClick
=
(
event
:
Event
)
=>
{
const
handleMultiRadioGroupClick
=
(
event
:
Event
)
=>
{
const
target
=
event
.
target
as
HTMLElement
const
target
=
event
.
target
as
HTMLElement
const
radioButton
=
target
.
closest
(
'.el-radio-button'
)
const
radioButton
=
target
.
closest
(
'.el-radio-button'
)
if
(
radioButton
)
{
if
(
radioButton
)
{
const
input
=
radioButton
.
querySelector
(
'input[type="radio"]'
)
as
HTMLInputElement
const
input
=
radioButton
.
querySelector
(
'input[type="radio"]'
,
)
as
HTMLInputElement
if
(
input
)
{
if
(
input
)
{
const
value
=
input
.
value
===
'true'
?
true
:
false
const
value
=
input
.
value
===
'true'
?
true
:
false
if
(
searchForm
.
value
.
multi
===
value
)
{
if
(
searchForm
.
value
.
multi
===
value
)
{
...
...
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