|
@@ -1942,17 +1942,17 @@ export class HushijiandanComponent implements OnInit {
|
1942
|
1942
|
}
|
1943
|
1943
|
that.workOrderRemarkTips2 =
|
1944
|
1944
|
data.remarksPrompts || "请填写工单备注,不超过100个字符";
|
1945
|
|
- let user = JSON.parse(localStorage.getItem("user"));
|
1946
|
|
- that.mainService
|
1947
|
|
- .postCustom("nurse", "workOrder/recentRemarks", {
|
1948
|
|
- deptId: user.user.dept.id,
|
1949
|
|
- taskTypeId: that.patientForm.controls.checkedType.value,
|
1950
|
|
- })
|
1951
|
|
- .subscribe((result) => {
|
1952
|
|
- if (result.state == 200) {
|
1953
|
|
- that.historyCustomRemarks2 = result.data;
|
1954
|
|
- }
|
1955
|
|
- });
|
|
1945
|
+ // let user = JSON.parse(localStorage.getItem("user"));
|
|
1946
|
+ // that.mainService
|
|
1947
|
+ // .postCustom("nurse", "workOrder/recentRemarks", {
|
|
1948
|
+ // deptId: user.user.dept.id,
|
|
1949
|
+ // taskTypeId: that.patientForm.controls.checkedType.value,
|
|
1950
|
+ // })
|
|
1951
|
+ // .subscribe((result) => {
|
|
1952
|
+ // if (result.state == 200) {
|
|
1953
|
+ // that.historyCustomRemarks2 = result.data;
|
|
1954
|
+ // }
|
|
1955
|
+ // });
|
1956
|
1956
|
}
|
1957
|
1957
|
// 工单备注配置 end
|
1958
|
1958
|
that.linkCheckLis = [];
|