Browse Source

工程变更申请 关联技术参数卡 字段

master
赵宏斌 7 days ago
parent
commit
e9e13659db
  1. 64
      src/views/modules/changeManagement/changeRecord.vue
  2. 4
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

64
src/views/modules/changeManagement/changeRecord.vue

@ -2269,6 +2269,70 @@
fixed: '', fixed: '',
columnWidth: 60 columnWidth: 60
}, },
{
userId: this.$store.state.user.name,
functionId: 108002,
serialNumber: '108002Table2CustomerDesc',
tableId: '108002Table2',
tableName: '变更单基本信息表',
columnProp: 'customerDesc',
headerAlign: 'center',
align: 'right',
columnLabel: '客户名称',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 60
},
{
userId: this.$store.state.user.name,
functionId: 108002,
serialNumber: '108002Table2BuDesc',
tableId: '108002Table2',
tableName: '变更单基本信息表',
columnProp: 'buDesc',
headerAlign: 'center',
align: 'right',
columnLabel: 'BU',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 60
},
{
userId: this.$store.state.user.name,
functionId: 108002,
serialNumber: '108002Table2DirectCustomer',
tableId: '108002Table2',
tableName: '变更单基本信息表',
columnProp: 'directCustomer',
headerAlign: 'center',
align: 'right',
columnLabel: '直接客户',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 60
},
{
userId: this.$store.state.user.name,
functionId: 108002,
serialNumber: '108002Table2PartCategory',
tableId: '108002Table2',
tableName: '变更单基本信息表',
columnProp: 'partCategory',
headerAlign: 'center',
align: 'right',
columnLabel: '产品类别',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 60
}
], ],
fileColumnList: [ fileColumnList: [
{ {

4
src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

@ -65,7 +65,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3"> <el-col :span="3">
<el-form-item label="物料类别">
<el-form-item label="产品类别">
<el-input :readonly="readonly" v-model="dataForm.partCategory"></el-input> <el-input :readonly="readonly" v-model="dataForm.partCategory"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
@ -1683,7 +1683,7 @@
saveData () { saveData () {
if (this.dataForm.partCategory === '' || this.dataForm.partCategory == null) { if (this.dataForm.partCategory === '' || this.dataForm.partCategory == null) {
this.$message.warning('物料类别不能为空!')
this.$message.warning('产品类别不能为空!')
return false return false
} }
this.dataForm.engineerList = [] this.dataForm.engineerList = []

Loading…
Cancel
Save