|
@@ -31,6 +31,7 @@ import {
|
31
|
31
|
differenceInCalendarDays,
|
32
|
32
|
getHours,
|
33
|
33
|
} from "date-fns";
|
|
34
|
+import { SourceId } from "src/app/type/sourceId";
|
34
|
35
|
// 日期禁用
|
35
|
36
|
function range(start: number, end: number): number[] {
|
36
|
37
|
const result: number[] = [];
|
|
@@ -1120,6 +1121,7 @@ export class HushijiandanComponent implements OnInit {
|
1120
|
1121
|
|
1121
|
1122
|
let postData: any = {
|
1122
|
1123
|
workOrder: {
|
|
1124
|
+ sourceId: SourceId.hushi,
|
1123
|
1125
|
taskType: { id: that.patientForm.controls.checkedType.value },
|
1124
|
1126
|
startDept: { id: that.checkedShowMsg.startDept },
|
1125
|
1127
|
endDepts: [{ id: that.checkedShowMsg.endDept }],
|
|
@@ -1724,6 +1726,7 @@ export class HushijiandanComponent implements OnInit {
|
1724
|
1726
|
// 其他
|
1725
|
1727
|
postData = {
|
1726
|
1728
|
workOrder: {
|
|
1729
|
+ sourceId: SourceId.hushi,
|
1727
|
1730
|
workOrderRemark: this.workOrderRemark,
|
1728
|
1731
|
taskType: { id: that.shortcutMsg.id },
|
1729
|
1732
|
createDept: that.loginUserDeptId,
|
|
@@ -1864,6 +1867,7 @@ export class HushijiandanComponent implements OnInit {
|
1864
|
1867
|
postData = {
|
1865
|
1868
|
urgent: this.urgentFlag ? 1 : 0,
|
1866
|
1869
|
workOrder: {
|
|
1870
|
+ sourceId: SourceId.hushi,
|
1867
|
1871
|
workOrderRemark: this.workOrderRemark1,
|
1868
|
1872
|
taskType: { id: that.shortcutMsg1.id },
|
1869
|
1873
|
createDept: that.loginUserDeptId,
|