累计类检查配置信息

dev-scheduling
zhangdi 3 months ago
parent 7d14276b28
commit 59feb1604a
  1. 7
      src/views/processManagement/bathRefine/components/addAccumulateClassDialog.vue

@ -176,9 +176,9 @@
></el-input>
</template>
</el-table-column>
<el-table-column align="center" label="有效期" prop="periodofValidity" width="200">
<el-table-column align="center" label="有效期" prop="periodOfValidity" width="200">
<template #default="scope">
<el-radio-group v-model="scope.row.periodofValidity">
<el-radio-group v-model="scope.row.periodOfValidity">
<el-radio label="1">长期</el-radio>
<el-radio label="2">一次性</el-radio>
</el-radio-group>
@ -343,7 +343,8 @@ export default {
let select = this.form.tableData[index].batchNoOptions.filter(
row => row.id == this.form.tableData[index].batchNo
);
this.form.tableData[index].batchNoName = select[0].batchNoName;
console.log(select,'select');
this.form.tableData[index].batchNoName = select[0].name;
},
getWorkCenterList() {
getWorkCenterList().then(res => {

Loading…
Cancel
Save