Browse Source

2025-02-03

优化
master
fengyuan_yang 11 months ago
parent
commit
fd5504eef7
  1. 88
      src/views/modules/changeManagement/changeRecord.vue
  2. 54
      src/views/modules/part/partInformation.vue
  3. 2
      src/views/modules/processManagement/processBindingInfo.vue
  4. 2
      src/views/modules/quotation/sellForQuotation/customerInfo.vue

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

@ -1898,81 +1898,91 @@
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table3FileName', serialNumber: '108002Table3FileName',
tableId: '108002Table3',
tableName: '变更单文件信息表',
tableId: '108002Table2',
tableName: '文件信息表',
columnProp: 'fileName', columnProp: 'fileName',
headerAlign: 'center', headerAlign: 'center',
align: 'left',
align: 'center',
columnLabel: '文件名称', columnLabel: '文件名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false,
sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 108002,
serialNumber: '108002Table3FileType',
tableId: '108002Table3',
tableName: '变更单文件信息表',
columnProp: 'fileType',
headerAlign: 'center',
align: 'left',
columnLabel: '文件类型',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 80
columnWidth: 140
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table3Url',
tableId: '108002Table3',
tableName: '变更单文件信息表',
columnProp: 'url',
serialNumber: '108002Table3FileRemark',
tableId: '108002Table2',
tableName: '文件信息表',
columnProp: 'fileRemark',
headerAlign: 'center', headerAlign: 'center',
align: 'left',
columnLabel: '文件地址',
align: 'center',
columnLabel: '备注',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false,
sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 180
columnWidth: 240
}, },
// {
// userId: this.$store.state.user.name,
// functionId: 108002,
// serialNumber: '108002Table2OrderRef3',
// tableId: '108002Table2',
// tableName: '',
// columnProp: 'orderRef3',
// headerAlign: 'center',
// align: 'center',
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 120
// },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table3CreateBy',
tableId: '108002Table3',
tableName: '变更单文件信息表',
columnProp: 'createBy',
serialNumber: '108002Table3CreateDate',
tableId: '108002Table2',
tableName: '文件信息表',
columnProp: 'createDate',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '创建人',
columnLabel: '上传时间',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false,
sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100
columnWidth: 140
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table3CreateDate',
tableId: '108002Table3',
tableName: '变更单文件信息表',
columnProp: 'createDate',
serialNumber: '108002Table3CreatedBy',
tableId: '108002Table2',
tableName: '文件信息表',
columnProp: 'createBy',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '创建时间',
columnLabel: '上传人',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false,
sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150
columnWidth: 140
}, },
], ],
columnChooseDataList: [ columnChooseDataList: [

54
src/views/modules/part/partInformation.vue

@ -8,13 +8,13 @@
<el-form-item :label="'物料描述'"> <el-form-item :label="'物料描述'">
<el-input v-model="searchData.partDesc" clearable style="width: 210px"></el-input> <el-input v-model="searchData.partDesc" clearable style="width: 210px"></el-input>
</el-form-item> </el-form-item>
<el-form-item :label="'物料规格型号'">
<el-input v-model="searchData.spec" clearable style="width: 120px"></el-input>
</el-form-item>
<!-- <el-form-item :label="'物料规格型号'">-->
<!-- <el-input v-model="searchData.spec" clearable style="width: 120px"></el-input>-->
<!-- </el-form-item>-->
<el-form-item :label="'是否在用'"> <el-form-item :label="'是否在用'">
<el-select v-model="searchData.active" clearable style="width: 120px"> <el-select v-model="searchData.active" clearable style="width: 120px">
<el-option label="" value="Y"></el-option>
<el-option label="" value="N"></el-option>
<el-option label="启用" value="Y"></el-option>
<el-option label="停用" value="N"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item :label="'物料状态'"> <el-form-item :label="'物料状态'">
@ -1956,22 +1956,22 @@
fixed: '', fixed: '',
columnWidth: 100 columnWidth: 100
}, },
{
userId: this.$store.state.user.name,
functionId: 104001,
serialNumber: '104001Table1Spec',
tableId: '104001Table1',
tableName: '物料信息表',
columnProp: 'spec',
headerAlign: 'center',
align: 'left',
columnLabel: '规格型号',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 120
},
// {
// userId: this.$store.state.user.name,
// functionId: 104001,
// serialNumber: '104001Table1Spec',
// tableId: '104001Table1',
// tableName: '',
// columnProp: 'spec',
// headerAlign: 'center',
// align: 'left',
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// status: true,
// fixed: '',
// columnWidth: 120
// },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 104001, functionId: 104001,
@ -2469,10 +2469,10 @@
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 104001, functionId: 104001,
serialNumber: '104001Table3Active',
serialNumber: '104001Table3ActiveDesc',
tableId: '104001Table3', tableId: '104001Table3',
tableName: '物料代理商表', tableName: '物料代理商表',
columnProp: 'active',
columnProp: 'activeDesc',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '是否在用', columnLabel: '是否在用',
@ -2590,10 +2590,10 @@
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 104001, functionId: 104001,
serialNumber: '104001Table5Active',
serialNumber: '104001Table5ActiveDesc',
tableId: '104001Table5', tableId: '104001Table5',
tableName: '物料制造商表', tableName: '物料制造商表',
columnProp: 'active',
columnProp: 'activeDesc',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '是否在用', columnLabel: '是否在用',
@ -2749,10 +2749,10 @@
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 104001, functionId: 104001,
serialNumber: '104001Table7Active',
serialNumber: '104001Table7ActiveDesc',
tableId: '104001Table7', tableId: '104001Table7',
tableName: '物料库位表', tableName: '物料库位表',
columnProp: 'active',
columnProp: 'activeDesc',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '是否在用', columnLabel: '是否在用',

2
src/views/modules/processManagement/processBindingInfo.vue

@ -250,7 +250,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="plmTable" header-align="center" align="center" :required="true" label="审阅" width="150">
<el-table-column prop="plmTable" header-align="center" align="center" :required="true" label="是否必填" width="150">
<template slot-scope="{row}"> <template slot-scope="{row}">
<el-select :ref="`${row.xh-1}` + `a`" v-model="tableData[row.xh-1].review" placeholder="请选择" clearable style="width: 130px"> <el-select :ref="`${row.xh-1}` + `a`" v-model="tableData[row.xh-1].review" placeholder="请选择" clearable style="width: 130px">
<el-option label="强制" value="Y"></el-option> <el-option label="强制" value="Y"></el-option>

2
src/views/modules/quotation/sellForQuotation/customerInfo.vue

@ -50,7 +50,7 @@
<el-col :span="4"> <el-col :span="4">
<div class="grid-content bg-purple"> <div class="grid-content bg-purple">
<el-form-item :label="'客户状态'"> <el-form-item :label="'客户状态'">
<el-input v-model="customerData.customerStatus" readonly ></el-input>
<el-input v-model="customerData.customerStatusDesc" readonly ></el-input>
</el-form-item> </el-form-item>
</div> </div>
</el-col> </el-col>

Loading…
Cancel
Save