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
7a23f16e
Commit
7a23f16e
authored
Aug 01, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报工新增打印二维码
parent
52136460
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
172 deletions
+175
-172
feedback.js
src/api/mes/pro/feedback.js
+11
-0
index.vue
src/views/mes/md/workstation/index.vue
+24
-4
index.vue
src/views/mes/pro/feedback/index.vue
+140
-168
No files found.
src/api/mes/pro/feedback.js
View file @
7a23f16e
...
...
@@ -58,3 +58,14 @@ export function execute(recordId){
method
:
'put'
})
}
// 查询生产报工记录列表
export
function
listNextProcess
(
query
)
{
return
request
({
url
:
'/mobile/pro/protask/feedBackNextProcess'
,
method
:
'get'
,
params
:
query
})
}
src/views/mes/md/workstation/index.vue
View file @
7a23f16e
...
...
@@ -253,6 +253,8 @@
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"工作中心名称"
prop=
"workstationName"
>
<el-input
...
...
@@ -276,6 +278,8 @@
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"工作中心用途"
prop=
"usageCode"
>
<el-select
...
...
@@ -297,6 +301,8 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"所属工序"
prop=
"processName"
>
<el-input
v-model=
"form.processName"
@
blur=
"handleChangeProcessName"
placeholder=
"请选输入工序"
/>
...
...
@@ -311,7 +317,8 @@
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"负责人"
prop=
"responsiblePerson"
>
<el-input
...
...
@@ -347,7 +354,8 @@
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"加工方式"
prop=
"processingMethod"
>
<el-select
...
...
@@ -373,6 +381,8 @@
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"看机人数"
prop=
"watchingAircraftNum"
>
<el-input
...
...
@@ -383,7 +393,16 @@
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"转间时间"
label-width=
"120px"
prop=
"transferTime"
>
<el-input
v-model=
"form.transferTime"
placeholder=
"请输入转间时间"
>
<i
slot=
"suffix"
style=
"font-style:normal;margin-right: 10px; line-height: 30px; color: #1e1e1e"
>
MIN
</i>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"是否倒冲"
prop=
"isBackflush"
>
<el-radio-group
v-model=
"form.isBackflush"
...
...
@@ -407,7 +426,7 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"是否启用"
prop=
"enableFlag"
>
<el-radio-group
v-model=
"form.enableFlag"
...
...
@@ -690,6 +709,7 @@ export default {
costCenterCode
:
null
,
watchingAircraftNum
:
null
,
factoryCode
:
null
,
transferTime
:
null
,
};
this
.
autoGenFlag
=
true
;
this
.
resetForm
(
"form"
);
...
...
src/views/mes/pro/feedback/index.vue
View file @
7a23f16e
This diff is collapsed.
Click to expand it.
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