| | |
| | | // æ¥è¯¢å®£æä»»å¡è¯¦æ
å表 |
| | | export function gethetaskinfo(Id) { |
| | | return request({ |
| | | url: "/smartor/hetask/getInfo" + Id, |
| | | url: "/smartor/hetask/getInfo/" + Id, |
| | | method: "get", |
| | | }); |
| | | } |
| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // æ°å¢æä¿®æ¹å é¤åä¸ä»»å¡ |
| | | // åä¸ä»»å¡å表 |
| | | export function getTasklist(data) { |
| | | return request({ |
| | | url: "/smartor/taskcall/list", |
| | |
| | | data: data, |
| | | }); |
| | | } |
| | | // åä¸ä»»å¡è¯¦æ
|
| | | export function getTaskInfo(data) { |
| | | return request({ |
| | | url: "/smartor/taskcall/queryTaskByCondition", |
| | | method: "post", |
| | | data: data, |
| | | }); |
| | | } |
| | |
| | | status |
| | | } |
| | | return request({ |
| | | url: '/monitor/job/changeStatus/edit', |
| | | url: '/monitor/job/changeStatus', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | |
| | | jobGroup |
| | | } |
| | | return request({ |
| | | url: '/monitor/job/run/edit', |
| | | url: '/monitor/job/run', |
| | | method: 'post', |
| | | data: data |
| | | }) |
| | |
| | | prop="nickName" |
| | | /> |
| | | |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | label="å®¡æ ¸äºº" |
| | | align="center" |
| | | key="create_by" |
| | |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.create_time) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | label="å建人" |
| | | align="center" |
| | |
| | | size="medium" |
| | | type="text" |
| | | @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | ><span class="button-xq" |
| | | ><i class="el-icon-s-data"></i>详æ
</span |
| | | ></el-button |
| | | > |
| | | <!-- <el-button |
| | | size="medium" |
| | | type="text" |
| | | @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | ><span class="button-bb" |
| | | ><i class="el-icon-s-order"></i>æ¥è¡¨</span |
| | | ></el-button |
| | | > --> |
| | | <el-button |
| | | size="medium" |
| | | type="text" |
| | | @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | <el-button size="medium" type="text" @click="deletefn(scope.row)" |
| | | ><span class="button-sc" |
| | | ><i class="el-icon-delete"></i>å é¤</span |
| | | ></el-button |
| | |
| | | resetUserPwd, |
| | | changeUserStatus, |
| | | } from "@/api/system/user"; |
| | | import { getTasklist, getlibrarylist } from "@/api/AiCentre/index"; |
| | | import { getTasklist, getTaskInfo } from "@/api/AiCentre/index"; |
| | | |
| | | import Treeselect from "@riophae/vue-treeselect"; |
| | | import "@riophae/vue-treeselect/dist/vue-treeselect.css"; |
| | |
| | | // æ¥è¯¢åæ° |
| | | topqueryParams: { |
| | | pageNum: 1, |
| | | pageSize: 1000, |
| | | pageSize: 10, |
| | | userName: undefined, |
| | | tagid: undefined, |
| | | topic: undefined, |
| | |
| | | }, |
| | | /** æ°å¢æé®æä½ */ |
| | | handleAdd() { |
| | | // this.$router.push({ |
| | | // path: "/followvisit/tasklist/FollowupDetails/", |
| | | // }); |
| | | this.$router.push({ |
| | | path: "/followvisit/particty", |
| | | query: { type: this.tasktopic }, |
| | |
| | | }, |
| | | /** ä¿®æ¹æé®æä½ */ |
| | | handleUpdate(row) { |
| | | // const userId = row.userId || this.ids; |
| | | // this.$router.push({ |
| | | // path: "/followvisit/tasklist/FollowupDetails/", |
| | | // query: { id: row.id }, |
| | | // }); |
| | | this.$router.push({ |
| | | path: "/followvisit/particty", |
| | | query: { type: 2 }, |
| | | query: { type: row.type, id: row.taskid }, |
| | | }); |
| | | }, |
| | | // å é¤ä»»å¡ |
| | | deletefn(){}, |
| | | /** éç½®å¯ç æé®æä½ */ |
| | | handleResetPwd(row) { |
| | | this.$prompt('请è¾å
¥"' + row.userName + '"çæ°å¯ç ', "æç¤º", { |
copy from src/views/patient/review/index.vue
copy to src/views/patient/LinkMission/index.vue
Îļþ´Ó src/views/patient/review/index.vue ¸´ÖÆ |
| | |
| | | <template> |
| | | <div>夿¥éç¥</div> |
| | | <div>宣æé¾æ¥é¡µ</div> |
| | | </template> |
| | | |
| | | <script> |
ÎļþÃû´Ó src/views/patient/review/index.vue ÐÞ¸Ä |
| | |
| | | <template> |
| | | <div>夿¥éç¥</div> |
| | | <div>é®å·é¾æ¥é¡µ</div> |
| | | </template> |
| | | |
| | | <script> |
| | |
| | | > |
| | | <el-time-picker |
| | | is-range |
| | | arrow-control |
| | | @change="changeTime" |
| | | v-model="time1" |
| | | range-separator="è³" |
| | |
| | | > |
| | | <el-time-picker |
| | | is-range |
| | | arrow-control |
| | | @change="changeTime" |
| | | v-model="time2" |
| | | range-separator="è³" |
| | |
| | | > |
| | | <el-time-picker |
| | | is-range |
| | | arrow-control |
| | | @change="changeTime" |
| | | v-model="time3" |
| | | range-separator="è³" |
| | |
| | | getlibrarylist, |
| | | getFollowuplist, |
| | | getQtemplatelist, |
| | | edithetask, |
| | | getTaskInfo, |
| | | addhetask, |
| | | gethetaskinfo, |
| | | delhetaskinfo, |
| | |
| | | created() { |
| | | this.id = this.$route.query.id; |
| | | this.form.type = this.$route.query.type; |
| | | this.Addsubtask(); |
| | | this.Getsubtask(); |
| | | this.Getdetails(); |
| | | this.Acquisitiontype(); |
| | | }, |
| | | |
| | |
| | | console.log(filteredArray, "åååé"); |
| | | this.form.textParam = this.convertFormat2ToFormat1(filteredArray); |
| | | |
| | | |
| | | if (this.form.id) { |
| | | this.form.isoperation = 2; |
| | | } else { |
| | | this.form.isoperation = 1; |
| | | } |
| | | Editsingletask(this.form).then((response) => { |
| | | Editsingletask(this.form).then((res) => { |
| | | if (res.code == 200) { |
| | | if (this.form.id) { |
| | | this.$modal.msgSuccess("æ°å¢æå"); |
| | |
| | | Acknowledgereference() { |
| | | this.quote = true; |
| | | }, |
| | | // æ°å¢åä»»å¡ |
| | | Addsubtask() { |
| | | this.topqueryParams.pguid = 2; |
| | | // addsvr_prjtask(this.topqueryParams).then((res) => { |
| | | // console.log(res); |
| | | // }); |
| | | // è·å详æ
|
| | | Getdetails() { |
| | | if (this.id) { |
| | | getTaskInfo({ taskid: this.id }).then((res) => { |
| | | const filteredArray = ""; |
| | | if (res.code == 200) { |
| | | this.form = res.data; |
| | | this.checkList = this.form.serviceform.split(","); |
| | | filteredArray = this.convertFormat1ToFormat2(this.form.textParam); |
| | | this.variableList = this.transitionList.concat(filteredArray); |
| | | } else { |
| | | this.$modal.msgError(res.code); |
| | | } |
| | | console.log(res); |
| | | }); |
| | | } |
| | | }, |
| | | // æ°å¢æ´¾éæ£è
|
| | | AddDispatchpatients() { |
| | |
| | | this.dialogVisiblepatient = false; |
| | | }, |
| | | |
| | | // æ¥è¯¢åä»»å¡å表 |
| | | Getsubtask() { |
| | | this.topqueryParams.pguid = 2; |
| | | console.log(this.topqueryParams, "aa"); |
| | | messagelistpatient(this.topqueryParams).then((res) => { |
| | | this.userList = res.rows; |
| | | this.total = res.total; |
| | | console.log(this.userList, "ss"); |
| | | }); |
| | | }, |
| | | // åé--------------- |
| | | variableEdit(index, row) { |
| | | console.log(index, row); |
| | |
| | | } |
| | | } |
| | | this.form.sendTimeslot = combinedData; |
| | | // å±ç¤ºæ°æ®ä¸´æ¶å卿¥æãæ©ãä¸ãæ |
| | | this.form.sendlimitabegin = this.daytime.join(","); |
| | | this.form.sendlimitaend = this.time1.join(","); |
| | | this.form.sendlimitnbegin = this.time2.join(","); |
| | | this.form.sendlimitnend = this.time3.join(","); |
| | | console.log(combinedData, "combinedData"); |
| | | }, |
| | | }, |
| | |
| | | this.getaddtopiclist(); |
| | | }, |
| | | getaddtopiclist() { |
| | | console.log(11); |
| | | console.log(12); |
| | | this.drawer = true; |
| | | getverbaltricklist(this.queryParams).then((res) => { |
| | | this.loading = false; |
| | |
| | | this.topicobj = row; |
| | | } else { |
| | | getverbaltrick({ id: row.id }).then((res) => { |
| | | if (res.code == 200) { |
| | | if (res.data) { |
| | | this.topicobj = res.data; |
| | | console.log(res.data, "topicobj"); |
| | | } else { |
| | | console.log("没æ¾å°"); |
| | | this.topicobj = row; |
| | | console.log("没æ¾å°é项ï¼è¯·æ¥çé®é¢åºæ¯å¦æ£ç¡®é
ç½®"); |
| | | } |
| | | }); |
| | | } |