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
5939c1d3
Commit
5939c1d3
authored
Apr 25, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打样订单页面修复
parent
df3f3fc3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
proofingApply.vue
src/views/mes/pro/productionSolution/proofingApply.vue
+4
-3
ProogingProcess.vue
src/views/mes/pro/workorder/components/ProogingProcess.vue
+3
-1
proofingInfo.vue
src/views/mes/pro/workorder/proofingInfo.vue
+4
-4
No files found.
src/views/mes/pro/productionSolution/proofingApply.vue
View file @
5939c1d3
<
template
>
<div
class=
"app-container"
>
<
!--
<
el-form
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
...
...
@@ -58,7 +58,7 @@
>
重置
</el-button
>
</el-form-item>
</el-form>
-->
</el-form>
<el-table
v-loading=
"loading"
...
...
@@ -84,7 +84,8 @@
prop=
"productionSolutionName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"成品物料编码"
align=
"center"
prop=
"itemCode"
/>
<el-table-column
label=
"成品物料名称"
align=
"center"
prop=
"itemName"
/>
<el-table-column
label=
"生产用途"
align=
"center"
prop=
"usageName"
/>
<el-table-column
label=
"打样订单"
align=
"center"
prop=
"sapPrototypeMakeCode"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
...
...
src/views/mes/pro/workorder/components/ProogingProcess.vue
View file @
5939c1d3
<
template
>
<div>
<el-table
:data=
"tableData"
>
<el-table-column
label=
"序号"
prop=
"
orderNum"
width=
"50"
align=
"center"
/>
<el-table-column
label=
"序号"
prop=
"
idx"
width=
"80"
align=
"center"
/>
<el-table-column
label=
"工序名称"
prop=
"processName"
align=
"center"
/>
<el-table-column
label=
"工序编码"
prop=
"processCode"
align=
"center"
/>
<el-table-column
label=
"工作中心"
prop=
"workstationName"
align=
"center"
/>
...
...
@@ -221,6 +221,7 @@ export default {
processRef
:
""
,
controlCode
:
""
,
stdWorkingTimeUom
:
""
,
idx
:
""
,
x
:
""
,
quantity
:
""
,
stdWorkingTime
:
""
,
...
...
@@ -311,6 +312,7 @@ export default {
processRef
:
""
,
controlCode
:
""
,
stdWorkingTimeUom
:
""
,
idx
:
""
,
x
:
""
,
quantity
:
""
,
stdWorkingTime
:
""
,
...
...
src/views/mes/pro/workorder/proofingInfo.vue
View file @
5939c1d3
...
...
@@ -131,10 +131,10 @@
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"开始日期"
prop=
"
star
tDate"
>
<el-form-item
label=
"开始日期"
prop=
"
reques
tDate"
>
<el-date-picker
clearable
v-model=
"form.
star
tDate"
v-model=
"form.
reques
tDate"
type=
"date"
:disabled=
"mode == 'make'"
value-format=
"yyyy-MM-dd"
...
...
@@ -144,10 +144,10 @@
</el-form-item>
</el-col>
<el-col
:lg=
"6"
:md=
"8"
:sm=
"12"
:xs=
"12"
>
<el-form-item
label=
"需求日期"
prop=
"
reques
tDate"
>
<el-form-item
label=
"需求日期"
prop=
"
star
tDate"
>
<el-date-picker
clearable
v-model=
"form.
reques
tDate"
v-model=
"form.
star
tDate"
type=
"date"
:disabled=
"mode == 'make'"
value-format=
"yyyy-MM-dd"
...
...
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