Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-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
mes
mes-ui
Commits
2e4cd739
Commit
2e4cd739
authored
Sep 13, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产版本的模数和生产工单的急单
parent
5ef52c2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
ProogingSpecificationSheet.vue
...ductionSolution/components/ProogingSpecificationSheet.vue
+3
-2
proofingInfo.vue
src/views/mes/pro/workorder/proofingInfo.vue
+13
-0
No files found.
src/views/mes/pro/productionSolution/components/ProogingSpecificationSheet.vue
View file @
2e4cd739
...
...
@@ -679,7 +679,6 @@ export default {
layerNum
:
""
,
width
:
""
,
height
:
""
,
moduleNum
:
""
,
printingPaperlenth
:
""
,
printPaperwidth
:
""
,
sendworkMultiple
:
""
,
...
...
@@ -715,6 +714,8 @@ export default {
isNeedShoeImg
:
""
,
dieSunkOffsetOilTankNum
:
""
,
printingMethod
:
""
,
moduleNum
:
""
,
},
currentRow
:
{},
currentRowIndex
:
undefined
,
...
...
@@ -750,7 +751,6 @@ export default {
specificationSheetType
:
""
,
brandName
:
""
,
enName
:
""
,
moduleNum
:
""
,
unitOfMeasure
:
""
,
conversionValue
:
""
,
singleLayerThick
:
""
,
...
...
@@ -794,6 +794,7 @@ export default {
isNeedShoeImg
:
""
,
dieSunkOffsetOilTankNum
:
""
,
printingMethod
:
""
,
moduleNum
:
""
,
};
},
/**重置组件状态 */
...
...
src/views/mes/pro/workorder/proofingInfo.vue
View file @
2e4cd739
...
...
@@ -236,6 +236,19 @@
<el-input
v-model=
"form.endSerial"
:disabled=
"mode == 'make'"
placeholder=
"请输入结束序列码"
/>
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"是否急单"
prop=
"rushOrder"
>
<el-select
v-model=
"form.rushOrder"
:disabled=
"mode == 'make'"
>
<el-option
v-for=
"dict in dict.type.sys_yes_no"
:key=
"dict.value"
:label=
"dict.label"
:value=
"dict.value"
disabled
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:lg=
"18"
:md=
"16"
:sm=
"24"
:xs=
"24"
>
<el-form-item
label=
"工单备注"
prop=
"remark"
>
<el-input
...
...
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