Browse Source

2025-04-22

master
qiezi 9 months ago
parent
commit
1c5773882f
  1. 7
      src/views/modules/sampleManagement/com_technical-add-or-update.vue
  2. 4
      src/views/modules/sampleManagement/technicalSpecificationList.vue

7
src/views/modules/sampleManagement/com_technical-add-or-update.vue

@ -262,6 +262,7 @@
<el-dialog <el-dialog
width="750px" width="750px"
title="选择物料" title="选择物料"
v-drag
:close-on-click-modal="false" :close-on-click-modal="false"
:visible.sync="partModelFlag"> :visible.sync="partModelFlag">
<el-form :inline="true" label-position="top" label-width="100px" > <el-form :inline="true" label-position="top" label-width="100px" >
@ -269,7 +270,7 @@
<el-input v-model="partSearch.projectId" style="width: 130px"></el-input> <el-input v-model="partSearch.projectId" style="width: 130px"></el-input>
</el-form-item> </el-form-item>
<el-form-item style="margin-left: 0px" label="IFS料号">
<el-form-item style="margin-left: 0px" label="IFS物料编码">
<el-input v-model="partSearch.finalPartNo" style="width: 130px"></el-input> <el-input v-model="partSearch.finalPartNo" style="width: 130px"></el-input>
</el-form-item> </el-form-item>
<el-form-item style="margin-left: 0px" label="PLM物料编码"> <el-form-item style="margin-left: 0px" label="PLM物料编码">
@ -297,7 +298,7 @@
align="left" align="left"
min-width="120" min-width="120"
style="font-size: 20px" style="font-size: 20px"
label="IFS料号">
label="IFS物料编码">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="testPartNo" prop="testPartNo"
@ -305,7 +306,7 @@
align="left" align="left"
min-width="120" min-width="120"
style="font-size: 20px" style="font-size: 20px"
label="物料编码">
label="PLM物料编码">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="projectId" prop="projectId"

4
src/views/modules/sampleManagement/technicalSpecificationList.vue

@ -658,7 +658,7 @@
columnProp: "finalPartNo", columnProp: "finalPartNo",
headerAlign: "center", headerAlign: "center",
align: "center", align: "center",
columnLabel: "最终产品编码",
columnLabel: "IFS物料编码",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -675,7 +675,7 @@
columnProp: "testPartNo", columnProp: "testPartNo",
headerAlign: "center", headerAlign: "center",
align: "center", align: "center",
columnLabel: "物料编码",
columnLabel: "PLM物料编码",
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,

Loading…
Cancel
Save