|
|
|
@ -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' |
|
|
|
} |
|
|
|
// 获取子料的序号 |
|
|
|
|