|
|
|
|
@ -33,7 +33,7 @@ var _react_17_0_2_react = __webpack_require__(59301);
|
|
|
|
|
var _umi_production_exports = __webpack_require__(19086);
|
|
|
|
|
;// CONCATENATED MODULE: ./src/pages/Laboratory/Reservations/Info/index.less?modules
|
|
|
|
|
// extracted by mini-css-extract-plugin
|
|
|
|
|
/* harmony default export */ var Infomodules = ({"wrap":"wrap___y_pO6","back_style":"back_style___vMTXB","header":"header___dv0gH","header_img":"header_img___WSiF4","header_params":"header_params___pGuQn","header_title":"header_title___cxZ8L","header_content":"header_content___iXBqO","header_button":"header_button___rnA8E","tabs_list":"tabs_list___XfIKh","my_modal":"my_modal___gK8ul"});
|
|
|
|
|
/* harmony default export */ var Infomodules = ({"wrap":"wrap___y_pO6","back_style":"back_style___vMTXB","header":"header___dv0gH","header_img":"header_img___WSiF4","header_params":"header_params___pGuQn","header_title":"header_title___cxZ8L","header_content":"header_content___iXBqO","span_hover":"span_hover___I9Y46","header_button":"header_button___rnA8E","tabs_list":"tabs_list___XfIKh","my_modal":"my_modal___gK8ul"});
|
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/form/index.js + 19 modules
|
|
|
|
|
var es_form = __webpack_require__(78241);
|
|
|
|
|
// EXTERNAL MODULE: ./node_modules/_antd@5.9.0@antd/es/tooltip/index.js + 3 modules
|
|
|
|
|
@ -418,7 +418,7 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
title: '预约人',
|
|
|
|
|
dataIndex: 'user_name',
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
width: 120,
|
|
|
|
|
width: 80,
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
placement: "bottomLeft",
|
|
|
|
|
@ -529,7 +529,6 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
title: '邮箱',
|
|
|
|
|
dataIndex: 'mail',
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
width: 160,
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
placement: "bottomLeft",
|
|
|
|
|
@ -543,7 +542,6 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
title: '备注',
|
|
|
|
|
dataIndex: 'description',
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
width: 300,
|
|
|
|
|
render: function render(text) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
placement: "bottomLeft",
|
|
|
|
|
@ -570,15 +568,14 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
}, {
|
|
|
|
|
title: '操作',
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
width: 150,
|
|
|
|
|
maxWidth: 150,
|
|
|
|
|
render: function render(text, record) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [(record === null || record === void 0 ? void 0 : record.status) == 'queue' && /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
cursor: "pointer",
|
|
|
|
|
marginLeft: "10px"
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
var _record$sections2;
|
|
|
|
|
@ -673,8 +670,7 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
cursor: "pointer",
|
|
|
|
|
marginLeft: "10px"
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
(0,laboratory/* reservations_review */.UP)({
|
|
|
|
|
@ -704,8 +700,7 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
}), (record === null || record === void 0 ? void 0 : record.status) != 'queue' && (record === null || record === void 0 ? void 0 : record.status) != 'pending' && /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: "#165DFF",
|
|
|
|
|
cursor: "pointer",
|
|
|
|
|
marginLeft: "10px"
|
|
|
|
|
cursor: "pointer"
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
setOpenSeeModal(true);
|
|
|
|
|
@ -942,10 +937,7 @@ var subscribe_Navigation = function Navigation(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(table/* default */.Z, {
|
|
|
|
|
pagination: false,
|
|
|
|
|
dataSource: tableData,
|
|
|
|
|
columns: columns,
|
|
|
|
|
scroll: {
|
|
|
|
|
x: 1500
|
|
|
|
|
}
|
|
|
|
|
columns: columns
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("aside", {
|
|
|
|
|
children: total > 0 ? /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
@ -1617,15 +1609,20 @@ var Info_Navigation = function Navigation(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000',
|
|
|
|
|
width: '200px'
|
|
|
|
|
width: '200px',
|
|
|
|
|
paddingLeft: '5px'
|
|
|
|
|
},
|
|
|
|
|
children: roomInfo === null || roomInfo === void 0 ? void 0 : roomInfo.classroom_title
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: "\u4F7F\u7528\u9762\u79EF"
|
|
|
|
|
style: {
|
|
|
|
|
marginLeft: "auto"
|
|
|
|
|
},
|
|
|
|
|
children: "\u4F7F\xA0\u7528\xA0\u9762\xA0\u79EF"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000',
|
|
|
|
|
width: '200px'
|
|
|
|
|
width: '200px',
|
|
|
|
|
paddingLeft: '5px'
|
|
|
|
|
},
|
|
|
|
|
children: [roomInfo === null || roomInfo === void 0 ? void 0 : roomInfo.area, "\u5E73\u65B9\u7C73"]
|
|
|
|
|
})]
|
|
|
|
|
@ -1636,34 +1633,44 @@ var Info_Navigation = function Navigation(_ref) {
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000',
|
|
|
|
|
width: '200px'
|
|
|
|
|
width: '200px',
|
|
|
|
|
paddingLeft: '5px'
|
|
|
|
|
},
|
|
|
|
|
children: roomInfo === null || roomInfo === void 0 ? void 0 : roomInfo.classroom_category_title
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
marginLeft: "auto"
|
|
|
|
|
},
|
|
|
|
|
children: "\u5B9E\u9A8C\u5BA4\u6027\u8D28"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000',
|
|
|
|
|
width: '200px'
|
|
|
|
|
width: '200px',
|
|
|
|
|
paddingLeft: '5px'
|
|
|
|
|
},
|
|
|
|
|
children: (roomInfo === null || roomInfo === void 0 ? void 0 : roomInfo.classroom_nature) == 0 ? '专业' : '普通'
|
|
|
|
|
})]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|
|
|
|
|
className: Infomodules.header_content,
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: "\u5DE5\u4F4D\u6570\u91CF"
|
|
|
|
|
children: "\u5DE5\xA0\u4F4D\xA0\u6570\xA0\u91CF"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000',
|
|
|
|
|
width: '200px'
|
|
|
|
|
width: '200px',
|
|
|
|
|
paddingLeft: '5px'
|
|
|
|
|
},
|
|
|
|
|
children: [roomInfo === null || roomInfo === void 0 ? void 0 : roomInfo.work_num, "\u4E2A"]
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: "\u8D1F\u8D23\u4EBA"
|
|
|
|
|
style: {
|
|
|
|
|
marginLeft: "auto"
|
|
|
|
|
},
|
|
|
|
|
children: "\u8D23\xA0\xA0\xA0\u4EFB\xA0\xA0\xA0\u4EBA"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000',
|
|
|
|
|
width: '200px'
|
|
|
|
|
width: '200px',
|
|
|
|
|
paddingLeft: '5px'
|
|
|
|
|
},
|
|
|
|
|
children: roomInfo === null || roomInfo === void 0 || (_roomInfo$classroom_d = roomInfo.classroom_directors) === null || _roomInfo$classroom_d === void 0 ? void 0 : _roomInfo$classroom_d.map(function (item, index) {
|
|
|
|
|
var _roomInfo$classroom_d2;
|
|
|
|
|
@ -1706,9 +1713,7 @@ var Info_Navigation = function Navigation(_ref) {
|
|
|
|
|
})]
|
|
|
|
|
}),
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsxs)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000'
|
|
|
|
|
},
|
|
|
|
|
className: Infomodules.span_hover,
|
|
|
|
|
children: [item === null || item === void 0 ? void 0 : item.name, index == (roomInfo === null || roomInfo === void 0 || (_roomInfo$classroom_d2 = roomInfo.classroom_directors) === null || _roomInfo$classroom_d2 === void 0 ? void 0 : _roomInfo$classroom_d2.length) - 1 ? '' : '、']
|
|
|
|
|
}, index)
|
|
|
|
|
});
|