diff --git a/src/views/airticket/Plan.jsx b/src/views/airticket/Plan.jsx
index 549ff50..b218451 100644
--- a/src/views/airticket/Plan.jsx
+++ b/src/views/airticket/Plan.jsx
@@ -430,165 +430,6 @@ const AirticketPlan = props => {
}
};
- const TicketModal = () => {
- return (
- <>
- (
- <>
-
- {isAddNew ? (
- <>
- {" "}
-
- >
- ) : (
-
- )}
- >
- )}>
-
-
-
-
- {isTicketType && (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
- >
- )}
-
-
-
- {isTicketType && (
- <>
-
-
-
-
- guestList_OnChange(e)}
- style={{
- minWidth: 320,
- }}>
- (
-
- {item.label}
-
- )}>
-
- {/*
- >
- )}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- );
- };
-
//变更确认表单
const showModal_confirmInfo = ConfirmInfo => {
setisModalOpen_confirmInfo(true);
@@ -631,24 +472,6 @@ const AirticketPlan = props => {
console.log("Validate Failed:", info);
});
};
- //确认变更的界面
- const ConfirmInfoModal = () => {
- return (
- <>
-
-
-
-
-
-
- >
- );
- };
// 机票信息编辑表单 end
@@ -722,8 +545,170 @@ const AirticketPlan = props => {
-
-
+
+
+
+
+
+
+
+ (
+ <>
+
+ {isAddNew ? (
+ <>
+ {" "}
+
+ >
+ ) : (
+
+ )}
+ >
+ )}>
+
+
+
+
+ {isTicketType && (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ )}
+
+
+
+ {isTicketType && (
+ <>
+
+
+
+
+ guestList_OnChange(e)}
+ style={{
+ minWidth: 320,
+ }}>
+ (
+
+ {item.label}
+
+ )}>
+
+ {/*
+ >
+ )}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
};