|
|
|
|
@ -253,6 +253,8 @@ var dayjs_min = __webpack_require__(9498);
|
|
|
|
|
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
|
|
|
|
|
// EXTERNAL MODULE: ./src/components/NoData/index.tsx
|
|
|
|
|
var NoData = __webpack_require__(56971);
|
|
|
|
|
// EXTERNAL MODULE: ./src/components/RenderHtml/index.tsx + 2 modules
|
|
|
|
|
var RenderHtml = __webpack_require__(70917);
|
|
|
|
|
;// CONCATENATED MODULE: ./src/pages/Materials/ItemAssets/Info/index.tsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -273,6 +275,7 @@ var NoData = __webpack_require__(56971);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var unitType = {
|
|
|
|
|
1: '个',
|
|
|
|
|
@ -835,16 +838,31 @@ var Navigation = function Navigation(_ref) {
|
|
|
|
|
className: Infomodules.header_content,
|
|
|
|
|
children: [/*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
children: "\u5907\u6CE8\u8BF4\u660E"
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {
|
|
|
|
|
title: itemAsssInfo === null || itemAsssInfo === void 0 ? void 0 : itemAsssInfo.description,
|
|
|
|
|
placement: "topLeft",
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#000',
|
|
|
|
|
width: '600px'
|
|
|
|
|
},
|
|
|
|
|
children: itemAsssInfo === null || itemAsssInfo === void 0 ? void 0 : itemAsssInfo.description
|
|
|
|
|
})
|
|
|
|
|
}), /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
|
|
|
style: {
|
|
|
|
|
color: '#3061D0',
|
|
|
|
|
width: '600px',
|
|
|
|
|
cursor: 'pointer'
|
|
|
|
|
},
|
|
|
|
|
onClick: function onClick() {
|
|
|
|
|
modal/* default */.Z.info({
|
|
|
|
|
title: "备注说明",
|
|
|
|
|
icon: null,
|
|
|
|
|
okText: "关闭",
|
|
|
|
|
width: 600,
|
|
|
|
|
centered: true,
|
|
|
|
|
content: /*#__PURE__*/(0,jsx_runtime.jsx)("div", {
|
|
|
|
|
style: {
|
|
|
|
|
height: '400px',
|
|
|
|
|
overflowY: 'auto'
|
|
|
|
|
},
|
|
|
|
|
children: /*#__PURE__*/(0,jsx_runtime.jsx)(RenderHtml/* default */.Z, {
|
|
|
|
|
value: itemAsssInfo === null || itemAsssInfo === void 0 ? void 0 : itemAsssInfo.description
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
children: "\u67E5\u770B\u5907\u6CE8\u8BF4\u660E"
|
|
|
|
|
})]
|
|
|
|
|
}), itemAsssInfo === null || itemAsssInfo === void 0 || (_itemAsssInfo$attachm = itemAsssInfo.attachments) === null || _itemAsssInfo$attachm === void 0 ? void 0 : _itemAsssInfo$attachm.map(function (item, index) {
|
|
|
|
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
|