Browse Source

2025-08-08

master
fengyuan_yang 5 months ago
parent
commit
65cb7ec7bb
  1. 20
      src/views/modules/project/projectInfo/com_project_info_part.vue

20
src/views/modules/project/projectInfo/com_project_info_part.vue

@ -769,11 +769,11 @@
label="BU">
</el-table-column>
<el-table-column
prop="buDesc"
prop="customerPartNo"
header-align="center"
align="left"
min-width="120"
label=" BU Desc">
label="客户料号">
</el-table-column>
</el-table>
<!-- 分页-->
@ -851,13 +851,13 @@
</el-select>
</template>
</el-table-column>
<el-table-column
prop="buDesc"
header-align="center"
align="left"
min-width="120"
label=" BU Desc">
</el-table-column>
<!-- <el-table-column-->
<!-- prop="buDesc"-->
<!-- header-align="center"-->
<!-- align="left"-->
<!-- min-width="120"-->
<!-- label=" BU Desc">-->
<!-- </el-table-column>-->
<el-table-column
prop=""
header-align="center"
@ -2699,7 +2699,7 @@ import {downLoadFile, queryFileId, readPartFromFile} from "../../../../api/part/
return
}
this.partSelections1.forEach(item => {
item.customerPartNo = ''
//item.customerPartNo = ''
item.partNo = item.plmPartNo
this.partList2.push(item)
})

Loading…
Cancel
Save