Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-ui
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
pda
pda-ui
Commits
f27b7833
Commit
f27b7833
authored
Mar 28, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编排对照表BUG
parent
5273402a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
index.vue
src/views/mes/pro/arrangeRule/index.vue
+11
-11
No files found.
src/views/mes/pro/arrangeRule/index.vue
View file @
f27b7833
...
...
@@ -99,9 +99,9 @@
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.brandCode"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"产品编码"
align=
"center"
prop=
"
length
itemCode"
>
<el-table-column
label=
"产品编码"
align=
"center"
prop=
"itemCode"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.
length
itemCode"
/>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.itemCode"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"长度"
align=
"center"
prop=
"length"
>
...
...
@@ -134,9 +134,9 @@
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.frontImg"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"版具"
align=
"center"
prop=
"
itemName
"
>
<el-table-column
label=
"版具"
align=
"center"
prop=
"
toolList
"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.
itemName
"
/>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.
toolList
"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"形状"
align=
"center"
prop=
"shape"
>
...
...
@@ -297,14 +297,14 @@
<el-row>
<el-col
span=
"12"
>
<el-form-item
label=
"产品编码"
label-width=
"120px"
>
<el-radio-group
v-model=
"form.
length
itemCode"
disabled
v-if=
"optType=='view'"
>
<el-radio-group
v-model=
"form.itemCode"
disabled
v-if=
"optType=='view'"
>
<el-radio
v-for=
"dict in dict.type.sys_yes_no"
:key=
"dict.value"
:label=
"dict.value"
>
{{dict.label}}
</el-radio>
</el-radio-group>
<el-radio-group
v-model=
"form.
length
itemCode"
v-else
>
<el-radio-group
v-model=
"form.itemCode"
v-else
>
<el-radio
v-for=
"dict in dict.type.sys_yes_no"
:key=
"dict.value"
...
...
@@ -429,7 +429,7 @@
</el-col>
<el-col
span=
"12"
>
<el-form-item
label=
"版具"
label-width=
"120px"
>
<el-radio-group
v-model=
"form.
itemName
"
disabled
v-if=
"optType=='view'"
>
<el-radio-group
v-model=
"form.
toolList
"
disabled
v-if=
"optType=='view'"
>
<el-radio
v-for=
"dict in dict.type.sys_yes_no"
:key=
"dict.value"
...
...
@@ -595,14 +595,14 @@ export default {
routeCode
:
null
,
routeDesc
:
null
,
brandCode
:
null
,
length
itemCode
:
null
,
itemCode
:
null
,
length
:
null
,
width
:
null
,
productMaterial
:
null
,
processCode
:
null
,
spacing
:
null
,
frontImg
:
null
,
itemName
:
null
,
toolList
:
null
,
shape
:
null
,
inlay
:
null
,
blownFilmWidth
:
null
,
...
...
@@ -658,14 +658,14 @@ export default {
routeCode
:
null
,
routeDesc
:
null
,
brandCode
:
null
,
length
itemCode
:
null
,
itemCode
:
null
,
length
:
null
,
width
:
null
,
productMaterial
:
null
,
processCode
:
null
,
spacing
:
null
,
frontImg
:
null
,
itemName
:
null
,
toolList
:
null
,
shape
:
null
,
inlay
:
null
,
blownFilmWidth
:
null
,
...
...
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