|
|
|
@ -314,7 +314,7 @@ |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!-- 检验单详情页 --> |
|
|
|
<el-dialog title="检验明细清单" :close-on-click-modal="false" v-drag :visible.sync="detailInformationFlag" width="1200px"> |
|
|
|
<el-dialog title="检验明细清单" :close-on-click-modal="false" v-drag top="5vh" :visible.sync="detailInformationFlag" width="1200px"> |
|
|
|
<el-form :inline="true" label-position="top" @keyup.enter.native = "getDataList"> |
|
|
|
<el-form-item :label="'物料编码'"> |
|
|
|
<el-input v-model="detailData.partNo" readonly style="width: 100px"></el-input> |
|
|
|
@ -425,7 +425,7 @@ |
|
|
|
<!-- 展示列表 --> |
|
|
|
<div class="rq "> |
|
|
|
<el-table |
|
|
|
:height="500" |
|
|
|
:height="400" |
|
|
|
:data="detailList" |
|
|
|
border |
|
|
|
style="width: 100%;"> |
|
|
|
@ -940,6 +940,14 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
watch: { |
|
|
|
"detailData.samplingQty" (newValue,oldValue) { |
|
|
|
this.detailData.passQty = newValue |
|
|
|
this.detailList = this.detailList.map((item)=>{ |
|
|
|
item.samplingQty = newValue |
|
|
|
return item |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
detailData: { |
|
|
|
deep: true, |
|
|
|
handler: function (newV, oldV) { |
|
|
|
@ -1018,7 +1026,7 @@ |
|
|
|
createBy: '' |
|
|
|
}, |
|
|
|
pageIndex: 1, |
|
|
|
pageSize: 20, |
|
|
|
pageSize: 50, |
|
|
|
totalPage: 0, |
|
|
|
pageIndex2: 1, |
|
|
|
pageSize2: 20, |
|
|
|
@ -1392,38 +1400,38 @@ |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 301014, |
|
|
|
serialNumber: '301014Table1Spec', |
|
|
|
serialNumber: '301014Table1PartDesc', |
|
|
|
tableId: "301014Table1", |
|
|
|
tableName: "IPQC检验记录表", |
|
|
|
columnProp: 'spec', |
|
|
|
columnProp: 'partDesc', |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: '物料类别', |
|
|
|
columnLabel: '物料名称', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 150, |
|
|
|
columnWidth: 200, |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
functionId: 301014, |
|
|
|
serialNumber: '301014Table1PartDesc', |
|
|
|
serialNumber: '301014Table1Spec', |
|
|
|
tableId: "301014Table1", |
|
|
|
tableName: "IPQC检验记录表", |
|
|
|
columnProp: 'partDesc', |
|
|
|
columnProp: 'spec', |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: '物料名称', |
|
|
|
columnLabel: '规格型号', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
columnSortable: false, |
|
|
|
sortLv: 0, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 200, |
|
|
|
columnWidth: 150, |
|
|
|
}, |
|
|
|
{ |
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|