Browse Source

2025-04-22

master
qiezi 9 months ago
parent
commit
f78130a5cb
  1. 2
      src/views/modules/test/requestForTest.vue
  2. 28
      src/views/modules/test/testSoBom/testTable.vue
  3. 22
      src/views/modules/tooling/searchToolApply.vue
  4. 32
      src/views/modules/tooling/toolingInfo.vue

2
src/views/modules/test/requestForTest.vue

@ -2139,7 +2139,7 @@
columnProp: 'textValue', columnProp: 'textValue',
headerAlign: "center", headerAlign: "center",
align: "left", align: "left",
columnLabel: '实测值',
columnLabel: '属性值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
status: true, status: true,

28
src/views/modules/test/testSoBom/testTable.vue

@ -113,16 +113,17 @@ export default {
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 50 columnWidth: 50
},{
},
{
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 102001, functionId: 102001,
serialNumber: '102001Table3ComponentPartNo', serialNumber: '102001Table3ComponentPartNo',
tableId: '102001Table3', tableId: '102001Table3',
tableName: '测试物料结构', tableName: '测试物料结构',
columnProp: 'componentPartNo',
columnProp: 'plmPartNo',
headerAlign: 'center', headerAlign: 'center',
align: 'left', align: 'left',
columnLabel: '物料编码',
columnLabel: 'PLM物料编码',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
@ -130,7 +131,26 @@ export default {
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
},{
},
{
userId: this.$store.state.user.name,
functionId: 102001,
serialNumber: '102001Table3ComponentPartNo',
tableId: '102001Table3',
tableName: '测试物料结构',
columnProp: 'ifsPartNo',
headerAlign: 'center',
align: 'left',
columnLabel: 'IFS物料编码',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 102001, functionId: 102001,
serialNumber: '102001Table3PartDesc', serialNumber: '102001Table3PartDesc',

22
src/views/modules/tooling/searchToolApply.vue

@ -1214,53 +1214,53 @@
serialNumber: '106002Table2QuotationNo', serialNumber: '106002Table2QuotationNo',
tableId: '106002Table2', tableId: '106002Table2',
tableName: '工具申请明细', tableName: '工具申请明细',
columnProp: 'orderRef2',
columnProp: 'plmPartNo',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '物料编码',
columnLabel: 'PLM物料编码',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 70
columnWidth: 100
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 106002, functionId: 106002,
serialNumber: '106002Table2PartDesc',
serialNumber: '106002Table2IfsPartNo',
tableId: '106002Table2', tableId: '106002Table2',
tableName: '工具申请明细', tableName: '工具申请明细',
columnProp: 'partDesc',
columnProp: 'ifsPartNo',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '物料描述',
columnLabel: 'IFS物料编码',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120
columnWidth: 100
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 106002, functionId: 106002,
serialNumber: '106002Table2IfsPartNo',
serialNumber: '106002Table2PartDesc',
tableId: '106002Table2', tableId: '106002Table2',
tableName: '工具申请明细', tableName: '工具申请明细',
columnProp: 'ifsPartNo',
columnProp: 'partDesc',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: 'IFS料号',
columnLabel: '物料描述',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 70
columnWidth: 160
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,

32
src/views/modules/tooling/toolingInfo.vue

@ -164,32 +164,32 @@
ref="toolTable" ref="toolTable"
v-loading="dataListLoading" v-loading="dataListLoading"
style="width: 100%;"> style="width: 100%;">
<el-table-column label="项目号" width="90" prop="projectId" show-overflow-tooltip/>
<el-table-column label="工具编码" width="100" prop="toolId" show-overflow-tooltip/>
<el-table-column label="工具描述" width="120" prop="toolDescription" show-overflow-tooltip/>
<el-table-column label="工具数量" width="60" prop="toolQty" show-overflow-tooltip/>
<el-table-column label="申请数量" width="70" prop="applyQty" show-overflow-tooltip>
<el-table-column label="项目号" header-align="center" width="90" prop="projectId" show-overflow-tooltip/>
<el-table-column label="工具编码" header-align="center" width="100" prop="toolId" show-overflow-tooltip/>
<el-table-column label="工具描述" header-align="center" width="120" prop="toolDescription" show-overflow-tooltip/>
<el-table-column label="工具数量" align="right" header-align="center" width="60" prop="toolQty" show-overflow-tooltip/>
<el-table-column label="申请数量" align="right" header-align="center" width="70" prop="applyQty" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.applyQty" type="number" @change="changeSum(scope.row)" placeholder="请输入数量" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')" <el-input v-model="scope.row.applyQty" type="number" @change="changeSum(scope.row)" placeholder="请输入数量" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')"
style="width:98%"></el-input> style="width:98%"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="工具成本" width="70" prop="standardCost" show-overflow-tooltip>
<el-table-column label="工具成本" align="right" header-align="center" width="70" prop="standardCost" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-if="accessField('10601001')" v-model="scope.row.standardCost" type="number" @change="changeSum(scope.row)" placeholder="请输入成本" <el-input v-if="accessField('10601001')" v-model="scope.row.standardCost" type="number" @change="changeSum(scope.row)" placeholder="请输入成本"
style="width:98%"></el-input> style="width:98%"></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="物料编码" width="100" prop="partNo" show-overflow-tooltip/>
<el-table-column label="物料名称" width="160" prop="partName" show-overflow-tooltip/>
<el-table-column label="IFS料号" width="100" prop="finalPartNo" show-overflow-tooltip/>
<el-table-column label="客户料号" width="100" prop="customerPartNo" show-overflow-tooltip/>
<el-table-column label="工艺版本" width="80" prop="routingRevision" show-overflow-tooltip/>
<el-table-column label="工艺类型" width="80" prop="routingType" show-overflow-tooltip/>
<el-table-column label="替代编码" width="80" prop="alternativeNo" show-overflow-tooltip/>
<el-table-column label="替代名称" width="80" prop="alternativeDescription" show-overflow-tooltip/>
<el-table-column label="工序号" width="60" prop="operationNo" show-overflow-tooltip/>
<el-table-column label="工序名称" width="80" prop="operationName" show-overflow-tooltip/>
<el-table-column label="物料编码" header-align="center" width="140" prop="partNo" show-overflow-tooltip/>
<el-table-column label="物料名称" header-align="center" width="160" prop="partName" show-overflow-tooltip/>
<el-table-column label="IFS料号" header-align="center" width="140" prop="finalPartNo" show-overflow-tooltip/>
<el-table-column label="客户料号" header-align="center" width="100" prop="customerPartNo" show-overflow-tooltip/>
<el-table-column label="工艺版本" header-align="center" width="80" prop="routingRevision" show-overflow-tooltip/>
<el-table-column label="工艺类型" header-align="center" width="80" prop="routingType" show-overflow-tooltip/>
<el-table-column label="替代编码" header-align="center" width="80" prop="alternativeNo" show-overflow-tooltip/>
<el-table-column label="替代名称" header-align="center" width="80" prop="alternativeDescription" show-overflow-tooltip/>
<el-table-column label="工序号" header-align="center" width="60" prop="operationNo" show-overflow-tooltip/>
<el-table-column label="工序名称" header-align="center" width="80" prop="operationName" show-overflow-tooltip/>
<!-- <el-table-column label="工具成本" width="60" prop="standardCost" show-overflow-tooltip/>--> <!-- <el-table-column label="工具成本" width="60" prop="standardCost" show-overflow-tooltip/>-->
<!-- <el-table-column label="单位报价成本" width="90" prop="quotationUnitCost" show-overflow-tooltip/>--> <!-- <el-table-column label="单位报价成本" width="90" prop="quotationUnitCost" show-overflow-tooltip/>-->
<!-- <el-table-column label="预计使用寿命" width="90" prop="expectedServiceLife" show-overflow-tooltip/>--> <!-- <el-table-column label="预计使用寿命" width="90" prop="expectedServiceLife" show-overflow-tooltip/>-->

Loading…
Cancel
Save