|
@@ -278,14 +278,6 @@ export function confirmTheDoctorSOrderWithMedicine(patNo, times) {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-export function copyTheDoctorSOrder(orderNo, deptCode) {
|
|
|
- return request({
|
|
|
- url: url + '/copyTheDoctorSOrder',
|
|
|
- method: 'get',
|
|
|
- params: {orderNo, deptCode}
|
|
|
- })
|
|
|
-}
|
|
|
-
|
|
|
export function copyOrder(data) {
|
|
|
return request({
|
|
|
url: url + '/copyOrder',
|