chengpinjinayan
This commit is contained in:
parent
d6fcc6c88b
commit
7a1a1111ff
|
@ -18,7 +18,6 @@
|
|||
scope.row.material_.name
|
||||
}}</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column label="成品编号">
|
||||
<template slot-scope="scope">{{ scope.row.number }}</template>
|
||||
</el-table-column>
|
||||
|
@ -27,7 +26,6 @@
|
|||
{{ actstate_[scope.row.act_state] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column label="所在子工序">
|
||||
<template slot-scope="scope">{{ scope.row.step_.name }}</template>
|
||||
</el-table-column>
|
||||
|
@ -59,14 +57,11 @@
|
|||
/>
|
||||
</el-card>
|
||||
</el-tab-pane>
|
||||
|
||||
<el-tab-pane label="已合格成品">
|
||||
<el-card style="margin-top: 2px">
|
||||
<el-button type="primary" icon="el-icon-plus" @click="handleCreate"
|
||||
>批量入库
|
||||
</el-button>
|
||||
|
||||
|
||||
<el-table
|
||||
v-loading="listLoading"
|
||||
:data="wproductList1.results"
|
||||
|
@ -108,10 +103,6 @@
|
|||
{{scope.row.to_order_.contract_.name }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
|
||||
|
||||
<el-table-column align="center" label="操作" width="220px">
|
||||
<template slot-scope="scope">
|
||||
<el-link
|
||||
|
@ -504,7 +495,7 @@ export default {
|
|||
//调该物料对应的检查表
|
||||
this.wproduct = scope.row.id; //成品ID
|
||||
this.listQueryrecordform.material = scope.row.material; //
|
||||
this.listQueryrecordform.type = 2;
|
||||
this.listQueryrecordform.type = 40;
|
||||
this.recordform = null;
|
||||
getrecordformList(this.listQueryrecordform).then((response) => {
|
||||
if (response.data) {
|
||||
|
|
Loading…
Reference in New Issue