| | |
| | | type="select" /> |
| | | <u-icon slot="right" name="arrow-right" /> |
| | | </u-form-item> |
| | | <u-form-item border-bottom label="限期天数:" placeholder="请输入" required> |
| | | <u-input v-model="form.changeDay" border="none" type="number" /> |
| | | <u-form-item border-bottom label="限期天数:" placeholder="请输入" required |
| | | :disabled='Number(sumbitForm.changeType)===1'> |
| | | <u-input v-model="form.changeDay" border="none" type="number" |
| | | :disabled='Number(sumbitForm.changeType)===1' /> |
| | | </u-form-item> |
| | | <u-form-item border-bottom label="上报单位:" prop="escalationUnitId" required @click=" |
| | | showCheckBox = true; |
| | |
| | | console.log(e) |
| | | this.form[this.currentKey] = e.value[0].label |
| | | this.sumbitForm[this.currentKey] = e.value[0].id |
| | | console.log('this.form.changeType', this.currentKey) |
| | | if (Number(this.sumbitForm.changeType) !== 1) { |
| | | this.sumbitForm.changeDay = '0' |
| | | this.form.changeDay = '0' |
| | | } else { |
| | | this.sumbitForm.changeDay = '' |
| | | this.form.changeDay = '' |
| | | } |
| | | this.showCheckBox = false |
| | | }, |
| | | checkTime(e) { |
| | |
| | | this.form.escalationUnitId = data |
| | | this.sumbitForm.escalationUnitId = userInfor.unitId |
| | | } |
| | | this.form.escalationName = userInfor.name || '' |
| | | this.sumbitForm.escalationName = userInfor.name || '' |
| | | this.form.escalationName = userInfor.userName || '' |
| | | this.sumbitForm.escalationName = userInfor.userName || '' |
| | | this.form.investigationType = 1 |
| | | this.sumbitForm.investigationType = 1 |
| | | console.log('this.sumbitForm', this.sumbitForm) |