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
aff0696b
Commit
aff0696b
authored
Apr 25, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
96d529a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
74 deletions
+20
-74
proofingApply.vue
src/views/mes/pro/productionSolution/proofingApply.vue
+20
-74
No files found.
src/views/mes/pro/productionSolution/proofingApply.vue
View file @
aff0696b
<
template
>
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"100px"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"100px"
>
<el-form-item
label=
"成品物料号"
prop=
"itemCode"
>
<el-input
v-model=
"queryParams.itemCode"
placeholder=
"请输入成品物料号"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
<el-input
v-model=
"queryParams.itemCode"
placeholder=
"请输入成品物料号"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"成品物名称"
prop=
"itemName"
>
<el-input
v-model=
"queryParams.itemName"
clearable
placeholder=
"请输入成品物名称"
@
keyup
.
enter
.
native=
"handleQuery"
>
<el-input
v-model=
"queryParams.itemName"
clearable
placeholder=
"请输入成品物名称"
@
keyup
.
enter
.
native=
"handleQuery"
>
</el-input>
</el-form-item>
<el-form-item
label=
"组件号"
prop=
"groupCounter"
>
<el-input
v-model=
"queryParams.groupCounter"
clearable
placeholder=
"请输入组件号"
@
keyup
.
enter
.
native=
"handleQuery"
>
<el-input
v-model=
"queryParams.groupCounter"
clearable
placeholder=
"请输入组件号"
@
keyup
.
enter
.
native=
"handleQuery"
>
</el-input>
</el-form-item>
<el-form-item
label=
"打样订单号"
prop=
"sapPrototypeMakeCode"
>
<el-input
v-model=
"queryParams.sapPrototypeMakeCode"
clearable
placeholder=
"请输入打样订单号"
@
keyup
.
enter
.
native=
"handleQuery"
>
<el-input
v-model=
"queryParams.sapPrototypeMakeCode"
clearable
placeholder=
"请输入打样订单号"
@
keyup
.
enter
.
native=
"handleQuery"
>
</el-input>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button
>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button
>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"mini"
@
click=
"handleQuery"
>
搜索
</el-button>
<el-button
icon=
"el-icon-refresh"
size=
"mini"
@
click=
"resetQuery"
>
重置
</el-button>
</el-form-item>
</el-form>
<el-table
v-loading=
"loading"
:data=
"productionSolutionList"
row-key=
"productionSolutionId"
default-expand-all
>
<el-table
v-loading=
"loading"
:data=
"productionSolutionList"
row-key=
"productionSolutionId"
default-expand-all
>
<el-table-column
label=
"生产版本编码"
prop=
"productionSolutionCode"
>
<template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleView(scope.row)"
v-hasPermi=
"['pro:productionSolutionCode:query']"
>
{{
scope
.
row
.
productionSolutionCode
}}
</el-button
>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleView(scope.row)"
v-hasPermi=
"['pro:productionSolutionCode:query']"
>
{{
scope
.
row
.
productionSolutionCode
}}
</el-button>
</
template
>
</el-table-column>
<el-table-column
label=
"组件号"
align=
"center"
prop=
"groupCounter"
/>
<el-table-column
label=
"产品版本名称"
align=
"center"
prop=
"productionSolutionName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"产品版本名称"
align=
"center"
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"
/>
...
...
@@ -94,9 +45,9 @@
/>
</template>
</el-table-column> -->
<!-- <el-table-column label="备注" align="center" prop="usageName" width="180"/> -->
<!--
<!--
<el-table-column
label="操作"
width="200px"
...
...
@@ -117,13 +68,8 @@
</template>
</el-table-column> -->
</el-table>
<pagination
v-show=
"total > 0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
@
pagination=
"getList"
/>
<pagination
v-show=
"total > 0"
:total=
"total"
:page
.
sync=
"queryParams.pageNum"
:limit
.
sync=
"queryParams.pageSize"
@
pagination=
"getList"
/>
</div>
</template>
...
...
@@ -296,7 +242,7 @@ export default {
const
productionSolutionId
=
row
.
productionSolutionId
||
this
.
ids
;
this
.
$router
.
push
(
"/mes/pro/productionSolution/info?productionSolutionId="
+
productionSolutionId
productionSolutionId
);
// getprototypeRequest(prototypeRequestId).then((response) => {
// this.form = response.data;
...
...
@@ -311,7 +257,7 @@ export default {
const
productionSolutionId
=
row
.
productionSolutionId
||
this
.
ids
;
this
.
$router
.
push
(
"/mes/pro/productionSolution/edit?productionSolutionId="
+
productionSolutionId
productionSolutionId
);
// getPrototypeRequest(prototypeRequestId).then((response) => {
// // this.form = response.data;
...
...
@@ -332,7 +278,7 @@ export default {
this
.
getList
();
this
.
$modal
.
msgSuccess
(
"删除成功"
);
})
.
catch
(()
=>
{});
.
catch
(()
=>
{
});
},
handleSelectProduct
()
{
...
...
@@ -364,7 +310,7 @@ export default {
this
.
getList
();
this
.
$modal
.
msgSuccess
(
"审批成功"
);
})
.
catch
(()
=>
{});
.
catch
(()
=>
{
});
},
// 生成制作单
generatea
(
row
)
{
...
...
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