|
|
|
@ -158,10 +158,6 @@ |
|
|
|
<el-form-item :label="'工程版本号'"> |
|
|
|
<el-input v-model="modalData.engRevision" readonly style="width: 90px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item prop="productGroupId4"> |
|
|
|
<span style="cursor: pointer" slot="label" @click="queryProductGroupId4Save"><a herf="#">计划人</a></span> |
|
|
|
<el-input v-model="modalData.productGroupId4" readonly clearable style="width: 120px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<!-- <el-form-item :label="'净重'">--> |
|
|
|
<!-- <el-input-number :controls="false" :step="0" v-model="modalData.netWeight" style="width: 110px"></el-input-number>--> |
|
|
|
<!-- </el-form-item>--> |
|
|
|
@ -442,6 +438,16 @@ |
|
|
|
<el-form-item :label="'物料名称'"> |
|
|
|
<el-input v-model="partData.partDesc" clearable style="width: 120px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item prop="productGroupId4"> |
|
|
|
<span style="cursor: pointer" slot="label" @click="queryProductGroupId4Save"><a herf="#">计划人</a></span> |
|
|
|
<el-input v-model="partData.productGroupId4" readonly clearable style="width: 120px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'零件状态'"> |
|
|
|
<el-select v-model="partData.partStatus" clearable style="width: 120px"> |
|
|
|
<el-option label="Active" value="active"></el-option> |
|
|
|
<el-option label="All" value="all"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="' '"> |
|
|
|
<el-button type="primary" @click="queryPartList()">查询</el-button> |
|
|
|
</el-form-item> |
|
|
|
@ -1172,7 +1178,7 @@ export default { |
|
|
|
'componentPartProductGroupId4SaveData.productGroupId4': { |
|
|
|
deep: true, |
|
|
|
handler: function (newV, oldV) { |
|
|
|
this.modalData.productGroupId4 = this.componentPartProductGroupId4SaveData.productGroupId4 |
|
|
|
this.partData.productGroupId4 = this.componentPartProductGroupId4SaveData.productGroupId4 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -1255,7 +1261,6 @@ export default { |
|
|
|
printUnit: '', |
|
|
|
printUnitName: '', |
|
|
|
officialFlag: '', |
|
|
|
productGroupId4: '' |
|
|
|
}, |
|
|
|
detailData: { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
@ -1309,6 +1314,8 @@ export default { |
|
|
|
plmPartNo: '', |
|
|
|
ifsPartNo: '', |
|
|
|
partDesc: '', |
|
|
|
partStatus: 'active', |
|
|
|
productGroupId4: '', |
|
|
|
page: 1, |
|
|
|
limit: 10 |
|
|
|
}, |
|
|
|
@ -1320,7 +1327,7 @@ export default { |
|
|
|
partDesc: '', |
|
|
|
status: '', |
|
|
|
productGroupId4: '', |
|
|
|
partStatus: 'all', |
|
|
|
partStatus: 'active', |
|
|
|
page: 1, |
|
|
|
limit: 10 |
|
|
|
}, |
|
|
|
@ -1744,6 +1751,17 @@ export default { |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
columnProp: 'productGroupId4', |
|
|
|
headerAlign: "center", |
|
|
|
align: "left", |
|
|
|
columnLabel: '计划人', |
|
|
|
columnHidden: false, |
|
|
|
columnImage: false, |
|
|
|
status: true, |
|
|
|
fixed: '', |
|
|
|
columnWidth: 100 |
|
|
|
}, |
|
|
|
{ |
|
|
|
columnProp: 'partType', |
|
|
|
headerAlign: "center", |
|
|
|
@ -3296,7 +3314,6 @@ export default { |
|
|
|
officialFlag: row.officialFlag, |
|
|
|
alternativeNo: row.alternativeNo, |
|
|
|
ifsPartNo: row.ifsPartNo, |
|
|
|
productGroupId4: row.productGroupId4 |
|
|
|
} |
|
|
|
this.subDetailTable = 'bom_sub_detail' |
|
|
|
// 查bom明细 |
|
|
|
@ -4342,7 +4359,6 @@ export default { |
|
|
|
typeFlag: data.rows.modalData.typeFlag, |
|
|
|
netWeight: data.rows.modalData.netWeight, |
|
|
|
officialFlag: data.rows.modalData.officialFlag, |
|
|
|
productGroupId4: data.rows.modalData.productGroupId4, |
|
|
|
} |
|
|
|
this.detailDataList = data.rows.detailDataList |
|
|
|
this.detailData = data.rows.detailData |
|
|
|
@ -4988,7 +5004,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
queryProductGroupId4Save(){ |
|
|
|
this.componentPartProductGroupId4SaveData.productGroupId4 = this.modalData.productGroupId4 |
|
|
|
this.componentPartProductGroupId4SaveData.productGroupId4 = this.partData.productGroupId4 |
|
|
|
this.componentPartProductGroupId4SaveData.limit = this.pageSize6 |
|
|
|
this.componentPartProductGroupId4SaveData.page = this.pageIndex6 |
|
|
|
this.componentPartProductGroupId4SaveData.site = this.$store.state.user.site |
|
|
|
@ -5006,7 +5022,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
getProductGroupId4SaveRowData(row){ |
|
|
|
this.modalData.productGroupId4 = row.productGroupId4 |
|
|
|
this.partData.productGroupId4 = row.productGroupId4 |
|
|
|
this.productGroupId4SaveModelFlag = false |
|
|
|
} |
|
|
|
} |
|
|
|
|