|
|
|
@ -68,7 +68,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="机台" align="center" prop="machineName" v-if="columns[3].visible"/>
|
|
|
|
|
<el-table-column label="班次" align="center" prop="shiftName" v-if="columns[4].visible"/>
|
|
|
|
|
<el-table-column label="班组" align="center" prop="classTeamName" v-if="columns[5].visible"/>
|
|
|
|
|
<el-table-column label="班组" align="center" prop="teamName" v-if="columns[5].visible"/>
|
|
|
|
|
<!-- <el-table-column label="接班人" align="center" prop="userId" v-if="columns[6].visible"/>-->
|
|
|
|
|
<el-table-column label="接班人名称" align="center" prop="userName" v-if="columns[6].visible"/>
|
|
|
|
|
<el-table-column label="备注" align="center" prop="remark" v-if="columns[7].visible"/>
|
|
|
|
@ -209,7 +209,7 @@ const initFormData: ProdShiftChangeForm = {
|
|
|
|
|
userName: undefined,
|
|
|
|
|
remark: undefined,
|
|
|
|
|
machineName: undefined,
|
|
|
|
|
classTeamName: undefined,
|
|
|
|
|
teamName: undefined,
|
|
|
|
|
shiftName: undefined,
|
|
|
|
|
}
|
|
|
|
|
const data = reactive<PageData<ProdShiftChangeForm, ProdShiftChangeQuery>>({
|
|
|
|
@ -225,7 +225,7 @@ const data = reactive<PageData<ProdShiftChangeForm, ProdShiftChangeQuery>>({
|
|
|
|
|
userId: undefined,
|
|
|
|
|
userName: undefined,
|
|
|
|
|
machineName: undefined,
|
|
|
|
|
classTeamName: undefined,
|
|
|
|
|
teamName: undefined,
|
|
|
|
|
shiftName: undefined,
|
|
|
|
|
params: {
|
|
|
|
|
}
|
|
|
|
|