Browse Source

2025-11-26

测试申请列表增加标签名称
master
fengyuan_yang 3 months ago
parent
commit
30df2b2334
  1. 24
      src/views/modules/test/requestForTest.vue

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

@ -1570,6 +1570,24 @@ export default {
fixed: '',
columnWidth: 200
},
{
userId: this.$store.state.user.name,
functionId: 103001,
serialNumber: '103001Table1ProductName',
tableId: '103001Table1',
tableName: '测试信息表',
columnProp: 'productName',
headerAlign: 'center',
align: 'left',
columnLabel: '标签名称',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150
},
{
userId: this.$store.state.user.name,
functionId: 103001,
@ -3996,18 +4014,18 @@ export default {
if (!testNo) {
return
}
// dataList
const currentRow = this.dataList.find(item => item.testNo === testNo)
if (currentRow) {
currentRow.materialTotalAmount = this.materialTotalAmount
}
// modalData
if (this.modalData && this.modalData.testNo === testNo) {
this.modalData.materialTotalAmount = this.materialTotalAmount
}
// testCurrentRowtestDetailData
if (this.testCurrentRow && this.testCurrentRow.testNo === testNo) {
this.testCurrentRow.materialTotalAmount = this.materialTotalAmount

Loading…
Cancel
Save