Commit 2e575fb6 authored by 张海景's avatar 张海景

update:修改入库

parent d3b4bbfd
......@@ -331,12 +331,9 @@ export default {
/** 修改按钮操作 */
handleUpdate(row) {
this.reset();
const toolMachinesRecordId = row.toolMachinesRecordId || this.ids
getRecord(toolMachinesRecordId).then(response => {
this.form = response.data;
this.open = true;
this.title = "申请入库";
});
this.form = Object.assign(row, {})
this.open = true;
this.title = "申请入库";
},
/** 提交按钮 */
submitForm() {
......
......@@ -73,10 +73,10 @@
<!-- <el-table-column type="selection" width="55" align="center" /> -->
<el-table-column label="物料编码" width="130" align="center" prop="itemCode" />
<el-table-column label="物料名称" width="100" align="center" prop="itemName" />
<el-table-column label="任务编码" width="120" align="center" prop="taskCode" />
<el-table-column label="任务名称" show-overflow-tooltip min-width="220" align="center" prop="taskName" />
<el-table-column label="工作单元编码" min-width="100" align="center" prop="workunitCode" />
<el-table-column label="工作单元名称" min-width="120" align="center" prop="workunitName" />
<el-table-column label="任务编码" width="120" align="center" prop="taskCode" />
<el-table-column label="任务名称" show-overflow-tooltip min-width="220" align="center" prop="taskName" />
<el-table-column label="上机状态" width="100" align="center" prop="typeName" />
<el-table-column label="数量" width="80" align="center" prop="allQuantity" />
<el-table-column label="使用寿命" width="80" align="center" prop="nextMaintenPeriod" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment