| | |
| | | allow-clear |
| | | :disabled="true" |
| | | :placeholder="disableSubmit?'':'请输入责任班组'" |
| | | v-decorator="['teamName', validatorRules.teamName ]" |
| | | v-decorator="['teamName', {} ]" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | |
| | | // return |
| | | // } |
| | | this.$refs.DailyMaintenanceStandard3List.list(data.useId); |
| | | this.$refs.DailyMaintenanceStandard3List.title = "选择日常保养标准"; |
| | | this.$refs.DailyMaintenanceStandard3List.title = "选择三级保养标准"; |
| | | }, |
| | | send3MaintenanceStandardRecord(data) { |
| | | let record = data.record; |
| | |
| | | |
| | | handle3Change(val) { |
| | | let data = this.form.getFieldsValue(['maintenanceStandardId']); |
| | | // getAction(this.url.getMaintenanceProjectList, { maintenanceStandardId: data.maintenanceStandardId, maintenanceCycleId: val }).then((res) => { |
| | | getAction(this.url.getMaintenanceProjectList).then((res) => { |
| | | getAction(this.url.getMaintenanceProjectList, { maintenanceStandardId: data.maintenanceStandardId, maintenanceCycleId: val }).then((res) => { |
| | | // getAction(this.url.getMaintenanceProjectList).then((res) => { |
| | | if (res.success) { |
| | | this.dataSource = res.result; |
| | | if (res.result.length == 0) { |