Auto Submit

dev_local_v9_test4
autosubmit 2 years ago
parent e6844e4cc0
commit 970e0a3821

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.1e7ec06a.js"></script>
<script src="/react/build/umi.57e414c3.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -767,8 +767,6 @@ var ReservationDialog = function ReservationDialog(props) {
message/* default */.ZP.success('编辑成功');
props === null || props === void 0 || props.queryData();
props === null || props === void 0 || props.queryTodayData();
} else {
message/* default */.ZP.error(res === null || res === void 0 ? void 0 : res.message);
}
});
} else {
@ -778,8 +776,6 @@ var ReservationDialog = function ReservationDialog(props) {
message/* default */.ZP.success('新增成功');
props === null || props === void 0 || props.queryData();
props === null || props === void 0 || props.queryTodayData();
} else {
message/* default */.ZP.error(res === null || res === void 0 ? void 0 : res.message);
}
});
}

@ -1227,7 +1227,13 @@ var Navigation = function Navigation(_ref) {
}],
label: "\u9A73\u56DE\u9884\u7EA6\u539F\u56E0",
name: "reason_bohui",
children: /*#__PURE__*/(0,jsx_runtime.jsx)(TextArea/* default */.Z, {})
children: /*#__PURE__*/(0,jsx_runtime.jsx)(TextArea/* default */.Z, {
showCount: true,
maxLength: 200,
style: {
marginBottom: 10
}
})
}), modalType == '取消' && /*#__PURE__*/(0,jsx_runtime.jsx)(es_form/* default */.Z.Item, {
colon: false,
rules: [{

@ -212,7 +212,7 @@ var Navigation = function Navigation(_ref) {
dataIndex: 'model',
ellipsis: true
}, {
title: '数量',
title: '规格',
dataIndex: 'num',
ellipsis: true
}, {

@ -89,7 +89,7 @@ var ViewModal = function ViewModal(_ref) {
});
}
}, {
title: '库存',
title: '可申请数量',
dataIndex: 'apply_total',
ellipsis: true
}, {
@ -104,7 +104,7 @@ var ViewModal = function ViewModal(_ref) {
destroyOnClose: true,
className: ViewModalmodules.my_modal,
open: openViewModal,
title: "\u7269\u8D44\u660E\u7EC6",
title: "\u7533\u8BF7\u5185\u5BB9",
width: "1000px",
footer: showButton ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {

@ -89,7 +89,7 @@ var ViewModal = function ViewModal(_ref) {
});
}
}, {
title: '库存',
title: '可申请数量',
dataIndex: 'apply_total',
ellipsis: true
}, {
@ -104,7 +104,7 @@ var ViewModal = function ViewModal(_ref) {
destroyOnClose: true,
className: ViewModalmodules.my_modal,
open: openViewModal,
title: "\u7269\u8D44\u660E\u7EC6",
title: "\u7533\u8BF7\u5185\u5BB9",
width: "1000px",
footer: showButton ? /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
children: [/*#__PURE__*/(0,jsx_runtime.jsx)(es_button/* default */.ZP, {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save