| | |
| | | <el-col :span="12"> |
| | | <el-form-item label="实际处理时间" prop="realTime"> |
| | | <el-date-picker |
| | | v-model="editConfig.infomation.startTime" |
| | | v-model="editConfig.infomation.realTime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | type="realTime" |
| | | type="datetime" |
| | | placeholder="选择时间" |
| | | > |
| | | </el-date-picker> |
| | |
| | | this.editConfig.infomation.client_name = row.name |
| | | this.clientId = row.id |
| | | } else if (value === "serviceContract") { |
| | | this.editConfig.infomation.service_number = row.number |
| | | this.editConfig.infomation.serviceContract_Number = row.number |
| | | this.serviceContractId = row.id |
| | | } else if (value === "contract") { |
| | | this.editConfig.infomation.number = row.number |