| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="姓名:"> |
| | | <el-input v-model="formData0.nameUser" size="small" disabled></el-input> |
| | | <el-input v-model="formData0.name" size="small" disabled></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="班次:"> |
| | | <el-select v-model="formData0.shift" placeholder="请选择" size="small" :disabled="title=='批准'"> |
| | |
| | | } |
| | | }, |
| | | requiredAdd: [], |
| | | requiredUp: [] |
| | | requiredUp: [], |
| | | needSort: ['createTime', 'name'] |
| | | }, |
| | | entityCopy: {}, |
| | | upIndex: 0, |
| | |
| | | reviewerNonproductiveTime:'', |
| | | auxiliaryProject:'', |
| | | reviewerRemark:'', |
| | | nameUser: '' |
| | | nameUser: '', |
| | | name: '' |
| | | }, |
| | | checkVisible:false, |
| | | checkLoadN:false, |
| | |
| | | if(this.currentTable=='ValueTable0'){ |
| | | entity.state = this.entity.state |
| | | this.componentData.entity = {...this.componentData.entity,...entity} |
| | | this.$refs['ValueTable0'].selectList(e) |
| | | this.$nextTick(() => { |
| | | this.$refs['ValueTable0'].selectList(e) |
| | | }) |
| | | }else{ |
| | | this.componentData1.entity = {...this.componentData1.entity,...entity} |
| | | this.$refs['ValueTable1'].selectList(e) |
| | |
| | | this.title = '审核' |
| | | this.formData0 = row; |
| | | this.checkVisible = true |
| | | this.formData0.reviewerNumber = this.formData0.amount |
| | | }, |
| | | handleRatify(row){ |
| | | this.title = '批准' |
| | | this.formData0 = row; |
| | | this.checkVisible = true |
| | | this.formData0.reviewerNumber = this.formData0.amount |
| | | }, |
| | | handleChangeTask (row) { |
| | | this.ValueTable0Selected = JSON.parse(JSON.stringify(row)) |
| | |
| | | } |
| | | this.formData0.state = e==0?this.formData0.state:'已审核' |
| | | this.$axios.post(this.$api.auxiliaryWorkingHoursDay.check, { |
| | | ...this.formData0 |
| | | auxiliaryWorkingHoursDays:[this.formData0] |
| | | }, { |
| | | headers: { |
| | | 'Content-Type': 'application/json' |
| | |
| | | height: calc(100% - 60px - 80px - 10px - 40px - 25px); |
| | | padding: 20px; |
| | | } |
| | | >>>.el-dialog__wrapper { |
| | | z-index: 9999 !important; /* 根据需要调整层级 */ |
| | | } |
| | | </style> |