|
@@ -113,6 +113,9 @@ Component(
|
|
endTime,
|
|
endTime,
|
|
scheduleItemCode,
|
|
scheduleItemCode,
|
|
startTimeNew,
|
|
startTimeNew,
|
|
|
|
+ deptId,
|
|
|
|
+ lockQueueNo,
|
|
|
|
+ availableNumStr,
|
|
} = this.getQuery();
|
|
} = this.getQuery();
|
|
if (this.data.checkedPatient.name) {
|
|
if (this.data.checkedPatient.name) {
|
|
makeAppointment({
|
|
makeAppointment({
|
|
@@ -134,6 +137,8 @@ Component(
|
|
scheduleItemCode,
|
|
scheduleItemCode,
|
|
medicalCardId: this.data.checkedPatient.id,
|
|
medicalCardId: this.data.checkedPatient.id,
|
|
scheduleItemCode: this.data.order.orderSourceId,
|
|
scheduleItemCode: this.data.order.orderSourceId,
|
|
|
|
+ deptId,
|
|
|
|
+ availableNumStr,
|
|
}).then((data) => {
|
|
}).then((data) => {
|
|
if (this.data.onlinePay) {
|
|
if (this.data.onlinePay) {
|
|
tradePay(
|
|
tradePay(
|