Browse Source

2024-12-24

接口更新
master
fengyuan_yang 1 year ago
parent
commit
6e8a5d4257
  1. 42
      src/views/modules/part/bomManagement.vue

42
src/views/modules/part/bomManagement.vue

@ -544,7 +544,7 @@
<span style="cursor: pointer" slot="label" @click="getBaseList(117)"><a herf="#">发料库位</a></span>
<el-input v-model="componentData.issueToLocName" readonly style="width: 110px"></el-input>
</el-form-item>
<el-form-item :label="'生产属性'" prop="issueType" :rules="componentRules.issueType">
<el-form-item v-show="componentData.productFlag === 'component'" :label="'生产属性'" prop="issueType" :rules="componentRules.issueType">
<el-select v-model="componentData.issueType" style="width: 165px">
<el-option label="Reserve And Backflush" value="Reserve And Backflush"></el-option>
<el-option label="Reserve" value="Reserve"></el-option>
@ -1980,24 +1980,24 @@ export default {
fixed: '',
columnWidth: 60
},
{
userId: this.$store.state.user.name,
functionId: 104002001,
serialNumber: '104002001Table3IssueType',
tableId: '104002001Table3',
tableName: 'BOM副产品表',
columnProp: 'issueType',
headerAlign: 'center',
align: 'center',
columnLabel: '生产属性',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 140
},
// {
// userId: this.$store.state.user.name,
// functionId: 104002001,
// serialNumber: '104002001Table3IssueType',
// tableId: '104002001Table3',
// tableName: 'BOM',
// columnProp: 'issueType',
// headerAlign: 'center',
// align: 'center',
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// columnSortable: false,
// sortLv: 0,
// status: true,
// fixed: '',
// columnWidth: 140
// },
{
userId: this.$store.state.user.name,
functionId: 104002001,
@ -3046,7 +3046,7 @@ export default {
printUnitName: '',
qtyPerAssembly: 0,
componentScrap: 0,
issueType: 'Reserve And Backflush',
issueType: '',
shrinkageFactor: 0,
lineItemNo: '',
operationId: '',
@ -3056,7 +3056,7 @@ export default {
noteText: '',
createBy: this.$store.state.user.name,
lineSequence: '',
consumptionItem: '',
consumptionItem: 'Consumed',
productFlag: 'byProduct'
}
//

Loading…
Cancel
Save