|
|
@ -11,11 +11,11 @@
|
|
|
|
<el-form-item label='计划编号' prop='planCode'>
|
|
|
|
<el-form-item label='计划编号' prop='planCode'>
|
|
|
|
<el-input v-model='queryParams.planCode' placeholder='请输入计划编号' clearable @keyup.enter='handleQuery' />
|
|
|
|
<el-input v-model='queryParams.planCode' placeholder='请输入计划编号' clearable @keyup.enter='handleQuery' />
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label='班次名称' prop='classesId'>
|
|
|
|
<el-form-item label='班次名称' prop='shiftId'>
|
|
|
|
<el-input v-model='queryParams.classesId' placeholder='请输入班次名称' clearable @keyup.enter='handleQuery' />
|
|
|
|
<el-input v-model='queryParams.shiftId' placeholder='请输入班次名称' clearable @keyup.enter='handleQuery' />
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label='班组名称' prop='teamId'>
|
|
|
|
<el-form-item label='班组名称' prop='classTeamId'>
|
|
|
|
<el-input v-model='queryParams.teamId' placeholder='请输入班组名称' clearable @keyup.enter='handleQuery' />
|
|
|
|
<el-input v-model='queryParams.classTeamId' placeholder='请输入班组名称' clearable @keyup.enter='handleQuery' />
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<!-- <el-form-item label="实际开始时间" prop="realBeginTime">-->
|
|
|
|
<!-- <el-form-item label="实际开始时间" prop="realBeginTime">-->
|
|
|
|
<!-- <el-date-picker clearable-->
|
|
|
|
<!-- <el-date-picker clearable-->
|
|
|
@ -101,8 +101,8 @@
|
|
|
|
<el-table-column label='计划编号' align='center' prop='planCode' v-if='columns[4].visible' width='100'/>
|
|
|
|
<el-table-column label='计划编号' align='center' prop='planCode' v-if='columns[4].visible' width='100'/>
|
|
|
|
<el-table-column label='操作人员ID' align='center' prop='userId' v-if='columns[5].visible' />
|
|
|
|
<el-table-column label='操作人员ID' align='center' prop='userId' v-if='columns[5].visible' />
|
|
|
|
<el-table-column label='操作人员名称' align='center' prop='userName' v-if='columns[6].visible' width='110' />
|
|
|
|
<el-table-column label='操作人员名称' align='center' prop='userName' v-if='columns[6].visible' width='110' />
|
|
|
|
<el-table-column label='班次名称' align='center' prop='classesId' v-if='columns[7].visible' />
|
|
|
|
<el-table-column label='班次名称' align='center' prop='shiftId' v-if='columns[7].visible' />
|
|
|
|
<el-table-column label='班组名称' align='center' prop='teamId' v-if='columns[8].visible' />
|
|
|
|
<el-table-column label='班组名称' align='center' prop='classTeamId' v-if='columns[8].visible' />
|
|
|
|
<el-table-column label='完成数量' align='center' prop='completeAmount' v-if='columns[9].visible' />
|
|
|
|
<el-table-column label='完成数量' align='center' prop='completeAmount' v-if='columns[9].visible' />
|
|
|
|
<el-table-column label='单位ID' align='center' prop='unitId' v-if='columns[10].visible' />
|
|
|
|
<el-table-column label='单位ID' align='center' prop='unitId' v-if='columns[10].visible' />
|
|
|
|
<el-table-column label='单位名称' align='center' prop='unitName' v-if='columns[11].visible' />
|
|
|
|
<el-table-column label='单位名称' align='center' prop='unitName' v-if='columns[11].visible' />
|
|
|
@ -182,11 +182,11 @@
|
|
|
|
<el-form-item label='操作人员名称' prop='userName'>
|
|
|
|
<el-form-item label='操作人员名称' prop='userName'>
|
|
|
|
<el-input v-model='form.userName' placeholder='请输入操作人员名称' />
|
|
|
|
<el-input v-model='form.userName' placeholder='请输入操作人员名称' />
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label='班次名称' prop='classesId'>
|
|
|
|
<el-form-item label='班次名称' prop='shiftId'>
|
|
|
|
<el-input v-model='form.classesId' placeholder='请输入班次名称' />
|
|
|
|
<el-input v-model='form.shiftId' placeholder='请输入班次名称' />
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label='班组名称' prop='teamId'>
|
|
|
|
<el-form-item label='班组名称' prop='classTeamId'>
|
|
|
|
<el-input v-model='form.teamId' placeholder='请输入班组名称' />
|
|
|
|
<el-input v-model='form.classTeamId' placeholder='请输入班组名称' />
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
<el-form-item label='完成数量' prop='completeAmount'>
|
|
|
|
<el-form-item label='完成数量' prop='completeAmount'>
|
|
|
|
<el-input-number v-model='form.completeAmount' placeholder='请输入完成数量' style='width: 220px' />
|
|
|
|
<el-input-number v-model='form.completeAmount' placeholder='请输入完成数量' style='width: 220px' />
|
|
|
@ -341,8 +341,8 @@ const initFormData: ProductPlanDetailForm = {
|
|
|
|
planCode: undefined,
|
|
|
|
planCode: undefined,
|
|
|
|
userId: undefined,
|
|
|
|
userId: undefined,
|
|
|
|
userName: undefined,
|
|
|
|
userName: undefined,
|
|
|
|
classesId: undefined,
|
|
|
|
shiftId: undefined,
|
|
|
|
teamId: undefined,
|
|
|
|
classTeamId: undefined,
|
|
|
|
completeAmount: undefined,
|
|
|
|
completeAmount: undefined,
|
|
|
|
unitId: undefined,
|
|
|
|
unitId: undefined,
|
|
|
|
unitName: undefined,
|
|
|
|
unitName: undefined,
|
|
|
@ -376,8 +376,8 @@ const data = reactive<PageData<ProductPlanDetailForm, ProductPlanDetailQuery>>({
|
|
|
|
planCode: undefined,
|
|
|
|
planCode: undefined,
|
|
|
|
userId: undefined,
|
|
|
|
userId: undefined,
|
|
|
|
userName: undefined,
|
|
|
|
userName: undefined,
|
|
|
|
classesId: undefined,
|
|
|
|
shiftId: undefined,
|
|
|
|
teamId: undefined,
|
|
|
|
classTeamId: undefined,
|
|
|
|
completeAmount: undefined,
|
|
|
|
completeAmount: undefined,
|
|
|
|
unitId: undefined,
|
|
|
|
unitId: undefined,
|
|
|
|
unitName: undefined,
|
|
|
|
unitName: undefined,
|
|
|
@ -413,10 +413,10 @@ const data = reactive<PageData<ProductPlanDetailForm, ProductPlanDetailQuery>>({
|
|
|
|
planCode: [
|
|
|
|
planCode: [
|
|
|
|
{ required: true, message: '计划编号不能为空', trigger: 'blur' }
|
|
|
|
{ required: true, message: '计划编号不能为空', trigger: 'blur' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
classesId: [
|
|
|
|
shiftId: [
|
|
|
|
{ required: true, message: '班次名称不能为空', trigger: 'blur' }
|
|
|
|
{ required: true, message: '班次名称不能为空', trigger: 'blur' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
teamId: [
|
|
|
|
classTeamId: [
|
|
|
|
{ required: true, message: '班组名称不能为空', trigger: 'blur' }
|
|
|
|
{ required: true, message: '班组名称不能为空', trigger: 'blur' }
|
|
|
|
],
|
|
|
|
],
|
|
|
|
completeAmount: [
|
|
|
|
completeAmount: [
|
|
|
|