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
17c502d9
Commit
17c502d9
authored
Oct 28, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改工艺craft_type字段
parent
da894e8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/order/podUsSchedulingRules/index.vue
+3
-3
No files found.
src/views/order/podUsSchedulingRules/index.vue
View file @
17c502d9
...
@@ -242,10 +242,10 @@ const dialogVisible = ref(false)
...
@@ -242,10 +242,10 @@ const dialogVisible = ref(false)
const
editFormRef
=
ref
<
InstanceType
<
typeof
CustomizeForm
>
|
null
>
(
null
)
const
editFormRef
=
ref
<
InstanceType
<
typeof
CustomizeForm
>
|
null
>
(
null
)
const
paramsList
=
ref
([
'craft_
cod
e'
])
const
paramsList
=
ref
([
'craft_
typ
e'
])
const
rulesList
=
ref
([
const
rulesList
=
ref
([
{
label
:
'工艺'
,
value
:
'craft_
cod
e'
,
disabled
:
false
},
{
label
:
'工艺'
,
value
:
'craft_
typ
e'
,
disabled
:
false
},
{
label
:
'款号'
,
value
:
'supplier_product_no'
,
disabled
:
false
},
{
label
:
'款号'
,
value
:
'supplier_product_no'
,
disabled
:
false
},
{
label
:
'尺码'
,
value
:
'size'
,
disabled
:
false
},
{
label
:
'尺码'
,
value
:
'size'
,
disabled
:
false
},
{
label
:
'类型'
,
value
:
'customized_quantity'
,
disabled
:
false
},
{
label
:
'类型'
,
value
:
'customized_quantity'
,
disabled
:
false
},
...
@@ -399,7 +399,7 @@ const getLabels = (item: string) => {
...
@@ -399,7 +399,7 @@ const getLabels = (item: string) => {
*/
*/
function
addDialog
()
{
function
addDialog
()
{
editForm
.
value
=
{
isAuto
:
false
}
editForm
.
value
=
{
isAuto
:
false
}
paramsList
.
value
=
[
'craft_
cod
e'
]
paramsList
.
value
=
[
'craft_
typ
e'
]
dialogVisible
.
value
=
true
dialogVisible
.
value
=
true
}
}
...
...
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