This commit is contained in:
jjLv 2024-11-15 17:03:07 +08:00
parent 31c8917d86
commit f6bad9b43d
2 changed files with 7 additions and 7 deletions

View File

@ -787,8 +787,8 @@ export default {
message: "操作成功",
type: "success",
});
this.noticeOpen = false;
this.getTaskInfo();
this.showPeople = false;
this.getList();
}
});
} else {

View File

@ -190,11 +190,11 @@
<el-table-column align="center" label="绑定人员" prop="createBy" />
<el-table-column align="center" label="绑定时间" prop="createTime" />
<el-table-column align="center" label="出厂编号" prop="outFacCode" />
<el-table-column
<!-- <el-table-column
align="center"
label="出厂时间"
prop="productionTime"
/>
/> -->
</el-table>
</el-dialog>
@ -270,7 +270,7 @@
/>
</template>
</el-table-column>
<el-table-column align="center" label="出厂时间">
<!-- <el-table-column align="center" label="出厂时间">
<template slot-scope="{ row }">
<el-date-picker
type="date"
@ -278,7 +278,7 @@
placeholder="请选择出厂日期"
/>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column label="操作" align="center">
<template slot-scope="scope">
<el-button
@ -748,7 +748,7 @@ export default {
typeName,
maTypeName,
outFacCode: "",
productDate: "",
// productDate: "",
maCode: `${codePrefix}${parseInt(codeSuffixStart) + i}`,
};
this.codeTableList.push(codeItem);