|
|
|
@ -279,12 +279,17 @@ |
|
|
|
<el-input v-model="modalData.umDesc" disabled style="width: 330px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" :rules="rules"> |
|
|
|
<el-form-item label="备注"> |
|
|
|
<el-input type="textarea" v-model="modalData.remark" :rows="3" resize='none' show-word-limit style="width: 921px;height: 60px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
</el-tab-pane> |
|
|
|
|
|
|
|
<el-tab-pane label="Costs"> |
|
|
|
<el-form :inline="true" label-position="top" :model="modalData" :rules="rules" style="margin-top: -5px;"> |
|
|
|
<el-form-item label="配置ID / Configuration ID"> |
|
|
|
<el-select v-model="modalData.configurationID" style="width: 461px"> |
|
|
|
<el-select v-model="modalData.configurationId" style="width: 461px"> |
|
|
|
<el-option label="*" value="*"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
@ -308,7 +313,7 @@ |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label" @click="getBaseList(131)"><a herf="#">物料成本组 / Part Cost Group</a></span> |
|
|
|
<el-input v-model="modalData.partCostGroupID" style="width: 128px"></el-input> |
|
|
|
<el-input v-model="modalData.partCostGroupId" style="width: 128px"></el-input> |
|
|
|
<el-input v-model="modalData.partCostGroupDesc" disabled style="width: 330px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
@ -1370,10 +1375,10 @@ |
|
|
|
status: '', |
|
|
|
partStatus: '', |
|
|
|
partStatusDesc: '', |
|
|
|
configurationID: '', |
|
|
|
configurationId: '', |
|
|
|
estimatedMaterialCost: '', |
|
|
|
inventoryValuationMethod: '', |
|
|
|
partCostGroupID: '', |
|
|
|
partCostGroupId: '', |
|
|
|
partCostGroupDesc: '', |
|
|
|
inventoryPartCostLevel: '', |
|
|
|
invoiceConsideration: '', |
|
|
|
@ -3074,10 +3079,10 @@ |
|
|
|
status: '', |
|
|
|
partStatus: '', |
|
|
|
partStatusDesc: '', |
|
|
|
configurationID: '*', |
|
|
|
configurationId: '*', |
|
|
|
estimatedMaterialCost: '', |
|
|
|
inventoryValuationMethod: '', |
|
|
|
partCostGroupID: '', |
|
|
|
partCostGroupId: '', |
|
|
|
partCostGroupDesc: '', |
|
|
|
inventoryPartCostLevel: '', |
|
|
|
invoiceConsideration: '', |
|
|
|
@ -3179,10 +3184,10 @@ |
|
|
|
status: row.status, |
|
|
|
partStatus: row.partStatus, |
|
|
|
partStatusDesc: row.partStatusDesc, |
|
|
|
configurationID: row.configurationID, |
|
|
|
configurationId: row.configurationId, |
|
|
|
estimatedMaterialCost: row.estimatedMaterialCost, |
|
|
|
inventoryValuationMethod: row.inventoryValuationMethod, |
|
|
|
partCostGroupID: row.partCostGroupID, |
|
|
|
partCostGroupId: row.partCostGroupId, |
|
|
|
partCostGroupDesc: row.partCostGroupDesc, |
|
|
|
inventoryPartCostLevel: row.inventoryPartCostLevel, |
|
|
|
invoiceConsideration: row.invoiceConsideration, |
|
|
|
@ -3993,7 +3998,7 @@ |
|
|
|
} else if (val === 129) { |
|
|
|
strVal = this.modalData.customsStarNo |
|
|
|
} else if (val === 131) { |
|
|
|
strVal = this.modalData.partCostGroupID |
|
|
|
strVal = this.modalData.partCostGroupId |
|
|
|
} else if (val === 132) { |
|
|
|
strVal = this.modalData.planningMethod |
|
|
|
} |
|
|
|
@ -4068,7 +4073,7 @@ |
|
|
|
this.modalData.customsStarNo = val.customs_star_no |
|
|
|
this.modalData.customsStarDesc = val.customs_star_desc |
|
|
|
} else if (this.tagNo === 131) { |
|
|
|
this.modalData.partCostGroupID = val.part_cost_group_id |
|
|
|
this.modalData.partCostGroupId = val.part_cost_group_id |
|
|
|
this.modalData.partCostGroupDesc = val.part_cost_group_desc |
|
|
|
} else if (this.tagNo === 132) { |
|
|
|
this.modalData.planningMethod = val.planning_method |
|
|
|
|