Browse Source

2024-10-18

master
qiezi 1 year ago
parent
commit
3fca377649
  1. 56
      src/views/modules/quotation/requestForQuote.vue

56
src/views/modules/quotation/requestForQuote.vue

@ -1723,7 +1723,26 @@ export default {
status: true,
fixed: '',
columnWidth: 120
}, {
},
{
userId: this.$store.state.user.name,
functionId: 102001,
serialNumber: '102001Table3CustomerPartNo',
tableId: '102001Table3',
tableName: '项目物料表',
columnProp: 'customerPartNo',
headerAlign: 'center',
align: 'center',
columnLabel: '客户料号',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 102001,
serialNumber: '102001Table3PartSpec',
@ -1794,41 +1813,6 @@ export default {
fixed: '',
columnWidth: 100
},
{
userId: this.$store.state.user.name,
functionId: 102001,
serialNumber: '102001Table3CodeNo',
tableId: '102001Table3',
tableName: '项目物料表',
columnProp: 'codeNo',
headerAlign: 'center',
align: 'center',
columnLabel: '模板编码',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
}, {
userId: this.$store.state.user.name,
functionId: 102001,
serialNumber: '102001Table3CodeDesc',
tableId: '102001Table3',
tableName: '项目物料表',
columnProp: 'codeDesc',
headerAlign: 'center',
align: 'center',
columnLabel: '模板名称',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
}
],
columnContactList: [
{

Loading…
Cancel
Save